| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/overflow-flipped-writing-mode-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/overflow-flipped-writing-mode-block.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/overflow-flipped-writing-mode-block.html
|
| deleted file mode 100644
|
| index dad880a2201f431b801c24784756b9770d752937..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/overflow-flipped-writing-mode-block.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!-- Based on fast/repaint/overflow-flipped-writing-mode-block.html -->
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| - onload = runPaintInvalidationTest;
|
| -
|
| - function paintInvalidationTest()
|
| - {
|
| - document.getElementById("target").style.visibility = "hidden";
|
| - }
|
| -</script>
|
| -<div style="height: 100px; width: 100px; background-color: red; writing-mode: vertical-rl;">
|
| - <div style="width: 25px;">
|
| - <div style="width: 100px; background-color: green;"></div>
|
| - </div>
|
| -</div>
|
| -<div id="target" style="width: 50px; heght: 100px; background-color: red; margin-left: -100px;"></div>
|
|
|