Bug 1403712: Crashtest. r=bholley

MozReview-Commit-ID: DtOKa8V4deq
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
Emilio Cobos Álvarez 2017-09-28 14:19:23 +02:00
parent d77d8cd43e
commit 0d24ce4b72
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<!doctype html>
<style>
:indeterminate { color: red; }
</style>
<div id="container">
<fieldset>
<label>
<input name="layout" type="radio">Foo
</label>
<label>
<input name="layout" type="radio">Bar
</label>
<label>
<input name="layout" type="radio">Baz
</label>
<label>
<input name="layout" type="radio">Buz
</label>
</fieldset>
</div>
<script>
container.querySelector('input').checked = true;
document.body.offsetTop;
container.remove();
document.body.offsetTop;
</script>

View File

@ -235,3 +235,4 @@ load 1402472.html
load 1403028.html
load 1403615.html
load 1403592.html
load 1403712.html