summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1403028.html
blob: 485a08efded15f0936f27d7471de19ed5fc07392 (plain)
1
2
3
4
5
6
7
8
9
<style>:invalid { color: red; }</style>
<form id="theForm"></form>
<button id="button" form="theForm">
<script>
window.onload = function() {
  button.setCustomValidity("foo");
  document.body.remove();
}
</script>