| Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html b/third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html
|
| deleted file mode 100644
|
| index 2f6befe81400a3c849715e13b03ff498e62c5aa4..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| - onload = runRepaintAndPixelTest;
|
| -
|
| - function repaintTest()
|
| - {
|
| - 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; height: 100px; background-color: red; margin-left: -100px;"></div>
|
|
|