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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-expected.txt

Issue 2766823003: Fix testharness result parsing, make "Harness error" count as failure. (Closed)
Patch Set: One more test with nondeterministic message order Created 3 years, 8 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 = 1 duplicate test name: "DOMMatrix(numberSequence) constructor"
3 PASS DOMMatrix() constructor
4 PASS DOMMatrix fromFloat32Array - 2D matrix
5 PASS DOMMatrix fromFloat64Array - 2D matrix
6 PASS DOMMatrix fromFloat32Array - 3D matrix
7 PASS DOMMatrix fromFloat64Array - 3D matrix
8 PASS DOMMatrix(transformList) - emptyString
9 PASS DOMMatrix(transformList) - transformList
10 PASS DOMMatrix(numberSequence) constructor
11 PASS DOMMatrix(numberSequence) constructor
12 PASS DOMMatrix attributes
13 PASS DOMMatrix.is2D can never be set to 'true' when it was set to 'false' before calling setMatrixValue()
14 PASS DOMMatrix fromFloat*Array - invalid array size of nearby 6
15 PASS DOMMatrix fromFloat*Array - invalid array size of nearby 16
16 PASS DOMMatrix fromFloat*Array - invalid array size
17 PASS DOMMatrix.fromMatrix() with no parameter
18 PASS DOMMatrix.fromMatrix() with null
19 PASS DOMMatrix.fromMatrix() with undefined
20 PASS DOMMatrix.fromMatrix() with empty object
21 PASS DOMMatrix.fromMatrix({a: 1, b: 2, c: 3, d: 4, e: 5, f: 6}) should create a 2D DOMMatrix
22 PASS DOMMatrix.fromMatrix({m11: 1, m22: 2, m33: 3, m44: 4, m23: 5, m43: 6}) shou ld create a 3D DOMMatrix
23 PASS If 2d related properties don't be set, should set to fallback
24 PASS DOMMatrix.fromMatrix(): NaN test
25 PASS DOMMatrix toJSON() - identity matrix
26 PASS DOMMatrix toJSON() - 2D matrix
27 PASS DOMMatrix toJSON() - 3D matrix
28 PASS DOMMatrix.fromMatrix(): Exception test
29 Harness: the test ran to completion.
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698