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

Unified Diff: LayoutTests/fast/dom/css-insert-import-rule.html

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: LayoutTests/fast/dom/css-insert-import-rule.html
diff --git a/LayoutTests/fast/dom/css-insert-import-rule.html b/LayoutTests/fast/dom/css-insert-import-rule.html
index b0b15b036fbef224b16dd3df277492834067f0fa..cf99a5c3a1d35541728e0ecf5b5dc3a5036d3944 100644
--- a/LayoutTests/fast/dom/css-insert-import-rule.html
+++ b/LayoutTests/fast/dom/css-insert-import-rule.html
@@ -8,10 +8,12 @@ div {
</style>
<script>
-document.styleSheets[0].insertRule('@import url("resources/css-insert-import-rule.css");', 0);
+function test() {
+ document.styleSheets[0].insertRule('@import url("resources/css-insert-import-rule.css");', 0);
+}
</script>
</head>
-<body>
+<body onload="test()";>
<div></div>
</body>
« no previous file with comments | « LayoutTests/fast/dom/css-cached-import-rule.html ('k') | LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698