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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt

Issue 2933473003: Remove asMatrix as a JS-exposed method in CSSTransformComponents. (Closed)
Patch Set: update skew expectation for missing "s" Created 3 years, 6 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 is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS (ax, ay) value is correct for skew(0deg, 0deg) 2 PASS (ax, ay) values are correct for skew(0deg, 0deg)
3 PASS (ax, ay) value is correct for skew(1deg, 2deg) 3 PASS (ax, ay) values are correct for skew(1deg, 2deg)
4 PASS (ax, ay) value is correct for skew(-2deg, -4deg) 4 PASS (ax, ay) values are correct for skew(-2deg, -4deg)
5 PASS (ax, ay) value is correct for skew(3.4deg, 2.7deg) 5 PASS (ax, ay) values are correct for skew(3.4deg, 2.7deg)
6 PASS (ax, ay) value is correct for skew(1rad, 0deg) 6 PASS (ax, ay) values are correct for skew(1rad, 0deg)
7 PASS (ax, ay) value is correct for skew(0deg, 1rad) 7 PASS (ax, ay) values are correct for skew(0deg, 1rad)
8 PASS is2D value is correct for skew(0deg, 0deg) 8 PASS is2D value is correct for skew(0deg, 0deg)
9 PASS is2D value is correct for skew(1deg, 2deg) 9 PASS is2D value is correct for skew(1deg, 2deg)
10 PASS is2D value is correct for skew(-2deg, -4deg) 10 PASS is2D value is correct for skew(-2deg, -4deg)
11 PASS is2D value is correct for skew(3.4deg, 2.7deg) 11 PASS is2D value is correct for skew(3.4deg, 2.7deg)
12 PASS is2D value is correct for skew(1rad, 0deg) 12 PASS is2D value is correct for skew(1rad, 0deg)
13 PASS is2D value is correct for skew(0deg, 1rad) 13 PASS is2D value is correct for skew(0deg, 1rad)
14 FAIL toString is correct for skew(0deg, 0deg) assert_equals: expected "skew(0deg , 0deg)" but got "" 14 FAIL toString is correct for skew(0deg, 0deg) assert_equals: expected "skew(0deg , 0deg)" but got ""
15 FAIL toString is correct for skew(1deg, 2deg) assert_equals: expected "skew(1deg , 2deg)" but got "" 15 FAIL toString is correct for skew(1deg, 2deg) assert_equals: expected "skew(1deg , 2deg)" but got ""
16 FAIL toString is correct for skew(-2deg, -4deg) assert_equals: expected "skew(-2 deg, -4deg)" but got "" 16 FAIL toString is correct for skew(-2deg, -4deg) assert_equals: expected "skew(-2 deg, -4deg)" but got ""
17 FAIL toString is correct for skew(3.4deg, 2.7deg) assert_equals: expected "skew( 3.4deg, 2.7deg)" but got "" 17 FAIL toString is correct for skew(3.4deg, 2.7deg) assert_equals: expected "skew( 3.4deg, 2.7deg)" but got ""
18 FAIL toString is correct for skew(1rad, 0deg) assert_equals: expected "skew(1rad , 0deg)" but got "" 18 FAIL toString is correct for skew(1rad, 0deg) assert_equals: expected "skew(1rad , 0deg)" but got ""
19 FAIL toString is correct for skew(0deg, 1rad) assert_equals: expected "skew(0deg , 1rad)" but got "" 19 FAIL toString is correct for skew(0deg, 1rad) assert_equals: expected "skew(0deg , 1rad)" but got ""
20 PASS Invalid arguments to constructor throws an exception. 20 PASS Invalid arguments to constructor throws an exception.
21 FAIL asMatrix is constructed correctly for skew(0deg, 0deg) Cannot read property 'is2D' of null 21 PASS asMatrix is constructed correctly for skew(0deg, 0deg)
22 FAIL asMatrix is constructed correctly for skew(1deg, 2deg) Cannot read property 'is2D' of null 22 FAIL asMatrix is constructed correctly for skew(1deg, 2deg) assert_approx_equals : expected 0.03492076949174773 +/- 0.000001 but got 0
23 FAIL asMatrix is constructed correctly for skew(-2deg, -4deg) Cannot read proper ty 'is2D' of null 23 FAIL asMatrix is constructed correctly for skew(-2deg, -4deg) assert_approx_equa ls: expected -0.06992681194351041 +/- 0.000001 but got 0
24 FAIL asMatrix is constructed correctly for skew(3.4deg, 2.7deg) Cannot read prop erty 'is2D' of null 24 FAIL asMatrix is constructed correctly for skew(3.4deg, 2.7deg) assert_approx_eq uals: expected 0.04715880287748047 +/- 0.000001 but got 0
25 FAIL asMatrix is constructed correctly for skew(1rad, 0deg) Cannot read property 'is2D' of null 25 FAIL asMatrix is constructed correctly for skew(1rad, 0deg) assert_approx_equals : expected 1.5574077246549023 +/- 0.000001 but got 0
26 FAIL asMatrix is constructed correctly for skew(0deg, 1rad) Cannot read property 'is2D' of null 26 FAIL asMatrix is constructed correctly for skew(0deg, 1rad) assert_approx_equals : expected 1.5574077246549023 +/- 0.000001 but got 0
27 PASS Setting ax and ay with valid CSSUnitValues 27 PASS Setting ax and ay with valid CSSUnitValues
28 PASS Setting ax with invalid values 28 PASS Setting ax with invalid values
29 PASS Setting ay with invalid values 29 PASS Setting ay with invalid values
30 Harness: the test ran to completion. 30 Harness: the test ran to completion.
31 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698