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

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

Issue 1772853002: Block the HTML parser on external stylesheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified parser blocking logic Created 4 years, 9 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
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 setPrintTestResultsLazily();
5 description("Document.write should be ignored in imports"); 6 description("Document.write should be ignored in imports");
6 jsTestIsAsync = true; 7 jsTestIsAsync = true;
7 window.addEventListener("load", function() { finishJSTest(); }); 8 window.addEventListener("load", function() { finishJSTest(); });
8 </script> 9 </script>
9 <link rel="import" href="resources/script-document-write.html"> 10 <link rel="import" href="resources/script-document-write.html">
10 </head> 11 </head>
11 <body> 12 <body>
12 </body> 13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698