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

Side by Side Diff: LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null.html

Issue 48903019: Delete js-test-post.js. (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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 <link id="target" rel="stylesheet" href="old.css"> 5 <link id="target" rel="stylesheet" href="old.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <script> 8 <script>
9 description('This tests that ownerNode of orphan sheet is null.'); 9 description('This tests that ownerNode of orphan sheet is null.');
10 10
(...skipping 13 matching lines...) Expand all
24 // We need to exercise cached case as well, which can be executed with a reload. 24 // We need to exercise cached case as well, which can be executed with a reload.
25 if (0 <= window.location.toString().indexOf("?reloaded")) 25 if (0 <= window.location.toString().indexOf("?reloaded"))
26 return finishJSTest(); 26 return finishJSTest();
27 window.location = window.location.toString() + "?reloaded"; 27 window.location = window.location.toString() + "?reloaded";
28 }; 28 };
29 29
30 window.setTimeout(waitAndTest, 0); 30 window.setTimeout(waitAndTest, 0);
31 }; 31 };
32 32
33 </script> 33 </script>
34 <script src="../../js/resources/js-test-post.js"></script>
35 </body> 34 </body>
36 </html> 35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698