| Index: third_party/WebKit/LayoutTests/fast/repaint/line-flow-with-floats-7.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/line-flow-with-floats-7.html b/third_party/WebKit/LayoutTests/fast/repaint/line-flow-with-floats-7.html
|
| deleted file mode 100644
|
| index e38173f8e5338ee86a0673e2ebe9dc3e80153580..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/line-flow-with-floats-7.html
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -<body style="margin: 0;" onload="loaded()">
|
| - <script src="resources/text-based-repaint.js"></script>
|
| - <script src="resources/line-flow-with-floats.js"></script>
|
| - <script>
|
| - function test(doc)
|
| - {
|
| - doc.getElementById("theQueen").style.fontWeight="bold";
|
| - }
|
| - </script>
|
| - <iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px;"></iframe>
|
| -</body>
|
|
|