blob: 31229ed4aeabf44eb24d9e7bdfdeaa2ca5475a58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[enrollment-in-iframe.sub.https.html]
expected:
if (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[SPC enrollment in cross-origin iframe]
expected:
if (os == "mac") and not debug: [FAIL, TIMEOUT]
FAIL
[SPC enrollment in cross-origin iframe without payment permission]
expected:
if (os == "linux") and not debug and not asan and not tsan: [FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN]
FAIL
[SPC enrollment in cross-origin iframe fails without user activation]
expected:
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
|