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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-001-expected.txt

Issue 2859293002: Use union instead of overload fo DOMMatrix/DOMMatrixReadOnly (Closed)
Patch Set: x Created 3 years, 7 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 PASS testConstructor0
3 PASS testConstructor1
4 FAIL testConstructor2 Failed to construct 'DOMMatrix': Failed to parse '0,0'.
5 FAIL testConstructor3 Failed to construct 'DOMMatrix': Failed to parse '0,0'.
6 FAIL testConstructor4 Failed to construct 'DOMMatrix': Failed to parse '2,0,0,0, 0,2,0,0,0,0,1,0,10,10,0,1'.
7 FAIL testConstructor5 Failed to construct 'DOMMatrix': Failed to parse '0,0'.
8 PASS testConstructor6
9 FAIL testConstructor7 float64Array is not defined
10 FAIL testConstructor8 assert_equals: Expected value for is2D is false expected f alse but got true
11 FAIL testConstructor9 Failed to construct 'DOMMatrix': Failed to parse 'scale(2 2) translateX(5) translateY(5)'.
12 FAIL testConstructor10 Failed to construct 'DOMMatrix': Failed to parse 'scale(2 , 2), translateX(5) ,translateY(5)'.
13 FAIL testConstructor11 assert_throws: function "function () { new DOMMatrix('sca le(2)translateX(5px)'); }" did not throw
14 PASS testConstructor12
15 PASS testConstructor13
16 FAIL testConstructorIllegal0 assert_throws: function "function () { new DOMMatri xReadOnly(); }" did not throw
17 FAIL testConstructorIllegal1 assert_throws: function "function () { new DOMMatri xReadOnly(string); }" threw object "SyntaxError: Failed to construct 'DOMMatrixR eadOnly': Failed to parse 'scale(2, 2), translateX(5px) translateY(5px)'." ("Syn taxError") expected object "TypeError" ("TypeError")
18 PASS testConstructorIllegal2
19 Harness: the test ran to completion.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698