haikuwebkit/LayoutTests/fast/reflections/pending-reflection-mask-cra...

12 lines
223 B
HTML

<style>
*{
-webkit-box-reflect: none !important;
-webkit-box-reflect: below 0 url(x);
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This test should not crash.</p>