index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
web-platform
/
tests
/
html
/
webappapis
/
timers
/
negative-settimeout.any.js
blob: da191f1bf00d92663fb70cedb459eb429bf9aa68 (
plain
)
1
2
3
setup
({
single_test
:
true
});
setTimeout
(
done
,
-
100
);
setTimeout
(
assert_unreached
,
10
);