blob: ba102e8fe60b284ff9cbee962bcef38b06b75585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[observe.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[guard]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
[test6: iframe notifications]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[test8: simple content-box observation]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[test0: simple observation]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
|