| Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-as-paint-container.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-as-paint-container.html b/third_party/WebKit/LayoutTests/fast/repaint/multicol-as-paint-container.html
|
| deleted file mode 100644
|
| index 7d8e4c38a06e957b59e95f0ca91d6d8f8272630f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-as-paint-container.html
|
| +++ /dev/null
|
| @@ -1,20 +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.color = 'green';
|
| - }
|
| -</script>
|
| -<div id="target" style="-webkit-columns:2; -webkit-backface-visibility:hidden; width:630px; font:20px/1 Ahem; color:red;">
|
| - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce
|
| - varius, metus eu fringilla pulvinar, ipsum sapien ultricies arcu,
|
| - non condimentum quam est eu purus. Ut nisl libero, suscipit ut leo
|
| - eget, dapibus ultrices dolor.
|
| -</div>
|
| -<p>All text above should be green (if tested manually, you need to click first).</p>
|
|
|