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

Side by Side Diff: LayoutTests/svg/dom/svg-element-attribute-js-null-expected.txt

Issue 1234383003: Removing TreatNullAs=NullString from SVGAngle.valueAsString and SVGLength.valueAsString attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reviewed: 1 Created 5 years, 5 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
1 This test setting various attributes of a SVG elements to JavaScript null. 1 This test setting various attributes of a SVG elements to JavaScript null.
2 2
3 TEST SUCCEEDED: The value was the string 'null'. [tested SVGElement.id] 3 TEST SUCCEEDED: The value was the string 'null'. [tested SVGElement.id]
4 4
5 TEST SUCCEEDED: The value was the string '0'. [tested SVGAngle.valueAsString]
6
7 TEST SUCCEEDED: The value was the string '0'. [tested SVGLength.valueAsString]
8
9 TEST SUCCEEDED: The value was the string 'null'. [tested SVGScriptElement.type] 5 TEST SUCCEEDED: The value was the string 'null'. [tested SVGScriptElement.type]
10 6
11 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698