Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / mask-missing-image-crash.html
blob00778d1f18608275d6fec1e03186c240847e25a6
1 <p>Test for <a href="rdar://problem/5959165">rdar://problem/5959165</a>: Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers.</a>
2 <p>Passed if the browser didn't crash.</p>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <object style="-webkit-mask-image: url(url-not-found);">text
8 <object style="-webkit-mask-box-image: url(url-not-found); ">text</object></object>
9 <script>internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();</script>