Index: LayoutTests/fast/regions/webkit-flow-parsing.html |
diff --git a/LayoutTests/fast/regions/webkit-flow-parsing.html b/LayoutTests/fast/regions/webkit-flow-parsing.html |
deleted file mode 100644 |
index f71ebefc8261179bcecb4bbe53056e5702bb421d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/webkit-flow-parsing.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <title>CSS Regions Parsing Test: Parse webkit-flow-into property</title> |
- <link rel="author" title="Jacob Goldstein" href="mailto:jacobg@adobe.com"/> |
- <link rel="help" href="http://www.w3.org/TR/css3-regions/#properties-and-rules"/> |
- <meta name="flags" content=""/> |
- <meta name="assert" content="Value specified for the webkit-flow-into property should be parsed correctly."/> |
- <script src="../../resources/testharness.js"></script> |
- <script src="../../resources/testharnessreport.js"></script> |
- </head> |
- <body> |
- <span>This test verifies that the webkit-flow-into property is correctly parsed</span> |
- <div id="log"></div> |
- <script src="script-tests/webkit-flow-parsing.js"></script> |
- </body> |
-</html> |