mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
6 lines
226 B
HTML
6 lines
226 B
HTML
<html class="reftest-wait">
|
|
<body onload="var d = document.getElementById('d'); d.removeChild(d.firstChild); document.documentElement.className='';">
|
|
<div style="width:1px"><b>T</b><span id="d"> </span>T</div>
|
|
</body>
|
|
</html>
|