upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / reflections / pending-reflection-mask-crash.html
1 <style>
2   *{
3     -webkit-box-reflect: none !important;
4     -webkit-box-reflect: below 0 url(x);
5   }
6 </style>
7 <script>
8     if (window.layoutTestController)
9         layoutTestController.dumpAsText();
10 </script>
11 <p>This test should not crash.</p>