| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-width-height-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-width-height-expected.txt
|
| similarity index 88%
|
| copy from LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
|
| copy to LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-width-height-expected.txt
|
| index b091875067f75db513ba7b47aeb2e1861c4612ea..40efe352a561dd4d2f6ebc628e1bac52fdd78ca0 100644
|
| --- a/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
|
| +++ b/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-width-height-expected.txt
|
| @@ -20,7 +20,8 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "repaintRects": [
|
| - [0, 0, 300, 300],
|
| + [200, 0, 100, 300],
|
| + [100, 0, 50, 150],
|
| [0, 0, 300, 300]
|
| ]
|
| }
|
| @@ -48,7 +49,8 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "repaintRects": [
|
| - [0, 0, 250, 250],
|
| + [250, 0, 50, 250],
|
| + [125, 0, 25, 125],
|
| [0, 0, 250, 250]
|
| ]
|
| }
|
|
|