Index: LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
diff --git a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt b/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
index c95d32ceb5595ee28edb8e09cbc8cbed9cd50c94..e3673e569e5a210a075964cddb1f266493fe2a81 100644 |
--- a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
+++ b/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
@@ -7,9 +7,9 @@ width: 200 height: 300 |
(contentsOpaque 1) |
(drawsContent 1) |
(repaint rects |
- (rect 0.00 0.00 200.00 200.00) |
- (rect 0.00 0.00 200.00 200.00) |
- (rect 0.00 0.00 200.00 200.00) |
+ (rect 0.00 100.00 200.00 50.00) |
+ (rect 0.00 100.00 200.00 50.00) |
+ (rect 0.00 50.00 100.00 25.00) |
) |
) |
) |
@@ -39,9 +39,10 @@ width: 300 height: 250 |
(contentsOpaque 1) |
(drawsContent 1) |
(repaint rects |
- (rect 0.00 0.00 300.00 300.00) |
- (rect 0.00 0.00 300.00 300.00) |
- (rect 0.00 0.00 300.00 250.00) |
+ (rect 0.00 250.00 300.00 50.00) |
+ (rect 0.00 125.00 300.00 25.00) |
+ (rect 0.00 125.00 300.00 25.00) |
+ (rect 0.00 63.00 150.00 12.00) |
) |
) |
) |