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

Unified Diff: LayoutTests/fast/images/repaint-subrect-grid-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/fast/images/repaint-subrect-grid-expected.txt
diff --git a/LayoutTests/fast/images/repaint-subrect-grid-expected.txt b/LayoutTests/fast/images/repaint-subrect-grid-expected.txt
index e0b67085ddd836adfcd7136d876ff1f49c62f6ab..2c055febadf57f702149e7ca936c299eece7f697 100644
--- a/LayoutTests/fast/images/repaint-subrect-grid-expected.txt
+++ b/LayoutTests/fast/images/repaint-subrect-grid-expected.txt
@@ -1,33 +1,33 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 46.00 18.00 18.00 19.00)
- (rect 46.00 18.00 18.00 19.00)
- (rect 37.00 37.00 18.00 18.00)
- (rect 37.00 37.00 18.00 18.00)
- (rect 37.00 0.00 18.00 18.00)
- (rect 37.00 0.00 18.00 18.00)
- (rect 28.00 18.00 18.00 19.00)
- (rect 28.00 18.00 18.00 19.00)
- (rect 18.00 37.00 19.00 18.00)
- (rect 18.00 37.00 19.00 18.00)
- (rect 18.00 0.00 19.00 18.00)
- (rect 18.00 0.00 19.00 18.00)
- (rect 9.00 18.00 18.00 19.00)
- (rect 9.00 18.00 18.00 19.00)
- (rect 0.00 37.00 18.00 18.00)
- (rect 0.00 37.00 18.00 18.00)
- (rect 0.00 18.00 9.00 19.00)
- (rect 0.00 18.00 9.00 19.00)
- (rect 0.00 0.00 18.00 18.00)
- (rect 0.00 0.00 18.00 18.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [46, 18, 18, 19],
+ [46, 18, 18, 19],
+ [37, 37, 18, 18],
+ [37, 37, 18, 18],
+ [37, 0, 18, 18],
+ [37, 0, 18, 18],
+ [28, 18, 18, 19],
+ [28, 18, 18, 19],
+ [18, 37, 19, 18],
+ [18, 37, 19, 18],
+ [18, 0, 19, 18],
+ [18, 0, 19, 18],
+ [9, 18, 18, 19],
+ [9, 18, 18, 19],
+ [0, 37, 18, 18],
+ [0, 37, 18, 18],
+ [0, 18, 9, 19],
+ [0, 18, 9, 19],
+ [0, 0, 18, 18],
+ [0, 0, 18, 18]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698