Index: third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html b/third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html |
deleted file mode 100644 |
index 48a0fb4b4f9541866fef28d3ec93833a34259232..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-<html> |
-<head> |
- <style> |
- table { background-color: lightblue; height: 100px; } |
- td { width: 100px; height: 50px; } |
- div#target { height: 25px; background-color: lightgreen; } |
- </style> |
- <script src="resources/text-based-repaint.js"></script> |
- <script> |
- function repaintTest() |
- { |
- document.getElementById("target").style.width = "50px"; |
- } |
- </script> |
-</head> |
-<body onload="runRepaintAndPixelTest()"> |
-<table> |
- <tr> |
- <td> |
- <div id="target"></div> |
- </td> |
- </tr> |
-</table> |
-</body> |
-</html> |