summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-placeholder/input/placeholder-simple-ref.html
blob: 02c604b7dbee840f9116a689b221dd3b48dc4e07 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <input class='ref' value='foo'>
    <input class='ref' value='bar'>
  </body>
</html>