summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/fieldset/fieldset-is-barred.html
blob: ed104497b7dba65a8cf53465d878ea5b466825cc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html class="reftest-wait">
<!-- Fieldset is barred -->
<style>
  fieldset:valid { display: none; }
</style>
<body onload="document.getElementById('f').setCustomValidity('foo'); document.documentElement.className='';">
<fieldset id="f">
</fieldset>
</body>
</html>