Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / reflections / pending-reflection-mask-crash.html
blob0d835cd267d43ee834a87d0f28f1910cd2439c5b
1 <style>
2 *{
3 -webkit-box-reflect: none !important;
4 -webkit-box-reflect: below 0 url(x);
6 </style>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 <p>This test should not crash.</p>