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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 SVG 1.1 update tests of the 'kernelUnitLength' attribute of the SVGFESpecularLig htingElement object
2
3 Tests JS updates of the 'kernelUnitLength' attribute of the SVGFESpecularLightin gElement object
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
8 PASS specularElement.getAttribute('kernelUnitLength') is "3 4"
9 PASS specularElement.kernelUnitLengthX.baseVal is 3
10 PASS specularElement.kernelUnitLengthY.baseVal is 4
11 PASS specularElement.kernelUnitLengthX.baseVal is 5
12 PASS specularElement.kernelUnitLengthY.baseVal is 10
13 PASS specularElement.getAttribute('kernelUnitLength') is "5 10"
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698