2 <!-- Any copyright is dedicated to the Public Domain.
3 - http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html class=
"reftest-wait">
15 var summary
= document
.getElementById("summary");
16 summary
.dispatchEvent(new MouseEvent("click"));
17 document
.documentElement
.removeAttribute("class");
20 <body onload=
"runTest();">
22 <summary id=
"summary">Summary
</summary>
23 <p>This is the details.
</p>