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

Unified Diff: LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt

Issue 348583003: 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/modify-inserted-listitem-expected.txt
diff --git a/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt b/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt
index 718292e9e08b1863ba74f1b208384f95f10f7d73..66ec10f9ad4eb63cf7030645de1d7042254a3fcc 100644
--- a/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt
+++ b/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt
@@ -1,17 +1,17 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 28.00 38.00 10.00 10.00)
- (rect 28.00 38.00 10.00 10.00)
- (rect 18.00 18.00 20.00 30.00)
- (rect 18.00 18.00 10.00 10.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [28, 38, 10, 10],
+ [28, 38, 10, 10],
+ [18, 18, 20, 30],
+ [18, 18, 10, 10]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698