blob: 5e19a90bdf5c71f7ba1c3757c3c3948f48ed44dc [file] [log] [blame]
<script>
// We need to dump the image to get the crash but we don't care about the layout information.
if (window.testRunner)
testRunner.dumpAsText(true);
</script>
<style>
*{
-webkit-mask-image:none,none,url(x);
}
</style>
<p style="position:absolute; top: -1000px">https://bugs.webkit.org/show_bug.cgi?id=50151 : Crash in RenderBox::paintMaskImages due to a mask without an associated image<br>
The test passes if it does not CRASH (normally the output is a white page)</p>