- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / region-attached-wrong-flow-crash.html
1 <!doctype html>
2 <html>
3 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=93204">WebKit Bug 93204</a> Region attached to the removed flow thread crash.</p>
4 <p>The test passes if it does not crash or assert.</p>
5 <p>PASS</p>
6
7 <div id="test">
8 <span style='content: "Invisible"; -webkit-writing-mode: horizontal-bt; -webkit-flow-from: flow4; '></span><span>><div style='counter-increment: ident53 523; -webkit-flow-from: flow4; '>>
9 </div>
10 <script>
11     var testNode = document.getElementById("test");
12     testNode.parentNode.removeChild(testNode);
13     if (window.testRunner)
14         window.testRunner.dumpAsText();
15 </script>
16 </html>