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