domstringlist.html.ini (1305B)
1 [domstringlist.html] 2 expected: 3 if (os == "win") and debug and (processor == "x86_64") and swgl: [OK, TIMEOUT] 4 if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT] 5 if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] 6 if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] 7 [DOMStringList: contains() method] 8 expected: 9 if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN] 10 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 11 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] 12 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT] 13 14 [DOMStringList: indexed getter] 15 expected: 16 if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN] 17 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 18 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT] 19 20 [DOMStringList: item() method] 21 expected: 22 if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, TIMEOUT] 23 if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT] 24 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]