https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5f24fec84abd5346efbd69608afbe8842648ab50 authored by ffxbld on 10 July 2012, 19:18:22 UTC
Added FENNEC_14_0b12_RELEASE FENNEC_14_0b12_BUILD1 tag(s) for changeset f0f236ff96dd. DONTBUILD CLOSED TREE a=release
Tip revision: 5f24fec
output-valid.html
<!DOCTYPE html>
<html>
  <!-- Test: if output has no custom error and is not barred from constraint
             validation, it should be affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <output class='valid'>foo</output>
  </body>
</html>
back to top