Index: LayoutTests/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt |
diff --git a/LayoutTests/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt b/LayoutTests/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt |
index f77af66578f58ba4ab5fea8403de455778f8f15c..f93ecf9c1e77ae128a13ac169c28a1259d2efc90 100644 |
--- a/LayoutTests/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt |
+++ b/LayoutTests/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt |
@@ -10,18 +10,8 @@ PASS rectElement.getAttribute('y') is "0" |
PASS successfullyParsed is true |
TEST COMPLETE |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 8.00 200.00 50.00) |
- (rect 8.00 8.00 200.00 200.00) |
- ) |
- ) |
- ) |
+(repaint rects |
+ (rect 8 8 200 50) |
+ (rect 8 8 200 200) |
) |