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

Side by Side Diff: LayoutTests/fast/html/imports/import-ignore-document-write.html

Issue 270623007: Revert "HTML Imports: Fix yet another FOUC" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad merge. Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <script src="../../../resources/js-test.js"></script> 3 <script src="../../../resources/js-test.js"></script>
4 <script> 4 <script>
5 description("Document.write should be ignored in imports"); 5 description("Document.write should be ignored in imports");
6 jsTestIsAsync = true; 6 jsTestIsAsync = true;
7 window.addEventListener("load", function() { finishJSTest(); });
8 </script> 7 </script>
9 <link rel="import" href="resources/script-document-write.html"> 8 <link rel="import" href="resources/script-document-write.html">
10 </head> 9 </head>
11 <body> 10 <body>
12 </body> 11 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698