Index: LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt |
diff --git a/LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt b/LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt |
index a44f031e4f128373621e5f1e62584bad990494ab..e9c5888cb2e1f4397c6cdac3a839e3a3fd6bfea2 100644 |
--- a/LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt |
+++ b/LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt |
@@ -1,16 +1,13 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 108.00 8.00 100.00 200.00) |
- (rect 8.00 8.00 200.00 200.00) |
- (rect 8.00 8.00 100.00 200.00) |
- ) |
- ) |
- ) |
-) |
+SVG 1.1 dynamic update tests |
+ |
+Tests dynamic updates of the 'width' attribute of the SVGFilterElement object |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS filterElement.getAttribute('width') is "100" |
+PASS filterElement.getAttribute('width') is "200" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |