gecko/layout/reftests/bugs/393655-2.html
dholbert@cs.stanford.edu b3ac80f698 Bug 393655 reftests. r=roc
2007-11-01 13:07:56 -07:00

19 lines
343 B
HTML

<html class="reftest-wait">
<head>
<script>
function tweak() {
var editMe = document.getElementById('editMe');
editMe.innerHTML="a";
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<span id="editMe" style="margin-top: 1px;">
</span>
<div>
b
</div>
</body>
</html>