krit@webkit.org | 5a9a31f | 2009-10-09 19:13:55 +0000 | [diff] [blame] | 1 | This test checks that SVG operator attribute exists while _operator doesn't |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
zimmermann@webkit.org | 9b7eb04 | 2009-12-07 23:03:55 +0000 | [diff] [blame] | 6 | PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE |
| 7 | PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE |
| 8 | PASS feMorphologyElement._operator is undefined. |
krit@webkit.org | 5a9a31f | 2009-10-09 19:13:55 +0000 | [diff] [blame] | 9 | PASS successfullyParsed is true |
| 10 | |
| 11 | TEST COMPLETE |
| 12 | |