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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/html/imports/import-ignore-document-write.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/import-ignore-document-write.html b/third_party/WebKit/LayoutTests/fast/html/imports/import-ignore-document-write.html
index b39a992714d12fb568601268458131b40a6e2d67..7c2e0085542fe949c49d819243d17db9d318ae6f 100644
--- a/third_party/WebKit/LayoutTests/fast/html/imports/import-ignore-document-write.html
+++ b/third_party/WebKit/LayoutTests/fast/html/imports/import-ignore-document-write.html
@@ -2,6 +2,7 @@
<head>
<script src="../../../resources/js-test.js"></script>
<script>
+setPrintTestResultsLazily();
description("Document.write should be ignored in imports");
jsTestIsAsync = true;
window.addEventListener("load", function() { finishJSTest(); });

Powered by Google App Engine
This is Rietveld 408576698