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

Unified Diff: LayoutTests/fast/html/imports/resources/script-document-write.html

Issue 279463002: HTML Imports: Fix yet another FOUC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/html/imports/resources/script-document-write.html
diff --git a/LayoutTests/fast/html/imports/resources/script-document-write.html b/LayoutTests/fast/html/imports/resources/script-document-write.html
index 0efc98e6578793a86477d2b3ec37735a4e5c8e5b..4ac449f647ae3458921379255c9d6ffd47bbe6d7 100644
--- a/LayoutTests/fast/html/imports/resources/script-document-write.html
+++ b/LayoutTests/fast/html/imports/resources/script-document-write.html
@@ -4,5 +4,4 @@ debug('About to call document.write()...');
// Should be ignored, with a console warning.
document.write('Hello, world');
debug('...after calling document.write()');
-finishJSTest();
</script>

Powered by Google App Engine
This is Rietveld 408576698