| Index: LayoutTests/paint/invalidation/spv2/grid-item-change-column-repaint-expected.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html b/LayoutTests/paint/invalidation/spv2/grid-item-change-column-repaint-expected.html
|
| similarity index 61%
|
| copy from LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html
|
| copy to LayoutTests/paint/invalidation/spv2/grid-item-change-column-repaint-expected.html
|
| index b2001d9938bf9fc927701aa16a9ce290f6e8ffcc..bbbe3fdff9ea2d6eb0954939e879f84ae77081db 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/grid-item-change-column-repaint-expected.html
|
| @@ -1,20 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -<script src="../repaint/resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest()
|
| -{
|
| - var gridItem = document.getElementsByClassName("sizedToGridArea")[0];
|
| - gridItem.style.gridColumn = "3";
|
| -}
|
| -window.addEventListener("load", runRepaintTest, false);
|
| -</script>
|
| -<link href="resources/grid.css" rel="stylesheet">
|
| +<link href="../../../fast/css-grid-layout/resources/grid.css" rel="stylesheet">
|
| <style>
|
| -body {
|
| - font: 10px/1 Ahem;
|
| -}
|
| -
|
| .grid {
|
| width: -webkit-fit-content;
|
| grid-template-rows: 50px;
|
| @@ -22,6 +9,7 @@ body {
|
| }
|
| .sizedToGridArea {
|
| background-color: purple;
|
| + grid-column: 3;
|
| }
|
| </style>
|
| <body>
|
|
|