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

Unified Diff: LayoutTests/svg/custom/js-update-pattern-child-expected.txt

Issue 1115723003: Update baselines for some svg/custom/ tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add updated baselines. Created 5 years, 8 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/js-update-pattern-child-expected.txt
diff --git a/LayoutTests/svg/custom/js-update-pattern-child-expected.txt b/LayoutTests/svg/custom/js-update-pattern-child-expected.txt
index 9657f6eb64927ef8aa944fff0a08c0be5f092a4a..a53de1af572bbaae837e2edcb7b2f4116e35fc54 100644
--- a/LayoutTests/svg/custom/js-update-pattern-child-expected.txt
+++ b/LayoutTests/svg/custom/js-update-pattern-child-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 10.00 10.00 430.00 80.00)
- (rect 10.00 100.00 430.00 80.00)
- (rect 10.00 10.00 10.00 10.00)
- (rect 0.00 10.00 10.00 10.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [10, 100, 430, 80],
+ [10, 10, 430, 80],
+ [10, 10, 10, 10],
+ [0, 10, 10, 10]
+ ]
+ }
+ ]
+}
« no previous file with comments | « LayoutTests/svg/custom/js-update-gradient-expected.txt ('k') | LayoutTests/svg/custom/js-update-pattern-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698