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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/imports/sub-imports-onload.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/sub-imports-onload.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/sub-imports-onload.html b/third_party/WebKit/LayoutTests/fast/html/imports/sub-imports-onload.html
index 26c4d605090b7099c5c5d45d3802b3c1a7ffe443..7be955ddd749fa6438f33b54487c47f119d850aa 100644
--- a/third_party/WebKit/LayoutTests/fast/html/imports/sub-imports-onload.html
+++ b/third_party/WebKit/LayoutTests/fast/html/imports/sub-imports-onload.html
@@ -6,6 +6,7 @@
window.jsTestIsAsync = true;
window.scheduledImportCount = 0;
+setPrintTestResultsLazily();
description("This ensures that load and error events are fired on sub-imports.");
function handleEvent(event)

Powered by Google App Engine
This is Rietveld 408576698