| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-html-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-html-expected.txt
|
| similarity index 89%
|
| copy from LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
|
| copy to LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-html-expected.txt
|
| index 1e0980f2a1a7e1ebd462145e3b1407bcfa91b839..26a19343b6cff65015dd57ae3669b1254b3985ca 100644
|
| --- a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
|
| +++ b/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-percent-html-expected.txt
|
| @@ -20,7 +20,8 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "repaintRects": [
|
| - [0, 0, 300, 300],
|
| + [200, 0, 100, 300],
|
| + [100, 0, 50, 75],
|
| [0, 0, 300, 300]
|
| ]
|
| }
|
| @@ -48,7 +49,8 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "repaintRects": [
|
| - [0, 0, 250, 250],
|
| + [250, 0, 50, 250],
|
| + [125, 0, 25, 63],
|
| [0, 0, 250, 250]
|
| ]
|
| }
|
|
|