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

Unified Diff: LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt

Issue 346473004: Auto-rebaseline for r176700 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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-viewport-percent-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt b/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
index abd8c04abf2a04fff79f846133737a7bba4e8eb0..a38cb907fdd19a75d6b37f88ec7d0918a7857a14 100644
--- a/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
@@ -7,9 +7,9 @@
"drawsContent": true,
"repaintRects": [
[20, 0, 10, 30],
+ [20, 0, 10, 30],
[0, 20, 30, 10],
- [0, 0, 30, 30],
- [0, 0, 20, 20]
+ [0, 20, 30, 10]
]
}
]
@@ -37,10 +37,10 @@
"drawsContent": true,
"repaintRects": [
[25, 0, 5, 30],
+ [25, 0, 5, 30],
[0, 250, 300, 50],
[0, 25, 30, 5],
- [0, 0, 30, 30],
- [0, 0, 25, 25]
+ [0, 25, 30, 5]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698