| Index: LayoutTests/paint/invalidation/spv2/transform-absolute-child-expected.html
|
| diff --git a/LayoutTests/fast/repaint/transform-absolute-child.html b/LayoutTests/paint/invalidation/spv2/transform-absolute-child-expected.html
|
| similarity index 71%
|
| copy from LayoutTests/fast/repaint/transform-absolute-child.html
|
| copy to LayoutTests/paint/invalidation/spv2/transform-absolute-child-expected.html
|
| index f11419a51dced5f0dbd3b62220f1e64f349b9726..8f438aaff406af31be3bcd3560b39e663b7b191d 100644
|
| --- a/LayoutTests/fast/repaint/transform-absolute-child.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/transform-absolute-child-expected.html
|
| @@ -25,16 +25,9 @@
|
| background-color: gray;
|
| }
|
| </style>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript" charset="utf-8"></script>
|
| - <script type="text/javascript" charset="utf-8">
|
| - function repaintTest()
|
| - {
|
| - document.getElementById('box').className = 'rotated';
|
| - }
|
| - </script>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| -<div id="box">
|
| +<body>
|
| +<div id="box" class="rotated">
|
| <div id="child">
|
| </div>
|
| </div>
|
|
|