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

Side by Side Diff: LayoutTests/fast/regions/remove-flow-thread-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 <html style="-webkit-flow-from: flow">
2 <body>
3 <script src="../../resources/js-test.js"></script>
4 <script>
5 description("Tests that removing a region that is sibling to the flow doesn't cr ash.");
6 if (window.testRunner)
7 testRunner.dumpAsText();
8
9 function runTest() {
10 document.open();
11 document.write("Tests that removing a region that is sibling to the flow doesn 't crash.<br>");
12 document.write('PASS');
13 document.close();
14 }
15
16 window.onload=runTest;
17 </script>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698