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

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

Issue 2782583002: Deduplicate testharness test names in LayoutTests/svg/ (Closed)
Patch Set: Created 3 years, 9 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/svgangle-units-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svgangle-units-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/svgangle-units-expected.txt
deleted file mode 100644
index 07f2faca81d5bb2ef38cb8ef8abb1cd10d472d73..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/svgangle-units-expected.txt
+++ /dev/null
@@ -1,795 +0,0 @@
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = 60 duplicate test names: "newValueSpecifiedUnits(1, 10)", "newValueSpecifiedUnits(2, 10)", "newValueSpecifiedUnits(3, 10)", "newValueSpecifiedUnits(4, 10)", "newValueSpecifiedUnits(1, 0)", "newValueSpecifiedUnits(2, 0)", "newValueSpecifiedUnits(3, 0)", "newValueSpecifiedUnits(4, 0)", "newValueSpecifiedUnits(1, 360)", "newValueSpecifiedUnits(2, 360)", "newValueSpecifiedUnits(3, 360)", "newValueSpecifiedUnits(4, 360)", "newValueSpecifiedUnits(1, 500)", "newValueSpecifiedUnits(2, 500)", "newValueSpecifiedUnits(3, 500)", "newValueSpecifiedUnits(4, 500)", "newValueSpecifiedUnits(1, 90)", "newValueSpecifiedUnits(2, 90)", "newValueSpecifiedUnits(3, 90)", "newValueSpecifiedUnits(4, 90)", "newValueSpecifiedUnits(1, 180)", "newValueSpecifiedUnits(2, 180)", "newValueSpecifiedUnits(3, 180)", "newValueSpecifiedUnits(4, 180)", "newValueSpecifiedUnits(1, 45)", "newValueSpecifiedUnits(2, 45)", "newValueSpecifiedUnits(3, 45)", "newValueSpecifiedUnits(4, 45)", "newValueSpecifiedUnits(1, 25.9)", "newValueSpecifiedUnits(2, 25.9)", "newValueSpecifiedUnits(3, 25.9)", "newValueSpecifiedUnits(4, 25.9)", "newValueSpecifiedUnits(1, 145)", "newValueSpecifiedUnits(2, 145)", "newValueSpecifiedUnits(3, 145)", "newValueSpecifiedUnits(4, 145)", "newValueSpecifiedUnits(1, 270)", "newValueSpecifiedUnits(2, 270)", "newValueSpecifiedUnits(3, 270)", "newValueSpecifiedUnits(4, 270)", "newValueSpecifiedUnits(1, 0.5)", "newValueSpecifiedUnits(2, 0.5)", "newValueSpecifiedUnits(3, 0.5)", "newValueSpecifiedUnits(4, 0.5)", "newValueSpecifiedUnits(1, 0.2)", "newValueSpecifiedUnits(2, 0.2)", "newValueSpecifiedUnits(3, 0.2)", "newValueSpecifiedUnits(4, 0.2)", "newValueSpecifiedUnits(1, 1.37)", "newValueSpecifiedUnits(2, 1.37)", "newValueSpecifiedUnits(3, 1.37)", "newValueSpecifiedUnits(4, 1.37)", "newValueSpecifiedUnits(1, 3.14159)", "newValueSpecifiedUnits(2, 3.14159)", "newValueSpecifiedUnits(3, 3.14159)", "newValueSpecifiedUnits(4, 3.14159)", "newValueSpecifiedUnits(1, 0.523599)", "newValueSpecifiedUnits(2, 0.523599)", "newValueSpecifiedUnits(3, 0.523599)", "newValueSpecifiedUnits(4, 0.523599)"
-PASS SVGAngle(47).unitType
-PASS SVGAngle(47deg).unitType
-PASS SVGAngle(47rad).unitType
-PASS SVGAngle(47grad).unitType
-PASS SVGAngle(47turn).unitType
-PASS SVGAngle.SVG_ANGLETYPE_UNKNOWN
-PASS SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
-PASS SVGAngle.SVG_ANGLETYPE_DEG
-PASS SVGAngle.SVG_ANGLETYPE_RAD
-PASS SVGAngle.SVG_ANGLETYPE_GRAD
-PASS SVGAngle.SVG_ANGLETYPE_TURN
-PASS SVGAngle(10).valueInSpecifiedUnits
-PASS orient="10".valueAsString
-PASS orient="10".value
-PASS SVGAngle(10).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 10)
-PASS SVGAngle(10).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 10)
-PASS SVGAngle(10).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 10)
-PASS SVGAngle(10).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 10)
-PASS SVGAngle(10).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 10)
-PASS SVGAngle(10deg).valueInSpecifiedUnits
-PASS orient="10deg".valueAsString
-PASS orient="10deg".value
-PASS SVGAngle(10deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 10)
-PASS SVGAngle(10deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 10)
-PASS SVGAngle(10deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 10)
-PASS SVGAngle(10deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 10)
-PASS SVGAngle(10deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 10)
-PASS SVGAngle(10rad).valueInSpecifiedUnits
-PASS orient="10rad".valueAsString
-PASS orient="10rad".value
-PASS SVGAngle(10rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 10)
-PASS SVGAngle(10rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 10)
-PASS SVGAngle(10rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 10)
-PASS SVGAngle(10rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 10)
-PASS SVGAngle(10rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 10)
-PASS SVGAngle(10grad).valueInSpecifiedUnits
-PASS orient="10grad".valueAsString
-PASS orient="10grad".value
-PASS SVGAngle(10grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 10)
-PASS SVGAngle(10grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 10)
-PASS SVGAngle(10grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 10)
-PASS SVGAngle(10grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 10)
-PASS SVGAngle(10grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 10)
-PASS SVGAngle(0).valueInSpecifiedUnits
-PASS orient="0".valueAsString
-PASS orient="0".value
-PASS SVGAngle(0).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 0)
-PASS SVGAngle(0).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 0)
-PASS SVGAngle(0).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 0)
-PASS SVGAngle(0).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 0)
-PASS SVGAngle(0).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 0)
-PASS SVGAngle(0deg).valueInSpecifiedUnits
-PASS orient="0deg".valueAsString
-PASS orient="0deg".value
-PASS SVGAngle(0deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 0)
-PASS SVGAngle(0deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 0)
-PASS SVGAngle(0deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 0)
-PASS SVGAngle(0deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 0)
-PASS SVGAngle(0deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 0)
-PASS SVGAngle(0rad).valueInSpecifiedUnits
-PASS orient="0rad".valueAsString
-PASS orient="0rad".value
-PASS SVGAngle(0rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 0)
-PASS SVGAngle(0rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 0)
-PASS SVGAngle(0rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 0)
-PASS SVGAngle(0rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 0)
-PASS SVGAngle(0rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 0)
-PASS SVGAngle(0grad).valueInSpecifiedUnits
-PASS orient="0grad".valueAsString
-PASS orient="0grad".value
-PASS SVGAngle(0grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 0)
-PASS SVGAngle(0grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 0)
-PASS SVGAngle(0grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 0)
-PASS SVGAngle(0grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 0)
-PASS SVGAngle(0grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 0)
-PASS SVGAngle(360).valueInSpecifiedUnits
-PASS orient="360".valueAsString
-PASS orient="360".value
-PASS SVGAngle(360).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 360)
-PASS SVGAngle(360).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 360)
-PASS SVGAngle(360).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 360)
-PASS SVGAngle(360).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 360)
-PASS SVGAngle(360).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 360)
-PASS SVGAngle(360deg).valueInSpecifiedUnits
-PASS orient="360deg".valueAsString
-PASS orient="360deg".value
-PASS SVGAngle(360deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 360)
-PASS SVGAngle(360deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 360)
-PASS SVGAngle(360deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 360)
-PASS SVGAngle(360deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 360)
-PASS SVGAngle(360deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 360)
-PASS SVGAngle(360rad).valueInSpecifiedUnits
-PASS orient="360rad".valueAsString
-PASS orient="360rad".value
-PASS SVGAngle(360rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 360)
-PASS SVGAngle(360rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 360)
-PASS SVGAngle(360rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 360)
-PASS SVGAngle(360rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 360)
-PASS SVGAngle(360rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 360)
-PASS SVGAngle(360grad).valueInSpecifiedUnits
-PASS orient="360grad".valueAsString
-PASS orient="360grad".value
-PASS SVGAngle(360grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 360)
-PASS SVGAngle(360grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 360)
-PASS SVGAngle(360grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 360)
-PASS SVGAngle(360grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 360)
-PASS SVGAngle(360grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 360)
-PASS SVGAngle(500).valueInSpecifiedUnits
-PASS orient="500".valueAsString
-PASS orient="500".value
-PASS SVGAngle(500).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 500)
-PASS SVGAngle(500).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 500)
-PASS SVGAngle(500).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 500)
-PASS SVGAngle(500).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 500)
-PASS SVGAngle(500).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 500)
-PASS SVGAngle(500deg).valueInSpecifiedUnits
-PASS orient="500deg".valueAsString
-PASS orient="500deg".value
-PASS SVGAngle(500deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 500)
-PASS SVGAngle(500deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 500)
-PASS SVGAngle(500deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 500)
-PASS SVGAngle(500deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 500)
-PASS SVGAngle(500deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 500)
-PASS SVGAngle(500rad).valueInSpecifiedUnits
-PASS orient="500rad".valueAsString
-PASS orient="500rad".value
-PASS SVGAngle(500rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 500)
-PASS SVGAngle(500rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 500)
-PASS SVGAngle(500rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 500)
-PASS SVGAngle(500rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 500)
-PASS SVGAngle(500rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 500)
-PASS SVGAngle(500grad).valueInSpecifiedUnits
-PASS orient="500grad".valueAsString
-PASS orient="500grad".value
-PASS SVGAngle(500grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 500)
-PASS SVGAngle(500grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 500)
-PASS SVGAngle(500grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 500)
-PASS SVGAngle(500grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 500)
-PASS SVGAngle(500grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 500)
-PASS SVGAngle(90).valueInSpecifiedUnits
-PASS orient="90".valueAsString
-PASS orient="90".value
-PASS SVGAngle(90).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 90)
-PASS SVGAngle(90).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 90)
-PASS SVGAngle(90).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 90)
-PASS SVGAngle(90).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 90)
-PASS SVGAngle(90).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 90)
-PASS SVGAngle(90deg).valueInSpecifiedUnits
-PASS orient="90deg".valueAsString
-PASS orient="90deg".value
-PASS SVGAngle(90deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 90)
-PASS SVGAngle(90deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 90)
-PASS SVGAngle(90deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 90)
-PASS SVGAngle(90deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 90)
-PASS SVGAngle(90deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 90)
-PASS SVGAngle(90rad).valueInSpecifiedUnits
-PASS orient="90rad".valueAsString
-PASS orient="90rad".value
-PASS SVGAngle(90rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 90)
-PASS SVGAngle(90rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 90)
-PASS SVGAngle(90rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 90)
-PASS SVGAngle(90rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 90)
-PASS SVGAngle(90rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 90)
-PASS SVGAngle(90grad).valueInSpecifiedUnits
-PASS orient="90grad".valueAsString
-PASS orient="90grad".value
-PASS SVGAngle(90grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 90)
-PASS SVGAngle(90grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 90)
-PASS SVGAngle(90grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 90)
-PASS SVGAngle(90grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 90)
-PASS SVGAngle(90grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 90)
-PASS SVGAngle(180).valueInSpecifiedUnits
-PASS orient="180".valueAsString
-PASS orient="180".value
-PASS SVGAngle(180).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 180)
-PASS SVGAngle(180).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 180)
-PASS SVGAngle(180).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 180)
-PASS SVGAngle(180).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 180)
-PASS SVGAngle(180).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 180)
-PASS SVGAngle(180deg).valueInSpecifiedUnits
-PASS orient="180deg".valueAsString
-PASS orient="180deg".value
-PASS SVGAngle(180deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 180)
-PASS SVGAngle(180deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 180)
-PASS SVGAngle(180deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 180)
-PASS SVGAngle(180deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 180)
-PASS SVGAngle(180deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 180)
-PASS SVGAngle(180rad).valueInSpecifiedUnits
-PASS orient="180rad".valueAsString
-PASS orient="180rad".value
-PASS SVGAngle(180rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 180)
-PASS SVGAngle(180rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 180)
-PASS SVGAngle(180rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 180)
-PASS SVGAngle(180rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 180)
-PASS SVGAngle(180rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 180)
-PASS SVGAngle(180grad).valueInSpecifiedUnits
-PASS orient="180grad".valueAsString
-PASS orient="180grad".value
-PASS SVGAngle(180grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 180)
-PASS SVGAngle(180grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 180)
-PASS SVGAngle(180grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 180)
-PASS SVGAngle(180grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 180)
-PASS SVGAngle(180grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 180)
-PASS SVGAngle(45).valueInSpecifiedUnits
-PASS orient="45".valueAsString
-PASS orient="45".value
-PASS SVGAngle(45).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 45)
-PASS SVGAngle(45).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 45)
-PASS SVGAngle(45).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 45)
-PASS SVGAngle(45).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 45)
-PASS SVGAngle(45).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 45)
-PASS SVGAngle(45deg).valueInSpecifiedUnits
-PASS orient="45deg".valueAsString
-PASS orient="45deg".value
-PASS SVGAngle(45deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 45)
-PASS SVGAngle(45deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 45)
-PASS SVGAngle(45deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 45)
-PASS SVGAngle(45deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 45)
-PASS SVGAngle(45deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 45)
-PASS SVGAngle(45rad).valueInSpecifiedUnits
-PASS orient="45rad".valueAsString
-PASS orient="45rad".value
-PASS SVGAngle(45rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 45)
-PASS SVGAngle(45rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 45)
-PASS SVGAngle(45rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 45)
-PASS SVGAngle(45rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 45)
-PASS SVGAngle(45rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 45)
-PASS SVGAngle(45grad).valueInSpecifiedUnits
-PASS orient="45grad".valueAsString
-PASS orient="45grad".value
-PASS SVGAngle(45grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 45)
-PASS SVGAngle(45grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 45)
-PASS SVGAngle(45grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 45)
-PASS SVGAngle(45grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 45)
-PASS SVGAngle(45grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 45)
-PASS SVGAngle(25.9).valueInSpecifiedUnits
-PASS orient="25.9".valueAsString
-PASS orient="25.9".value
-PASS SVGAngle(25.9).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 25.9)
-PASS SVGAngle(25.9).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 25.9)
-PASS SVGAngle(25.9).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 25.9)
-PASS SVGAngle(25.9).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 25.9)
-PASS SVGAngle(25.9).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 25.9)
-PASS SVGAngle(25.9deg).valueInSpecifiedUnits
-PASS orient="25.9deg".valueAsString
-PASS orient="25.9deg".value
-PASS SVGAngle(25.9deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 25.9)
-PASS SVGAngle(25.9deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 25.9)
-PASS SVGAngle(25.9deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 25.9)
-PASS SVGAngle(25.9deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 25.9)
-PASS SVGAngle(25.9deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 25.9)
-PASS SVGAngle(25.9rad).valueInSpecifiedUnits
-PASS orient="25.9rad".valueAsString
-PASS orient="25.9rad".value
-PASS SVGAngle(25.9rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 25.9)
-PASS SVGAngle(25.9rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 25.9)
-PASS SVGAngle(25.9rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 25.9)
-PASS SVGAngle(25.9rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 25.9)
-PASS SVGAngle(25.9rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 25.9)
-PASS SVGAngle(25.9grad).valueInSpecifiedUnits
-PASS orient="25.9grad".valueAsString
-PASS orient="25.9grad".value
-PASS SVGAngle(25.9grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 25.9)
-PASS SVGAngle(25.9grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 25.9)
-PASS SVGAngle(25.9grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 25.9)
-PASS SVGAngle(25.9grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 25.9)
-PASS SVGAngle(25.9grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 25.9)
-PASS SVGAngle(145).valueInSpecifiedUnits
-PASS orient="145".valueAsString
-PASS orient="145".value
-PASS SVGAngle(145).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 145)
-PASS SVGAngle(145).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 145)
-PASS SVGAngle(145).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 145)
-PASS SVGAngle(145).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 145)
-PASS SVGAngle(145).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 145)
-PASS SVGAngle(145deg).valueInSpecifiedUnits
-PASS orient="145deg".valueAsString
-PASS orient="145deg".value
-PASS SVGAngle(145deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 145)
-PASS SVGAngle(145deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 145)
-PASS SVGAngle(145deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 145)
-PASS SVGAngle(145deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 145)
-PASS SVGAngle(145deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 145)
-PASS SVGAngle(145rad).valueInSpecifiedUnits
-PASS orient="145rad".valueAsString
-PASS orient="145rad".value
-PASS SVGAngle(145rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 145)
-PASS SVGAngle(145rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 145)
-PASS SVGAngle(145rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 145)
-PASS SVGAngle(145rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 145)
-PASS SVGAngle(145rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 145)
-PASS SVGAngle(145grad).valueInSpecifiedUnits
-PASS orient="145grad".valueAsString
-PASS orient="145grad".value
-PASS SVGAngle(145grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 145)
-PASS SVGAngle(145grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 145)
-PASS SVGAngle(145grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 145)
-PASS SVGAngle(145grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 145)
-PASS SVGAngle(145grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 145)
-PASS SVGAngle(270).valueInSpecifiedUnits
-PASS orient="270".valueAsString
-PASS orient="270".value
-PASS SVGAngle(270).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 270)
-PASS SVGAngle(270).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 270)
-PASS SVGAngle(270).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 270)
-PASS SVGAngle(270).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 270)
-PASS SVGAngle(270).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 270)
-PASS SVGAngle(270deg).valueInSpecifiedUnits
-PASS orient="270deg".valueAsString
-PASS orient="270deg".value
-PASS SVGAngle(270deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 270)
-PASS SVGAngle(270deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 270)
-PASS SVGAngle(270deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 270)
-PASS SVGAngle(270deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 270)
-PASS SVGAngle(270deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 270)
-PASS SVGAngle(270rad).valueInSpecifiedUnits
-PASS orient="270rad".valueAsString
-PASS orient="270rad".value
-PASS SVGAngle(270rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 270)
-PASS SVGAngle(270rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 270)
-PASS SVGAngle(270rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 270)
-PASS SVGAngle(270rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 270)
-PASS SVGAngle(270rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 270)
-PASS SVGAngle(270grad).valueInSpecifiedUnits
-PASS orient="270grad".valueAsString
-PASS orient="270grad".value
-PASS SVGAngle(270grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 270)
-PASS SVGAngle(270grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 270)
-PASS SVGAngle(270grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 270)
-PASS SVGAngle(270grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 270)
-PASS SVGAngle(270grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 270)
-PASS SVGAngle(0.5).valueInSpecifiedUnits
-PASS orient="0.5".valueAsString
-PASS orient="0.5".value
-PASS SVGAngle(0.5).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 0.5)
-PASS SVGAngle(0.5).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 0.5)
-PASS SVGAngle(0.5).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 0.5)
-PASS SVGAngle(0.5).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 0.5)
-PASS SVGAngle(0.5).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 0.5)
-PASS SVGAngle(0.5deg).valueInSpecifiedUnits
-PASS orient="0.5deg".valueAsString
-PASS orient="0.5deg".value
-PASS SVGAngle(0.5deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 0.5)
-PASS SVGAngle(0.5deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 0.5)
-PASS SVGAngle(0.5deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 0.5)
-PASS SVGAngle(0.5deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 0.5)
-PASS SVGAngle(0.5deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 0.5)
-PASS SVGAngle(0.5rad).valueInSpecifiedUnits
-PASS orient="0.5rad".valueAsString
-PASS orient="0.5rad".value
-PASS SVGAngle(0.5rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 0.5)
-PASS SVGAngle(0.5rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 0.5)
-PASS SVGAngle(0.5rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 0.5)
-PASS SVGAngle(0.5rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 0.5)
-PASS SVGAngle(0.5rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 0.5)
-PASS SVGAngle(0.5grad).valueInSpecifiedUnits
-PASS orient="0.5grad".valueAsString
-PASS orient="0.5grad".value
-PASS SVGAngle(0.5grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 0.5)
-PASS SVGAngle(0.5grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 0.5)
-PASS SVGAngle(0.5grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 0.5)
-PASS SVGAngle(0.5grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 0.5)
-PASS SVGAngle(0.5grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 0.5)
-PASS SVGAngle(0.2).valueInSpecifiedUnits
-PASS orient="0.2".valueAsString
-PASS orient="0.2".value
-PASS SVGAngle(0.2).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 0.2)
-PASS SVGAngle(0.2).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 0.2)
-PASS SVGAngle(0.2).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 0.2)
-PASS SVGAngle(0.2).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 0.2)
-PASS SVGAngle(0.2).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 0.2)
-PASS SVGAngle(0.2deg).valueInSpecifiedUnits
-PASS orient="0.2deg".valueAsString
-PASS orient="0.2deg".value
-PASS SVGAngle(0.2deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 0.2)
-PASS SVGAngle(0.2deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 0.2)
-PASS SVGAngle(0.2deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 0.2)
-PASS SVGAngle(0.2deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 0.2)
-PASS SVGAngle(0.2deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 0.2)
-PASS SVGAngle(0.2rad).valueInSpecifiedUnits
-PASS orient="0.2rad".valueAsString
-PASS orient="0.2rad".value
-PASS SVGAngle(0.2rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 0.2)
-PASS SVGAngle(0.2rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 0.2)
-PASS SVGAngle(0.2rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 0.2)
-PASS SVGAngle(0.2rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 0.2)
-PASS SVGAngle(0.2rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 0.2)
-PASS SVGAngle(0.2grad).valueInSpecifiedUnits
-PASS orient="0.2grad".valueAsString
-PASS orient="0.2grad".value
-PASS SVGAngle(0.2grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 0.2)
-PASS SVGAngle(0.2grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 0.2)
-PASS SVGAngle(0.2grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 0.2)
-PASS SVGAngle(0.2grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 0.2)
-PASS SVGAngle(0.2grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 0.2)
-PASS SVGAngle(1.37).valueInSpecifiedUnits
-PASS orient="1.37".valueAsString
-PASS orient="1.37".value
-PASS SVGAngle(1.37).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 1.37)
-PASS SVGAngle(1.37).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 1.37)
-PASS SVGAngle(1.37).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 1.37)
-PASS SVGAngle(1.37).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 1.37)
-PASS SVGAngle(1.37).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 1.37)
-PASS SVGAngle(1.37deg).valueInSpecifiedUnits
-PASS orient="1.37deg".valueAsString
-PASS orient="1.37deg".value
-PASS SVGAngle(1.37deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 1.37)
-PASS SVGAngle(1.37deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 1.37)
-PASS SVGAngle(1.37deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 1.37)
-PASS SVGAngle(1.37deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 1.37)
-PASS SVGAngle(1.37deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 1.37)
-PASS SVGAngle(1.37rad).valueInSpecifiedUnits
-PASS orient="1.37rad".valueAsString
-PASS orient="1.37rad".value
-PASS SVGAngle(1.37rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 1.37)
-PASS SVGAngle(1.37rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 1.37)
-PASS SVGAngle(1.37rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 1.37)
-PASS SVGAngle(1.37rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 1.37)
-PASS SVGAngle(1.37rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 1.37)
-PASS SVGAngle(1.37grad).valueInSpecifiedUnits
-PASS orient="1.37grad".valueAsString
-PASS orient="1.37grad".value
-PASS SVGAngle(1.37grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 1.37)
-PASS SVGAngle(1.37grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 1.37)
-PASS SVGAngle(1.37grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 1.37)
-PASS SVGAngle(1.37grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 1.37)
-PASS SVGAngle(1.37grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 1.37)
-PASS SVGAngle(3.14159).valueInSpecifiedUnits
-PASS orient="3.14159".valueAsString
-PASS orient="3.14159".value
-PASS SVGAngle(3.14159).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 3.14159)
-PASS SVGAngle(3.14159).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 3.14159)
-PASS SVGAngle(3.14159).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 3.14159)
-PASS SVGAngle(3.14159).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 3.14159)
-PASS SVGAngle(3.14159).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 3.14159)
-PASS SVGAngle(3.14159deg).valueInSpecifiedUnits
-PASS orient="3.14159deg".valueAsString
-PASS orient="3.14159deg".value
-PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 3.14159)
-PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 3.14159)
-PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 3.14159)
-PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 3.14159)
-PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 3.14159)
-PASS SVGAngle(3.14159rad).valueInSpecifiedUnits
-PASS orient="3.14159rad".valueAsString
-PASS orient="3.14159rad".value
-PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 3.14159)
-PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 3.14159)
-PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 3.14159)
-PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 3.14159)
-PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 3.14159)
-PASS SVGAngle(3.14159grad).valueInSpecifiedUnits
-PASS orient="3.14159grad".valueAsString
-PASS orient="3.14159grad".value
-PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 3.14159)
-PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 3.14159)
-PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 3.14159)
-PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 3.14159)
-PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 3.14159)
-PASS SVGAngle(0.523599).valueInSpecifiedUnits
-PASS orient="0.523599".valueAsString
-PASS orient="0.523599".value
-PASS SVGAngle(0.523599).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(1, 0.523599)
-PASS SVGAngle(0.523599).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(1, 0.523599)
-PASS SVGAngle(0.523599).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(1, 0.523599)
-PASS SVGAngle(0.523599).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(1, 0.523599)
-PASS SVGAngle(0.523599).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(1, 0.523599)
-PASS SVGAngle(0.523599deg).valueInSpecifiedUnits
-PASS orient="0.523599deg".valueAsString
-PASS orient="0.523599deg".value
-PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(2, 0.523599)
-PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(2, 0.523599)
-PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(2, 0.523599)
-PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(2, 0.523599)
-PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(2, 0.523599)
-PASS SVGAngle(0.523599rad).valueInSpecifiedUnits
-PASS orient="0.523599rad".valueAsString
-PASS orient="0.523599rad".value
-PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(3, 0.523599)
-PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(3, 0.523599)
-PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(3, 0.523599)
-PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(3, 0.523599)
-PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(3, 0.523599)
-PASS SVGAngle(0.523599grad).valueInSpecifiedUnits
-PASS orient="0.523599grad".valueAsString
-PASS orient="0.523599grad".value
-PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(1 /*unspecified*/)
-PASS newValueSpecifiedUnits(4, 0.523599)
-PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(2 /*deg*/)
-PASS newValueSpecifiedUnits(4, 0.523599)
-PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(3 /*rad*/)
-PASS newValueSpecifiedUnits(4, 0.523599)
-PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(4 /*grad*/)
-PASS newValueSpecifiedUnits(4, 0.523599)
-PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(5 /*turn*/)
-PASS newValueSpecifiedUnits(4, 0.523599)
-Harness: the test ran to completion.
-
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/svgangle-units.html ('k') | third_party/WebKit/LayoutTests/svg/dom/tabindex-focus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698