| Index: LayoutTests/fast/repaint/border-fit-lines.html
|
| diff --git a/LayoutTests/fast/repaint/border-fit-lines.html b/LayoutTests/fast/repaint/border-fit-lines.html
|
| deleted file mode 100644
|
| index 2402a5abcaade39e4adb6e21188d09eaa4c3d77a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/repaint/border-fit-lines.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - function repaintTest()
|
| - {
|
| - var div = document.getElementById("target");
|
| - div.style.width = '100px';
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runRepaintTest()">
|
| - This should be a 100×100px green square with a black border:
|
| - <div style="height: 100px; -webkit-border-fit: lines; background: green; border: 2px solid black;">
|
| - <div id="target" style="display: inline-block; width: 10px; height: 10px;"></div>
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|