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> |
- |