| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations.html b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations.html
|
| deleted file mode 100644
|
| index 39862d5f5626f816077695f6a8a374f5a7cf75f1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations.html
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest()
|
| -{
|
| - document.querySelector('#outer').style['outline-color'] ='green';
|
| -}
|
| -onload = runRepaintAndPixelTest;
|
| -</script>
|
| -<style>
|
| -body { height: 200px; }
|
| -#container { position: absolute; }
|
| -p, #inner { height: 20px; }
|
| -#outer { outline: 2px solid red; }
|
| -</style>
|
| -<p>
|
| - This test is verifying that when the outline is modified on an element
|
| - that we correctly invalidate any continuations.
|
| -</p>
|
| -<p>
|
| - If this test passes, you should see a green border around the text contents.
|
| -</p>
|
| -<div id="container">
|
| - <span id="outer">
|
| - <div id="inner">CONTENTS</div>
|
| - </span>
|
| -</div>
|
|
|