| Index: third_party/WebKit/LayoutTests/fast/repaint/lines-with-layout-delta.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/lines-with-layout-delta.html b/third_party/WebKit/LayoutTests/fast/repaint/lines-with-layout-delta.html
|
| deleted file mode 100644
|
| index b34ff8aa826644261f5fdddceb594ba956e3b52d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/lines-with-layout-delta.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<head>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - function repaintTest()
|
| - {
|
| - document.getElementById("target").firstChild.textContent="PASS";
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runRepaintAndPixelTest()">
|
| - <div style="float: left; height: 50px; width: 50px;"></div>
|
| - <div style="clear: left;">
|
| - <div id="target" style="overflow: hidden; float: left; width: 200px;">
|
| - FAIL
|
| - </div>
|
| - </div>
|
| -</body>
|
|
|