| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/invisible-objects.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invisible-objects.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invisible-objects.html
|
| deleted file mode 100644
|
| index d526a6977638b1da63ad39483e434d82be03b494..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invisible-objects.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!-- Based on fast/repaint/invisible-objects.html -->
|
| -<html>
|
| -<head>
|
| - <script src="resources/paint-invalidation-test.js"></script>
|
| - <script>
|
| - function paintInvalidationTest()
|
| - {
|
| - document.getElementById("block").style.height = "100px";
|
| - document.getElementById("inline").innerText = "is invisible";
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runPaintInvalidationTest()">
|
| - <div style="visibility: hidden; position: relative;">
|
| - <span id="inline">Invisible text</span>
|
| - </div>
|
| - <div style="visibility: hidden; position: relative;">
|
| - <div id="block" style="height: 50px;"></div>
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|