Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE html>
<html class="reftest-wait">
<script>
function runTest() {
let win = window.open("1667493_1.html");
win.finish = function() {
document.documentElement.removeAttribute("class");
};
}
</script>
<body onload="runTest()">
</body>
</html>