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

Unified Diff: LayoutTests/svg/repaint/repaint-paintorder-expected.txt

Issue 331713005: 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/svg/repaint/repaint-paintorder-expected.txt
diff --git a/LayoutTests/svg/repaint/repaint-paintorder-expected.txt b/LayoutTests/svg/repaint/repaint-paintorder-expected.txt
index 9041949c6e9a18723bc3d07e26cb9f4c2b2d3e3a..a18b5c74dbf74b02d5c5d93f6b30fce3691bf766 100644
--- a/LayoutTests/svg/repaint/repaint-paintorder-expected.txt
+++ b/LayoutTests/svg/repaint/repaint-paintorder-expected.txt
@@ -1,34 +1,34 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 456.00 166.00 133.00 132.00)
- (rect 456.00 166.00 133.00 132.00)
- (rect 456.00 166.00 133.00 132.00)
- (rect 320.00 166.00 133.00 132.00)
- (rect 320.00 166.00 133.00 132.00)
- (rect 184.00 166.00 132.00 132.00)
- (rect 184.00 166.00 132.00 132.00)
- (rect 184.00 166.00 132.00 132.00)
- (rect 184.00 166.00 132.00 132.00)
- (rect 184.00 166.00 132.00 132.00)
- (rect 184.00 166.00 132.00 132.00)
- (rect 184.00 166.00 132.00 132.00)
- (rect 137.00 37.00 580.00 563.00)
- (rect 47.00 166.00 133.00 132.00)
- (rect 47.00 166.00 133.00 132.00)
- (rect 47.00 166.00 133.00 132.00)
- (rect 47.00 166.00 133.00 132.00)
- (rect 47.00 166.00 133.00 132.00)
- (rect 47.00 166.00 133.00 132.00)
- (rect 47.00 166.00 133.00 132.00)
- (rect 46.00 28.00 7.00 7.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [456, 166, 133, 132],
+ [456, 166, 133, 132],
+ [456, 166, 133, 132],
+ [320, 166, 133, 132],
+ [320, 166, 133, 132],
+ [184, 166, 132, 132],
+ [184, 166, 132, 132],
+ [184, 166, 132, 132],
+ [184, 166, 132, 132],
+ [184, 166, 132, 132],
+ [184, 166, 132, 132],
+ [184, 166, 132, 132],
+ [137, 37, 580, 563],
+ [47, 166, 133, 132],
+ [47, 166, 133, 132],
+ [47, 166, 133, 132],
+ [47, 166, 133, 132],
+ [47, 166, 133, 132],
+ [47, 166, 133, 132],
+ [47, 166, 133, 132],
+ [46, 28, 7, 7]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698