mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Bug 1403712: Crashtest. r=bholley
MozReview-Commit-ID: DtOKa8V4deq Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
d77d8cd43e
commit
0d24ce4b72
26
layout/style/crashtests/1403712.html
Normal file
26
layout/style/crashtests/1403712.html
Normal 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>
|
@ -235,3 +235,4 @@ load 1402472.html
|
||||
load 1403028.html
|
||||
load 1403615.html
|
||||
load 1403592.html
|
||||
load 1403712.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user