| Index: LayoutTests/paint/invalidation/spv2/selection-gap-flipped-fixed-child.html
|
| diff --git a/LayoutTests/paint/invalidation/spv2/selection-gap-flipped-fixed-child.html b/LayoutTests/paint/invalidation/spv2/selection-gap-flipped-fixed-child.html
|
| deleted file mode 100644
|
| index c7886e1263590696cc467b544fd7bae4940b37f7..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/paint/invalidation/spv2/selection-gap-flipped-fixed-child.html
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -<!-- Based on fast/repaint/selection-gap-flipped-fixed-child.html -->
|
| -<!doctype html>
|
| -<head>
|
| - <script src="resources/paint-invalidation-test.js"></script>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsTextWithPixelResults();
|
| - window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow HTML",
|
| - "LayoutBlockFlow BODY",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBR BR",
|
| - "InlineTextBox '\n'",
|
| - "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "LayoutBR BR",
|
| - "InlineTextBox '\n'",
|
| - ];
|
| - function paintInvalidationTest()
|
| - {
|
| - var target = document.getElementById("target");
|
| - getSelection().setBaseAndExtent(target, 0, target.nextSibling, 1);
|
| - }
|
| - </script>
|
| - <style>
|
| - body { margin: 0px; }
|
| - #target::selection { background-color: green; }
|
| - </style>
|
| -</head>
|
| -<body onload="runPaintInvalidationTest()">
|
| - <div style="position: absolute; margin-right: 200px;">
|
| - <div>Bug <a href="http://webkit.org/b/111000">111000</a>: Selection gaps don't repaint correctly with transforms</div>
|
| - <div>This tests that fixed elements that get flipped are invalidated correctly. The box will be competely green if the selected area was invalidated correctly.</div>
|
| - </div>
|
| - <div style="-webkit-writing-mode: vertical-rl">
|
| - <div id="target" style="background-color: red; width: 100px; height: 100px; position: fixed;"><br/></div><br/>
|
| - </div>
|
| -</body>
|
|
|