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

Unified Diff: LayoutTests/http/tests/ManualTests/fouc/import-style-fouc.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/http/tests/ManualTests/fouc/import-style-fouc.html
diff --git a/LayoutTests/http/tests/ManualTests/fouc/import-style-fouc.html b/LayoutTests/http/tests/ManualTests/fouc/import-style-fouc.html
new file mode 100644
index 0000000000000000000000000000000000000000..044fd52280ace1ce93f6b5b913ed0d9102941c71
--- /dev/null
+++ b/LayoutTests/http/tests/ManualTests/fouc/import-style-fouc.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<head>
+<title>Test Import FOUC</title>
+<style>
+#test {
+ height: 100px;
+ width: 100px;
+ background: red;
+}
+</style>
+<link rel="import" href="resources/slow-green.cgi">
+</head>
+<body>
+ <div id="test"></div>
+</body>
+

Powered by Google App Engine
This is Rietveld 408576698