4 var runTests = function () {
6 if (!window
.testRunner
)
9 testRunner
.dumpAsText();
10 testRunner
.waitUntilDone();
12 var d
= document
.getElementById("d1");
14 setTimeout(function () {
16 setTimeout(function () {
18 setTimeout(function () {
20 testRunner
.notifyDone();
28 <body onload=
"runTests()">
29 Test passes if it does not crash.
30 <li><details open
id=
"d1">some text
</details></li>