roc+%cs.cmu.edu 9a8bac29cb Bug 395130 reftests. Patch by Jesse and Boris.
git-svn-id: svn://10.0.0.236/trunk@236260 18797224-902f-48f8-a5cc-f745e15eee43
2007-09-18 23:26:57 +00:00

15 lines
206 B
HTML

<!DOCTYPE html>
<html>
<head>
<style id="s">
.a { position: absolute; }
</style>
</head>
<body onload="document.getElementById('s').textContent = '';">
<input class="a">
<input class="a">
</body>
</html>