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

Unified Diff: LayoutTests/fast/repaint/window-resize-percent-width-height-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-width-height-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt b/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
index 630f7e311d8475fc36ac0f4abc44470b51c0482c..9f6855b035559f5b0900a2d4850c0385a6b03aee 100644
--- a/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
@@ -7,8 +7,7 @@
"drawsContent": true,
"repaintRects": [
[0, 200, 200, 100],
- [0, 0, 100, 150],
- [0, 0, 100, 100]
+ [0, 100, 100, 50]
]
}
]
@@ -35,8 +34,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 150, 150],
- [0, 0, 150, 125]
+ [0, 125, 150, 25]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698