Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3.html b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3.html
deleted file mode 100644
index b4c95e8ce7468260ab58402a8a72e5264d9f4eaf..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
- <script src="resources/text-based-repaint.js"></script>
- <script>
- function repaintTest()
- {
- document.getElementById("target").style.width = "100px";
- }
- </script>
-</head>
-<body onload="runRepaintAndPixelTest()">
-<table>
- <tr>
- <td style="height: 200px;"></td>
- <td>
- <div style="height: 100px; width: 100px; overflow: hidden; background-color: red;">
- <div id="target" style="height: 100px; width: 0; background-color: green;"></div>
- </div>
- </td>
- </tr>
-</table>
-</body>
-</html>

Powered by Google App Engine