Bug 1833606 - [wpt-sync] Update web-platform-tests to 3642d520a760d50b28c00913a620457...
[gecko.git] / testing / web-platform / meta / webdriver / tests / bidi / script / evaluate / sandbox.py.ini
blobf171d7a25f92b72860cf2c9761a249d1d8d6c881
1 [sandbox.py]
2 [test_sandbox_with_side_effects]
3 expected:
4 if (os == "win") and (processor == "x86_64") and not debug: [PASS, FAIL]
5 if (os == "win") and (processor == "x86") and not debug: [PASS, FAIL]
6 if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
7 if (os == "android") and not debug: [PASS, FAIL]
9 [test_sandbox]
10 expected:
11 if (os == "android") and not debug: [PASS, FAIL]
13 [test_sandbox_with_empty_name]
14 expected:
15 if (os == "android") and not debug: [PASS, FAIL]
17 [test_switch_sandboxes]
18 expected:
19 if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, FAIL]
20 if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, FAIL]
21 if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, FAIL]
22 if (os == "android") and not debug: [PASS, FAIL]
24 [test_sandbox_returns_same_node]
25 expected:
26 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]