Index: LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt b/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f46ed9a46f73eaf5e1d4ad980d094861f91355e |
--- /dev/null |
+++ b/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt |
@@ -0,0 +1,17 @@ |
+SVG 1.1 update tests of the 'kernelUnitLength' attribute of the SVGFESpecularLightingElement object |
+ |
+Tests JS updates of the 'kernelUnitLength' attribute of the SVGFESpecularLightingElement object |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS specularElement.getAttribute('kernelUnitLength') is "3 4" |
+PASS specularElement.kernelUnitLengthX.baseVal is 3 |
+PASS specularElement.kernelUnitLengthY.baseVal is 4 |
+PASS specularElement.kernelUnitLengthX.baseVal is 5 |
+PASS specularElement.kernelUnitLengthY.baseVal is 10 |
+PASS specularElement.getAttribute('kernelUnitLength') is "5 10" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |