| Index: LayoutTests/paint/invalidation/spv2/shadow-box-resize-writing-mode-expected.html
|
| diff --git a/LayoutTests/fast/box-shadow/shadow-box-resize-writing-mode.html b/LayoutTests/paint/invalidation/spv2/shadow-box-resize-writing-mode-expected.html
|
| similarity index 56%
|
| copy from LayoutTests/fast/box-shadow/shadow-box-resize-writing-mode.html
|
| copy to LayoutTests/paint/invalidation/spv2/shadow-box-resize-writing-mode-expected.html
|
| index 5c8991f268040dbe29a7ab6d20788733210883b3..49c324900d9166f8eda11b65344b3b734ccfd6a4 100644
|
| --- a/LayoutTests/fast/box-shadow/shadow-box-resize-writing-mode.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/shadow-box-resize-writing-mode-expected.html
|
| @@ -1,15 +1,4 @@
|
| <!DOCTYPE html>
|
| -<script src="../repaint/resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest()
|
| -{
|
| - document.getElementById('target1').style.width = '150px';
|
| - document.getElementById('target2').style.width = '50px';
|
| - document.getElementById('target3').style.height = '150px';
|
| - document.getElementById('target4').style.height = '50px';
|
| -}
|
| -window.onload = runRepaintTest;
|
| -</script>
|
| <style>
|
| body {
|
| margin: 0;
|
| @@ -25,18 +14,22 @@ div {
|
| #target1 {
|
| top: 100px;
|
| left: 100px;
|
| + width: 150px;
|
| }
|
| #target2 {
|
| top: 100px;
|
| left: 300px;
|
| + width: 50px;
|
| }
|
| #target3 {
|
| top: 300px;
|
| left: 100px;
|
| + height: 150px;
|
| }
|
| #target4 {
|
| top: 300px;
|
| left: 300px;
|
| + height: 50px;
|
| }
|
| </style>
|
| <div id="target1"></div>
|
|
|