Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / reflections / teardown-crash.html
blobf34585ae24acb1840833e7602249507a94a41891
1 <script>
2 if (window.testRunner)
3 testRunner.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>