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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 2 duplicate test names: "Setting transform to CSSTransformValue with value ", "Getting trans form with a CSSTransformValue whose value is "
3 PASS Setting transform to none
4 PASS Setting transform to initial
5 PASS Setting transform to inherit
6 PASS Setting transform to unset
7 PASS Setting transform to CSSTransformValue with value skew(30deg, 0deg)
8 PASS Setting transform to CSSTransformValue with value skew(10rad, 0deg)
9 PASS Setting transform to CSSTransformValue with value skew(2grad, 0deg)
10 PASS Setting transform to CSSTransformValue with value skew(0.2turn, 0deg)
11 PASS Setting transform to CSSTransformValue with value skew(0deg, 30deg)
12 PASS Setting transform to CSSTransformValue with value skew(0deg, 10rad)
13 PASS Setting transform to CSSTransformValue with value skew(0deg, 2grad)
14 PASS Setting transform to CSSTransformValue with value skew(0deg, 0.2turn)
15 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
16 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
17 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
18 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
19 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
20 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
21 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
22 FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
23 PASS Setting transform to invalid value CSSUnitValue "4px" throws
24 PASS Setting transform to invalid value null throws
25 PASS Setting transform to invalid value undefined throws
26 PASS Setting transform to invalid value true throws
27 PASS Setting transform to invalid value false throws
28 PASS Setting transform to invalid value 1 throws
29 PASS Setting transform to invalid value hello throws
30 PASS Setting transform to invalid value [object Object] throws
31 PASS Setting transform to invalid value CSSKeywordValue "notAKeyword" throws
32 PASS Getting transform when it is set to none
33 PASS Getting transform when it is set to initial
34 PASS Getting transform when it is set to inherit
35 PASS Getting transform when it is set to unset
36 PASS Getting transform with a CSSTransformValue whose value is skew(30deg, 0deg)
37 PASS Getting transform with a CSSTransformValue whose value is skew(10rad, 0deg)
38 PASS Getting transform with a CSSTransformValue whose value is skew(2grad, 0deg)
39 PASS Getting transform with a CSSTransformValue whose value is skew(0.2turn, 0de g)
40 PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 30deg)
41 PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 10rad)
42 PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 2grad)
43 PASS Getting transform with a CSSTransformValue whose value is skew(0deg, 0.2tur n)
44 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
45 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
46 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
47 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
48 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
49 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
50 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
51 FAIL Getting transform with a CSSTransformValue whose value is Cannot read prop erty 'constructor' of null
52 PASS Getting transform when it is set to "skew(45deg)" via a string
53 PASS Getting transform when it is set to "skew(1rad)" via a string
54 PASS Getting transform when it is set to "skew(6.2grad)" via a string
55 PASS Getting transform when it is set to "skew(0.31turn)" via a string
56 PASS Getting transform when it is set to "skewX(45deg)" via a string
57 PASS Getting transform when it is set to "skewX(1rad)" via a string
58 PASS Getting transform when it is set to "skewX(6.2grad)" via a string
59 PASS Getting transform when it is set to "skewX(0.31turn)" via a string
60 PASS Getting transform when it is set to "skewY(45deg)" via a string
61 PASS Getting transform when it is set to "skewY(1rad)" via a string
62 PASS Getting transform when it is set to "skewY(6.2grad)" via a string
63 PASS Getting transform when it is set to "skewY(0.31turn)" via a string
64 PASS Getting transform when it is set to "rotateX(45deg)" via a string
65 PASS Getting transform when it is set to "rotateX(1rad)" via a string
66 PASS Getting transform when it is set to "rotateX(6.2grad)" via a string
67 PASS Getting transform when it is set to "rotateX(0.31turn)" via a string
68 PASS Getting transform when it is set to "rotateY(45deg)" via a string
69 PASS Getting transform when it is set to "rotateY(1rad)" via a string
70 PASS Getting transform when it is set to "rotateY(6.2grad)" via a string
71 PASS Getting transform when it is set to "rotateY(0.31turn)" via a string
72 PASS Getting transform when it is set to "rotateZ(45deg)" via a string
73 PASS Getting transform when it is set to "rotateZ(1rad)" via a string
74 PASS Getting transform when it is set to "rotateZ(6.2grad)" via a string
75 PASS Getting transform when it is set to "rotateZ(0.31turn)" via a string
76 PASS getAll for single-valued transform
77 PASS Delete transform removes the value from the styleMap
78 PASS transform shows up in getProperties
79 PASS Setting transform to a sequence throws
80 PASS Appending to transform throws
81 PASS Unhandled case doesn't crash.
82 PASS Getting transform when it has a rotate with a calc angle does not crash
83 PASS Getting transform when it has a rotate3d with a calc angle does not crash
84 PASS Getting transform when it has a skew with a calc angle does not crash
85 PASS Getting transform when it has a 2-argument skew with a calc angle does not crash
86 PASS Getting transform when it has a skewX with a calc angle does not crash
87 PASS Getting transform when it has a skewY with a calc angle does not crash
88 Harness: the test ran to completion.
89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698