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

Unified Diff: LayoutTests/svg/custom/marker-child-changes-css-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/custom/marker-child-changes-css-expected.txt
diff --git a/LayoutTests/svg/custom/marker-child-changes-css-expected.txt b/LayoutTests/svg/custom/marker-child-changes-css-expected.txt
index 44de4c9f5c74c43894bb98bdc44525c3c24e6657..c84e221b2248239a130702d8a09d2677b07bd24c 100644
--- a/LayoutTests/svg/custom/marker-child-changes-css-expected.txt
+++ b/LayoutTests/svg/custom/marker-child-changes-css-expected.txt
@@ -1,16 +1,16 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 122.00 127.00 66.00 66.00)
- (rect 0.00 0.00 2.00 2.00)
- (rect 0.00 0.00 2.00 2.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [122, 127, 66, 66],
+ [0, 0, 2, 2],
+ [0, 0, 2, 2]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698