tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / reflections / teardown-crash.html
1 <script>
2     if (window.layoutTestController)
3         layoutTestController.dumpAsText();
4 </script>
5 <p>
6     To pass this test, WebKit should not crash under GuardMalloc during render tree tear down.
7 </p>
8 <div style="-webkit-box-reflect: below; height: 100px; width: 100px; background-color: blue;">
9     <div style="position: absolute; height: 50px; width: 50px; background-color: teal;"></div>
10     <div style="height: 50px; width: 100px; background-color: silver;"></div>
11 </div>