blob: e9be688ae5b443122c284740603a32358f19ef25 (
plain)
1
2
3
4
5
6
|
[bindings-inject-values-bypass-chain.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[Returning values to script should bypass prototype chain]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|