mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
21
layout/reftests/bugs/1209994-1.html
Normal file
21
layout/reftests/bugs/1209994-1.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
height: 240px;
|
||||
}
|
||||
#f {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
There should be a visible fieldset below:
|
||||
<div>
|
||||
<fieldset id="f">This is fieldset</fieldset>
|
||||
</div>
|
||||
<script>
|
||||
h = document.body.clientHeight;
|
||||
f.style.height = "auto";
|
||||
</script>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue