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

Side by Side Diff: LayoutTests/fast/regions/remove-flow-thread-crash.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <html style="-webkit-flow-from: flow"> 1 <html style="-webkit-flow-from: flow">
2 <body> 2 <body>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script> 4 <script>
5 description("Tests that removing a region that is sibling to the flow doesn't cr ash."); 5 description("Tests that removing a region that is sibling to the flow doesn't cr ash.");
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 8
9 function runTest() { 9 function runTest() {
10 document.open(); 10 document.open();
11 document.write("Tests that removing a region that is sibling to the flow doesn 't crash.<br>"); 11 document.write("Tests that removing a region that is sibling to the flow doesn 't crash.<br>");
12 document.write('PASS'); 12 document.write('PASS');
13 document.close(); 13 document.close();
14 } 14 }
15 15
16 window.onload=runTest; 16 window.onload=runTest;
17 </script> 17 </script>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/region-styling/webkit-region-rule.html ('k') | LayoutTests/fast/regions/script-tests/TEMPLATE.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698