Source code
Revision control
Copy as Markdown
Other Tools
[block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
[`window.setTimeout(string)` throws.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[`window.setTimeout(null)` throws.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[`window.setInterval(string)` throws.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[`window.setInterval(null)` throws.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]