| Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html
|
| deleted file mode 100644
|
| index 8b9bfa7d0cd469d4a131221a050a2986ff9021bf..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| - if (window.internals)
|
| - onload = runRepaintAndPixelTest;
|
| - else
|
| - onclick = repaintTest;
|
| - function repaintTest() {
|
| - var target = document.getElementById('target');
|
| - target.style.visibility = 'visible';
|
| - }
|
| -</script>
|
| -<div style="-webkit-columns:4; -webkit-column-gap:10px; column-fill:auto; width:630px; height:40px; font:20px/1 ahem; color:green;">
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <div style="position:relative;">
|
| - <br>
|
| - <br>
|
| - <div id="target" style="position:absolute; left:20px; top:20px; visibility:hidden;">PASS</div>
|
| - </div>
|
| -</div>
|
| -<p>A green rectangle should be seen above (if tested manually, you need to click first).</p>
|
|
|