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

Unified Diff: LayoutTests/http/tests/ManualTests/fouc/import-style-fouc.html

Issue 270623007: Revert "HTML Imports: Fix yet another FOUC" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad merge. 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
deleted file mode 100644
index 044fd52280ace1ce93f6b5b913ed0d9102941c71..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/ManualTests/fouc/import-style-fouc.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!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