Source code

Revision control

Copy as Markdown

Other Tools

[domstringlist.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[DOMStringList: contains() method]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
[DOMStringList: indexed getter]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
[DOMStringList: item() method]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]