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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGLength-expected.txt

Issue 2271223002: Convert LayoutTests/svg/dom/SVGLength*.html js-tests.js tests to testharness.js based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved length to local Created 4 years, 3 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: third_party/WebKit/LayoutTests/svg/dom/SVGLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGLength-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGLength-expected.txt
deleted file mode 100644
index aa7cf485ba1aa273c2312560c6fc50042aa192b3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGLength-expected.txt
+++ /dev/null
@@ -1,97 +0,0 @@
-This test checks the SVGLength API
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-Check initial length values
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_NUMBER
-PASS length.value is 0
-PASS length.valueInSpecifiedUnits is 0
-PASS length.valueAsString is "0"
-
-Set value to be 2px
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.valueAsString is "2px"
-
-Check invalid arguments for 'convertToSpecifiedUnits'
-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_UNKNOWN) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Cannot convert to unknown or invalid units (0)..
-PASS length.convertToSpecifiedUnits(-1) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Cannot convert to unknown or invalid units (65535)..
-PASS length.convertToSpecifiedUnits(11) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Cannot convert to unknown or invalid units (11)..
-PASS length.convertToSpecifiedUnits('aString') threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Cannot convert to unknown or invalid units (0)..
-PASS length.convertToSpecifiedUnits(length) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Cannot convert to unknown or invalid units (0)..
-PASS length.convertToSpecifiedUnits(svgElement) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Cannot convert to unknown or invalid units (0)..
-PASS length.convertToSpecifiedUnits() threw exception TypeError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': 1 argument required, but only 0 present..
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-
-Check invalid arguments for 'newValueSpecifiedUnits'
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_UNKNOWN, 4) threw exception NotSupportedError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': Cannot set value with unknown or invalid units (0)..
-PASS length.newValueSpecifiedUnits(-1, 4) threw exception NotSupportedError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': Cannot set value with unknown or invalid units (65535)..
-PASS length.newValueSpecifiedUnits(11, 4) threw exception NotSupportedError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': Cannot set value with unknown or invalid units (11)..
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, 0) is undefined.
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, 'aString') threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.value is 0
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, length) threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.value is 0
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, svgElement) threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.value is 0
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, NaN) threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.value is 0
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, Infinity) threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.value is 0
-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX) threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': 2 arguments required, but only 1 present..
-PASS length.newValueSpecifiedUnits('aString', 4) threw exception NotSupportedError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': Cannot set value with unknown or invalid units (0)..
-PASS length.newValueSpecifiedUnits(length, 4) threw exception NotSupportedError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': Cannot set value with unknown or invalid units (0)..
-PASS length.newValueSpecifiedUnits(svgElement, 4) threw exception NotSupportedError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': Cannot set value with unknown or invalid units (0)..
-PASS length.newValueSpecifiedUnits('aString', 'aString') threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.newValueSpecifiedUnits(length, length) threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.newValueSpecifiedUnits(svgElement, svgElement) threw exception TypeError: Failed to execute 'newValueSpecifiedUnits' on 'SVGLength': The provided float value is non-finite..
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-
-Check setting invalid 'valueAsString' arguments
-PASS length.valueAsString = '10deg' threw exception SyntaxError: Failed to set the 'valueAsString' property on 'SVGLength': The value provided ('10deg') is invalid..
-PASS length.valueAsString is "2px"
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-PASS length.valueAsString = '1pX' did not throw exception.
-PASS length.valueAsString is "1px"
-PASS length.value is 1
-PASS length.valueInSpecifiedUnits is 1
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-PASS length.valueAsString = ',5 em' threw exception SyntaxError: Failed to set the 'valueAsString' property on 'SVGLength': The value provided (',5 em') is invalid..
-PASS length.valueAsString is "2px"
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-PASS length.valueAsString = null threw exception SyntaxError: Failed to set the 'valueAsString' property on 'SVGLength': The value provided ('null') is invalid..
-PASS length.valueAsString is "2px"
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-
-Check setting invalid 'value' arguments
-PASS length.value = NaN threw exception TypeError: Failed to set the 'value' property on 'SVGLength': The provided float value is non-finite..
-PASS length.value = Infinity threw exception TypeError: Failed to set the 'value' property on 'SVGLength': The provided float value is non-finite..
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-
-Check setting invalid 'valueInSpecifiedUnits' arguments
-PASS length.valueInSpecifiedUnits = NaN threw exception TypeError: Failed to set the 'valueInSpecifiedUnits' property on 'SVGLength': The provided float value is non-finite..
-PASS length.valueInSpecifiedUnits = Infinity threw exception TypeError: Failed to set the 'valueInSpecifiedUnits' property on 'SVGLength': The provided float value is non-finite..
-PASS length.value is 2
-PASS length.valueInSpecifiedUnits is 2
-PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/SVGLength.html ('k') | third_party/WebKit/LayoutTests/svg/dom/SVGLength-px.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698