| Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-show.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show.html b/third_party/WebKit/LayoutTests/fast/repaint/overflow-show.html
|
| deleted file mode 100644
|
| index 8ce740629f4b55d2e0a3a4a27640c6d54b29d9b8..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <link rel="stylesheet" href="resources/default.css">
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - if (window.testRunner)
|
| - testRunner.dumpAsTextWithPixelResults();
|
| - function repaintTest()
|
| - {
|
| - document.getElementById('overflowParent').style.overflow = "visible";
|
| - }
|
| - </script>
|
| -</head>
|
| -<body style="height:2000px;" onload="runRepaintAndPixelTest()">
|
| - <!-- You should see 2 green rectangle sharing one corner in the output. -->
|
| - <div id="overflowParent" style="overflow: hidden" class="absolute green"><div style="top:100px; left:100px;" class="relative green"></div></div>
|
| -</body>
|
| -</html>
|
|
|