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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/imports/import-style-link-block.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-style-link-block.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link-block.html b/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link-block.html
index f99d2617ef5474090885c1430b132cca4143555d..728fa99492b34f9502668c33bb38d964bdcbb33d 100644
--- a/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link-block.html
+++ b/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link-block.html
@@ -1,5 +1,8 @@
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
+<script>
+setPrintTestResultsLazily();
+</script>
<link id="importLink" rel="import" href="resources/style-link-block-child.html">
<script>
shouldBeNonNull("importLink.import");

Powered by Google App Engine
This is Rietveld 408576698