| Index: LayoutTests/paint/invalidation/spv2/layer-full-repaint-expected.html
|
| diff --git a/LayoutTests/fast/repaint/layer-full-repaint.html b/LayoutTests/paint/invalidation/spv2/layer-full-repaint-expected.html
|
| similarity index 61%
|
| copy from LayoutTests/fast/repaint/layer-full-repaint.html
|
| copy to LayoutTests/paint/invalidation/spv2/layer-full-repaint-expected.html
|
| index c0de5ea9b4ec63dd254c633bc6188b3e33d1c224..15439b0bc5271ca9af983e38c05a51ee1cfbb8a1 100644
|
| --- a/LayoutTests/fast/repaint/layer-full-repaint.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/layer-full-repaint-expected.html
|
| @@ -7,23 +7,12 @@
|
| position: relative;
|
| height: 100px;
|
| width: 100px;
|
| - background-color: red;
|
| - }
|
| -
|
| - div.selected {
|
| background-color: green;
|
| text-shadow: red 5px 5px 0;
|
| }
|
| </style>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script>
|
| - function repaintTest()
|
| - {
|
| - document.getElementById('test').className = "selected";
|
| - }
|
| - </script>
|
| </head>
|
| -<body onload="runRepaintTest();">
|
| +<body">
|
| <div id="test"></div>
|
| </body>
|
| </html>
|
|
|