Index: third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position.html b/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position.html |
deleted file mode 100644 |
index 7d5efaa39c343bc1336c9c1505d62b8a788552d1..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position.html |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-<html> |
-<head> |
- <title>Test for http://bugs.webkit.org/show_bug.cgi?id=10522</title> |
- <style type="text/css"> |
- .float { float: right; height: 40px; width: 40px; } |
- .test { height: 100px; background-color: aliceblue } |
- </style> |
- <script src="resources/text-based-repaint.js" type="text/javascript"></script> |
- <script type="text/javascript"> |
- function repaintTest() |
- { |
- document.getElementById('target').style.height='20px'; |
- document.getElementById('cell').style.height='20px'; |
- } |
- </script> |
-</head> |
-<body onload="runRepaintAndPixelTest()"> |
- <div class="test"> |
- <div class="float"></div> |
- <div style="clear: right; background-color: purple; width: 40px; padding: 3px;"> |
- <div style="height: 40px; width: 0;" id="target"> |
- </div> |
- </div> |
- </div> |
- |
- <div class="test"> |
- <div class="float"></div> |
- <table style="clear: both; background-color: purple;"> |
- <tr> |
- <td id="cell" style="height: 40px; width: 40px;"> |
- </td> |
- </tr> |
- </table> |
- </div> |
-</body> |
-</html> |