https://github.com/mozilla/gecko-dev
Raw File
Tip revision: db407080c2299748eb528331ad8cfbfe14198a26 authored by ffxbld on 12 October 2011, 00:36:23 UTC
Added tag FENNEC_8_0b3_BUILD1 for changeset 9e5a89bbd98c. CLOSED TREE a=release
Tip revision: db40708
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