Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt

Issue 1155743010: Implement SVGFESpecularLightingElement.kernelUnitLengthX/kernelUnitLengthY. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: PS 3 Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698