blob: bde64144ad6397b191a4c96a0334545d14353852 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DOMMatrix2DInit-validate-fixup.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[addPath({b: 2})]
expected:
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL
[addPath({c: 2})]
expected:
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL
[addPath({m12: 2})]
expected:
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL
[addPath({m21: 2})]
expected:
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL
|