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

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

Issue 279463002: HTML Imports: Fix yet another FOUC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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(); });
7 </script> 8 </script>
8 <link rel="import" href="resources/script-document-write.html"> 9 <link rel="import" href="resources/script-document-write.html">
9 </head> 10 </head>
10 <body> 11 <body>
11 </body> 12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698