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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.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/resources/script-prototype-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html b/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html
index 40f6cd08bbbce575be5a0b83a8b7bc1bde4be485..ce8657da09b0b24562066623b0f2d4cece627ac8 100644
--- a/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html
+++ b/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html
@@ -5,6 +5,7 @@
</head>
<body>
<script>
+setPrintTestResultsLazily();
description("This test ensures each import and master is in same JS context.");
var stringInImport = "Import";

Powered by Google App Engine
This is Rietveld 408576698