repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git]
/
layout
/
reftests
/
forms
/
fieldset
/
legend-overlapping-right-border-1-ref.html
blob
108df6d8ca7654b48aa41e28d4eff6e902074e1b
1
<!DOCTYPE
html
>
2
<style>
3
fieldset {
4
min-width:
0
;
5
width:
0
;
6
}
7
legend {
8
width:
100
px;
9
height:
20
px;
10
background: white;
11
}
12
</style>
13
<fieldset>
14
<legend></legend>
15
</fieldset>