https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 899c4da66f0c15117a7a744a2ce47765448f3993 authored by ffxbld on 11 March 2014, 00:25:43 UTC
Added FIREFOX_28_0_RELEASE FIREFOX_28_0_BUILD1 tag(s) for changeset 4095d6ad79b1. DONTBUILD CLOSED TREE a=release
Tip revision: 899c4da
output-invalid.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if output has a custom error, it should not be affected by :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