| Index: LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html
|
| diff --git a/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html b/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html
|
| similarity index 57%
|
| copy from LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html
|
| copy to LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html
|
| index 32a0c1b033fb73f103cc922ec7d0165e5ef42829..8cb702b882f312fe6392cf9548bb0e852c69d88c 100644
|
| --- a/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html
|
| @@ -1,17 +1,10 @@
|
| <!DOCTYPE html>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest() {
|
| - document.getElementById('scrollable').style.width = '300px';
|
| -}
|
| -onload = runRepaintTest;
|
| -</script>
|
| <style>
|
| #scrollable {
|
| overflow: scroll;
|
| position: absolute;
|
| top: 50px;
|
| - width: 100px;
|
| + width: 300px;
|
| height: 100px;
|
| border: solid 10px green;
|
| }
|
|
|