https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 440010fa536c72e292af74a655c0d1bf5a573b75 authored by ffxbld on 29 January 2012, 09:49:23 UTC
Added tag FENNEC_10_0_BUILD1 for changeset 697df1a1ba3c. CLOSED TREE a=release
Tip revision: 440010f
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