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