11cb0ef41Sopenharmony_ci<!doctype html>
21cb0ef41Sopenharmony_ci<title>Negative timeout in setTimeout</title>
31cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script>
41cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script>
51cb0ef41Sopenharmony_ci<script>
61cb0ef41Sopenharmony_ci setup({ single_test: true });
71cb0ef41Sopenharmony_ci setTimeout(done, -100);
81cb0ef41Sopenharmony_ci setTimeout(assert_unreached, 10);
91cb0ef41Sopenharmony_ci</script>
10