Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / empty-webkit-mask-crash.html
blob5d3326de85ab2e8e718f80ac9fd8bdd704e4cb34
1 <script>
2 // We need to dump the image to get the crash but we don't care about the layout information.
3 if (window.testRunner)
4 testRunner.dumpAsTextWithPixelResults();
5 </script>
6 <style>
7 *{
8 -webkit-mask-image:none,none,url(x);
10 </style>
11 <p style="position:absolute; top: -1000px">https://bugs.webkit.org/show_bug.cgi?id=50151 : Crash in LayoutBox::paintMaskImages due to a mask without an associated image<br>
12 The test passes if it does not CRASH (normally the output is a white page)</p>