Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.html |
deleted file mode 100644 |
index 41d5ac4a162b5532084c0773fa308b888f3675c5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.html |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-<!-- |
-Calculating collapsed borders for big tables is expensive, so we cache them and recalculate when needed. |
-Here we change colgroup border width, expect that cache is invalidated and paint produces expected image. |
---> |
-<html> |
- <head> |
- <title></title> |
- <link rel="stylesheet" href="resources/cached.css"> |
- </head> |
- <body> |
- <table style="border-collapse:collapse; border:1px solid blue"> |
- <colgroup style="border:4px solid yellow" id="colgroup"> |
- <col> |
- <col> |
- </colgroup> |
- <colgroup> |
- <col> |
- </colgroup> |
- <tbody> |
- <tr> |
- <td style="border:2px solid lime"/> |
- <td/> |
- <td/> |
- </tr> |
- <tr> |
- <td/> |
- <td/> |
- <td/> |
- </tr> |
- </tbody> |
- </table> |
- </body> |
-</html> |
- |