gecko/layout/reftests/bugs/315920-3f.html

9 lines
234 B
HTML
Raw Normal View History

2007-12-20 19:36:38 -08:00
<!DOCTYPE html>
<html>
<body>
<input type="submit" id="one" disabled="true" style="color: red" value="Should be no red"/>
<input type="submit" id="two" style="color: red" value="Should be no red"/>
</body>
</html>
</html>