dholbert%cs.stanford.edu 7b35138a24 Bug 393655 reftests. r=roc
git-svn-id: svn://10.0.0.236/trunk@238414 18797224-902f-48f8-a5cc-f745e15eee43
2007-11-01 20:07:56 +00:00

19 lines
346 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-bottom: 1px;">
</span>
<div>
b
</div>
</body>
</html>