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

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

Issue 402523002: Auto-rebaseline for r178305 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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-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 5ee7eca5c885e39f05130ad4d142559c92bc6102..ee1a6a395af6256abf37be166c007e1631834c79 100644
--- a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
@@ -7,8 +7,7 @@
"drawsContent": true,
"repaintRects": [
[0, 200, 200, 100],
- [0, 0, 100, 75],
- [0, 0, 100, 50]
+ [0, 50, 100, 25]
]
}
]
@@ -35,8 +34,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 150, 75],
- [0, 0, 150, 63]
+ [0, 63, 150, 12]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698