https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f8f751d585dd78d16d98bd018e28575f961d1e96 authored by seabld on 08 November 2012, 08:11:12 UTC
Added tag SEAMONKEY_2_14b4_RELEASE for changeset FIREFOX_17_0b5_BUILD1. CLOSED TREE a=release
Tip revision: f8f751d
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