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

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

Issue 2812833003: Revert of [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)
Patch Set: 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 fromFloat*Array - can't use SharedArrayBuffer view
18 PASS DOMMatrix.fromMatrix() with no parameter
19 PASS DOMMatrix.fromMatrix() with null
20 PASS DOMMatrix.fromMatrix() with undefined
21 PASS DOMMatrix.fromMatrix() with empty object
22 PASS DOMMatrix.fromMatrix({a: 1, b: 2, c: 3, d: 4, e: 5, f: 6}) should create a 2D DOMMatrix
23 PASS DOMMatrix.fromMatrix({m11: 1, m22: 2, m33: 3, m44: 4, m23: 5, m43: 6}) shou ld create a 3D DOMMatrix
24 PASS If 2d related properties don't be set, should set to fallback
25 PASS DOMMatrix.fromMatrix(): NaN test
26 PASS DOMMatrix toJSON() - identity matrix
27 PASS DOMMatrix toJSON() - 2D matrix
28 PASS DOMMatrix toJSON() - 3D matrix
29 PASS DOMMatrix.fromMatrix(): Exception test
30 Harness: the test ran to completion.
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698