Index: LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt |
diff --git a/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt b/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt |
index 2b2707a8f3b9df632d2f589ccf9905f70c3c9cd0..828ede41f0e786af1426d46e3796aa02f4938de7 100644 |
--- a/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt |
+++ b/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt |
@@ -1,23 +1,32 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 27.00 69.00 364.00 364.00) |
- (rect 27.00 69.00 364.00 364.00) |
- (rect 27.00 69.00 364.00 364.00) |
- (rect 27.00 69.00 364.00 364.00) |
- (rect 13.00 207.00 92.00 91.00) |
- (rect 13.00 207.00 92.00 91.00) |
- (rect 13.00 207.00 92.00 91.00) |
- (rect 13.00 207.00 92.00 91.00) |
- (rect 8.00 52.00 402.00 405.00) |
- (rect 8.00 52.00 102.00 405.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [27, 67, 364, 364], |
+ [27, 67, 364, 364], |
+ [27, 67, 364, 364], |
+ [27, 67, 364, 364], |
+ [13, 205, 92, 91], |
+ [13, 205, 92, 91], |
+ [13, 205, 92, 91], |
+ [13, 205, 92, 91], |
+ [8, 50, 402, 404], |
+ [8, 50, 102, 404] |
+ ], |
+ "paintInvalidationClients": [ |
+ "RootInlineBox", |
+ "InlineBox", |
+ "LayoutBlockFlow div id='contentBox'", |
+ "LayoutSVGRoot svg", |
+ "LayoutSVGContainer use", |
+ "LayoutSVGViewportContainer svg id='gamesBorder'", |
+ "LayoutSVGPath path" |
+ ] |
+ } |
+ ] |
+} |