Index: LayoutTests/fast/regions/table-caption-as-region.html |
diff --git a/LayoutTests/fast/regions/table-caption-as-region.html b/LayoutTests/fast/regions/table-caption-as-region.html |
deleted file mode 100644 |
index 443c013252df3b88d086edccce382bebfea82d32..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/table-caption-as-region.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <style> |
- #article { -webkit-flow-into: flow; width: 50px; height: 50px; background-color: blue; } |
- #region { -webkit-flow-from: flow; border: 25px solid green; display: table-caption; background-color: red; position: relative; } |
- </style> |
- </head> |
- <body> |
- <p>Test that a table caption can become a region.</p> |
- <p>On success, you should see a blue rectangle with a green border and no red.<p> |
- <div id="article"></div> |
- <div id="region"></div> |
- </body> |
-</html> |