| Index: LayoutTests/paint/invalidation/spv2/multicol-repaint-expected.html
|
| diff --git a/LayoutTests/fast/repaint/multicol-repaint.html b/LayoutTests/paint/invalidation/spv2/multicol-repaint-expected.html
|
| similarity index 52%
|
| copy from LayoutTests/fast/repaint/multicol-repaint.html
|
| copy to LayoutTests/paint/invalidation/spv2/multicol-repaint-expected.html
|
| index 458d46ae0ead8069997422ae927f548706dbcd6c..fc930583f2650f97e7c78647d07559757d8d0b79 100644
|
| --- a/LayoutTests/fast/repaint/multicol-repaint.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/multicol-repaint-expected.html
|
| @@ -13,24 +13,13 @@
|
| column-count: 2;
|
| column-fill: auto;
|
| }
|
| -
|
| - span {
|
| - font-family: Ahem;
|
| - }
|
| </style>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - function repaintTest()
|
| - {
|
| - document.getElementById('a').innerHTML = 'XXXXXX';
|
| - }
|
| - </script>
|
| </head>
|
| -<body onload="runRepaintTest();">
|
| +<body">
|
|
|
| <div class="container">
|
| <br>
|
| - <span id="a">x</span>
|
| + <span id="a">XXXXXX</span>
|
| </div>
|
| </body>
|
| </html>
|
|
|