Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt

Issue 275543003: Don't always fully repaint on viewport resize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline 2 tests Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
index 674f5837eeb59880cfb32c328be5129ce8c6b490..4e8a1493cf9ebc9338b0b7715041b439c6f31717 100644
--- a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
@@ -6,9 +6,7 @@
(contentsOpaque 1)
(drawsContent 1)
(repaint rects
- (rect 0.00 0.00 2008.00 2016.00)
- (rect 0.00 0.00 200.00 300.00)
- (rect 0.00 0.00 200.00 200.00)
+ (rect 0.00 200.00 200.00 100.00)
)
)
)
@@ -21,9 +19,8 @@
(contentsOpaque 1)
(drawsContent 1)
(repaint rects
+ (rect 200.00 0.00 100.00 300.00)
(rect 0.00 0.00 2008.00 2016.00)
- (rect 0.00 0.00 300.00 300.00)
- (rect 0.00 0.00 200.00 300.00)
)
)
)
@@ -36,9 +33,7 @@
(contentsOpaque 1)
(drawsContent 1)
(repaint rects
- (rect 0.00 0.00 2008.00 2016.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)
)
)
)
@@ -51,9 +46,8 @@
(contentsOpaque 1)
(drawsContent 1)
(repaint rects
+ (rect 250.00 0.00 50.00 250.00)
(rect 0.00 0.00 2008.00 2016.00)
- (rect 0.00 0.00 300.00 250.00)
- (rect 0.00 0.00 250.00 250.00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698