summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-3-ref.html
blob: fadea9ef590a7be8f6030a6394550c43eeebc820 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <body>
    <input type="button" id="one" disabled="true" style="color: green" value="Should be no red"/>
    <input type="button" id="two" style="color: green" value="Should be no red"/>
  </body>
</html>
</html>