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

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

Issue 2921243002: [CSS Typed OM] Add setters for the CSSNumericValues contained in CSSSkew (Closed)
Patch Set: Rebase 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 FAIL (ax, ay) values for CSSSkew are correct. assert_approx_equals: expected a n umber but got a "undefined" 2 FAIL (ax, ay) values for CSSSkew are correct. assert_approx_equals: expected a n umber but got a "undefined"
3 PASS is2D values for CSSSkew are correct. 3 PASS is2D values for CSSSkew are correct.
4 FAIL toString for CSSSkew is correct. assert_equals: expected "skew(0deg, 0deg)" but got "" 4 FAIL toString for CSSSkew is correct. assert_equals: expected "skew(0deg, 0deg)" but got ""
5 PASS Invalid arguments for CSSSkew throws an exception. 5 PASS Invalid arguments for CSSSkew throws an exception.
6 FAIL asMatrix is constructed correctly for CSSSkew. Cannot read property 'is2D' of null 6 FAIL asMatrix is constructed correctly for CSSSkew. Cannot read property 'is2D' of null
7 PASS Setting ax and ay for CSSSkew with valid CSSUnitValues
8 PASS Setting ax with invalid values
9 PASS Setting ay with invalid values
7 Harness: the test ran to completion. 10 Harness: the test ran to completion.
8 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698