blob: 2c8c4d8af3ef2f0b588f99c1631a3dd603ff8eee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[svg.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[test15: observe svg:text content and border box]
expected:
if os == "mac": FAIL
[test0: observe svg:circle]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[guard]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
|