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/svg/custom/deep-dynamic-updates-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/deep-dynamic-updates-expected.txt
diff --git a/LayoutTests/svg/custom/deep-dynamic-updates-expected.txt b/LayoutTests/svg/custom/deep-dynamic-updates-expected.txt
index 786ce98dbf0ce8d4a19be9ab26a03fb70bd67574..2085297572cb1d6dc5461516378dfe0ba84ffb2a 100644
--- a/LayoutTests/svg/custom/deep-dynamic-updates-expected.txt
+++ b/LayoutTests/svg/custom/deep-dynamic-updates-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 0.00 0.00 121.00 21.00)
- (rect 0.00 0.00 401.00 401.00)
- (rect 24.00 24.00 402.00 402.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [24, 24, 402, 402],
+ [0, 0, 401, 401],
+ [0, 0, 121, 21]
+ ]
+ }
+ ]
+}
« no previous file with comments | « LayoutTests/svg/custom/deep-dynamic-updates-expected.png ('k') | LayoutTests/svg/custom/js-update-gradient-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698