| Index: third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html
|
| deleted file mode 100644
|
| index b3add257410367fd7b4fed2c3a46f12bddef777c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <script src="resources/text-based-repaint.js"></script>
|
| - <script>
|
| - function repaintTest()
|
| - {
|
| - document.getElementById("block").style.height = "100px";
|
| - document.getElementById("inline").innerText = "is invisible";
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runRepaintAndPixelTest()">
|
| - <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>
|
|
|