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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/imports/import-style-link.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.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link.html b/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link.html
index cba59b0119727213dd724d7ef3512493327a4a5a..47d539e8d406f8bc6b500581699392955b6c3cf0 100644
--- a/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link.html
+++ b/third_party/WebKit/LayoutTests/fast/html/imports/import-style-link.html
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<script src="../../../resources/js-test.js"></script>
+<script>
+setPrintTestResultsLazily();
+</script>
<head>
<link id="importLink" rel="import" href="resources/style-link-child.html">
<style>

Powered by Google App Engine
This is Rietveld 408576698