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

Unified Diff: LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt

Issue 347223003: Auto-rebaseline for r176651 (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/platform/win-xp/fast/repaint/outline-inset-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt
index cdda556e4f1a094778567e52c1bd9ff5eb99972e..127543c4fcd56cb86f959efc12dc6c4dce0a8d12 100644
--- a/LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt
@@ -1,21 +1,21 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 29.00 191.00 180.00 60.00)
- (rect 29.00 191.00 180.00 40.00)
- (rect 29.00 29.00 180.00 60.00)
- (rect 29.00 29.00 180.00 40.00)
- (rect 19.00 231.00 200.00 20.00)
- (rect 19.00 226.00 200.00 5.00)
- (rect 19.00 69.00 200.00 20.00)
- (rect 19.00 64.00 200.00 5.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [29, 191, 180, 60],
+ [29, 191, 180, 40],
+ [29, 29, 180, 60],
+ [29, 29, 180, 40],
+ [19, 231, 200, 20],
+ [19, 226, 200, 5],
+ [19, 69, 200, 20],
+ [19, 64, 200, 5]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698