summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/mask-missing-image-crash.html
blob: 00778d1f18608275d6fec1e03186c240847e25a6 (plain)
1
2
3
4
5
6
7
8
9
<p>Test for <a href="rdar://problem/5959165">rdar://problem/5959165</a>: Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers.</a>
<p>Passed if the browser didn't crash.</p>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<object style="-webkit-mask-image: url(url-not-found);">text
<object style="-webkit-mask-box-image: url(url-not-found); ">text</object></object>
<script>internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();</script>