Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Side by Side Diff: LayoutTests/fast/regions/region-attached-wrong-flow-crash.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=93204">WebKit Bug 9 3204</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; -w ebkit-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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698