Index: LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt |
diff --git a/LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt b/LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt |
index a44f031e4f128373621e5f1e62584bad990494ab..535446e021e3c9ebe69a882a81233459348feb79 100644 |
--- a/LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt |
+++ b/LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-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' property of the SVGFilterElement object |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS filterElement.width.baseVal.value is 100 |
+PASS filterElement.width.baseVal.value is 200 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |