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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt

Issue 2957603002: [CSS Typed OM] Re-implement ToCSSValue and AsMatrix for CSSRotation (Closed)
Patch Set: rebase Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt
deleted file mode 100644
index 311da52f2f28270fd9af6f69181bf85e4a0e12f1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt
+++ /dev/null
@@ -1,89 +0,0 @@
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = 2 duplicate test names: "Setting transform to CSSTransformValue with value ", "Getting transform with a CSSTransformValue whose value is "
-PASS Setting transform to none
-PASS Setting transform to initial
-PASS Setting transform to inherit
-PASS Setting transform to unset
-PASS Setting transform to CSSTransformValue with value skew(30deg, 0deg)
-PASS Setting transform to CSSTransformValue with value skew(10rad, 0deg)
-PASS Setting transform to CSSTransformValue with value skew(2grad, 0deg)
-PASS Setting transform to CSSTransformValue with value skew(0.2turn, 0deg)
-PASS Setting transform to CSSTransformValue with value skew(0deg, 30deg)
-PASS Setting transform to CSSTransformValue with value skew(0deg, 10rad)
-PASS Setting transform to CSSTransformValue with value skew(0deg, 2grad)
-PASS Setting transform to CSSTransformValue with value skew(0deg, 0.2turn)
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-PASS Setting transform to invalid value CSSUnitValue "4px" throws
-PASS Setting transform to invalid value null throws
-PASS Setting transform to invalid value undefined throws
-PASS Setting transform to invalid value true throws
-PASS Setting transform to invalid value false throws
-PASS Setting transform to invalid value 1 throws
-PASS Setting transform to invalid value hello throws
-PASS Setting transform to invalid value [object Object] throws
-PASS Setting transform to invalid value CSSKeywordValue "notAKeyword" throws
-PASS Getting transform when it is set to none
-PASS Getting transform when it is set to initial
-PASS Getting transform when it is set to inherit
-PASS Getting transform when it is set to unset
-PASS Getting transform with a CSSTransformValue whose value is skew(30deg, 0deg)
-PASS Getting transform with a CSSTransformValue whose value is skew(10rad, 0deg)
-PASS Getting transform with a CSSTransformValue whose value is skew(2grad, 0deg)
-PASS Getting transform with a CSSTransformValue whose value is skew(0.2turn, 0deg)
-PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 30deg)
-PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 10rad)
-PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 2grad)
-PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 0.2turn)
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-FAIL Getting transform with a CSSTransformValue whose value is Cannot read property 'constructor' of null
-PASS Getting transform when it is set to "skew(45deg)" via a string
-PASS Getting transform when it is set to "skew(1rad)" via a string
-PASS Getting transform when it is set to "skew(6.2grad)" via a string
-PASS Getting transform when it is set to "skew(0.31turn)" via a string
-PASS Getting transform when it is set to "skewX(45deg)" via a string
-PASS Getting transform when it is set to "skewX(1rad)" via a string
-PASS Getting transform when it is set to "skewX(6.2grad)" via a string
-PASS Getting transform when it is set to "skewX(0.31turn)" via a string
-PASS Getting transform when it is set to "skewY(45deg)" via a string
-PASS Getting transform when it is set to "skewY(1rad)" via a string
-PASS Getting transform when it is set to "skewY(6.2grad)" via a string
-PASS Getting transform when it is set to "skewY(0.31turn)" via a string
-PASS Getting transform when it is set to "rotateX(45deg)" via a string
-PASS Getting transform when it is set to "rotateX(1rad)" via a string
-PASS Getting transform when it is set to "rotateX(6.2grad)" via a string
-PASS Getting transform when it is set to "rotateX(0.31turn)" via a string
-PASS Getting transform when it is set to "rotateY(45deg)" via a string
-PASS Getting transform when it is set to "rotateY(1rad)" via a string
-PASS Getting transform when it is set to "rotateY(6.2grad)" via a string
-PASS Getting transform when it is set to "rotateY(0.31turn)" via a string
-PASS Getting transform when it is set to "rotateZ(45deg)" via a string
-PASS Getting transform when it is set to "rotateZ(1rad)" via a string
-PASS Getting transform when it is set to "rotateZ(6.2grad)" via a string
-PASS Getting transform when it is set to "rotateZ(0.31turn)" via a string
-PASS getAll for single-valued transform
-PASS Delete transform removes the value from the styleMap
-PASS transform shows up in getProperties
-PASS Setting transform to a sequence throws
-PASS Appending to transform throws
-PASS Unhandled case doesn't crash.
-PASS Getting transform when it has a rotate with a calc angle does not crash
-PASS Getting transform when it has a rotate3d with a calc angle does not crash
-PASS Getting transform when it has a skew with a calc angle does not crash
-PASS Getting transform when it has a 2-argument skew with a calc angle does not crash
-PASS Getting transform when it has a skewX with a calc angle does not crash
-PASS Getting transform when it has a skewY with a calc angle does not crash
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698