https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5f67af02b25afd90c943bce1565b298889a89058 authored by ffxbld on 15 February 2012, 04:35:33 UTC
Added FIREFOX_11_0b3_RELEASE FIREFOX_11_0b3_BUILD1 tags(s) for changeset 805226ae6764. DONTBUILD CLOSED TREE a=release
Tip revision: 5f67af0
output-invalid.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if output has a custom error, it should not be affected by :-moz-ui-valid
             pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('b').setCustomValidity('foo'); document.documentElement.className='';">
    <output class='notvalid' id='b'>foo</output>
  </body>
</html>
back to top