summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-3f.html
blob: a62d0f5ca69a2d26fecdf1bf977e6a6b093979a5 (plain)
1
2
3
4
5
6
7
8
<!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>