summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/output/output-valid.html
blob: 08f215f6b139bbbc6bea4c493ef8d8b349c41e5a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <!-- Test: if output has no custom error, it should not be affected by :valid
             pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <output class='notinvalid'>foo</output>
  </body>
</html>