gecko/layout/reftests/bugs/315920-3e.html
bzbarsky@mit.edu 6373a38cbc Adding tests
2007-12-20 19:36:38 -08:00

9 lines
234 B
HTML

<!DOCTYPE html>
<html>
<body>
<input type="button" id="one" disabled="true" style="color: red" value="Should be no red"/>
<input type="button" id="two" style="color: red" value="Should be no red"/>
</body>
</html>
</html>