| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/multicol-with-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/multicol-with-block.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/multicol-with-block.html
|
| deleted file mode 100644
|
| index 9f2effe09812bb783f65eb0d21e11a0ad88307e0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/multicol-with-block.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!-- Based on fast/repaint/multicol-with-block.html -->
|
| -<!DOCTYPE html>
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| - onload = runPaintInvalidationTest;
|
| - function paintInvalidationTest() {
|
| - 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:20px; color:green;">
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <div id="target" style="visibility:hidden;">PASS</div>
|
| -</div>
|
| -<p>A green PASS should be seen above.</p>
|
|
|