| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/subtree-root-clip.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/subtree-root-clip.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/subtree-root-clip.html
|
| deleted file mode 100644
|
| index 2ac94fc34781b86b0e1f1175a8051c508052910b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/subtree-root-clip.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!-- Based on fast/repaint/subtree-root-clip.html -->
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<head>
|
| - <script src="resources/paint-invalidation-test.js"></script>
|
| - <script>
|
| - function paintInvalidationTest()
|
| - {
|
| - document.getElementById("inner").style.width = "0";
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runPaintInvalidationTest()">
|
| -<div style="float: left; overflow: hidden; width: 100px; height: 100px; background-color: green;">
|
| - <div id="inner" style="width: 100px; height: 100px; background-color: red;"></div>
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|