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

Unified Diff: LayoutTests/platform/win-xp/svg/custom/text-dom-removal-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/platform/win-xp/svg/custom/text-dom-removal-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/custom/text-dom-removal-expected.txt b/LayoutTests/platform/win-xp/svg/custom/text-dom-removal-expected.txt
index 719ce6c8c08233b91edac83b6cf67a102cede36a..1afe2fbf7b9b96a390abc5c4327771fc34d37324 100644
--- a/LayoutTests/platform/win-xp/svg/custom/text-dom-removal-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/custom/text-dom-removal-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 50.00 110.00 151.00 19.00)
- (rect 50.00 110.00 151.00 19.00)
- (rect 0.00 0.00 201.00 129.00)
- (rect 0.00 0.00 20.00 20.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [50, 110, 151, 19],
+ [50, 110, 151, 19],
+ [0, 0, 201, 129],
+ [0, 0, 20, 20]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698