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 1941334 - Use MOZ_ASSERT in OpenWindowWithRemoteTab. r=farre
[gecko.git]
/
layout
/
reftests
/
forms
/
progress
/
max-height.html
blob
c9d545330ad070fda8dbd40c1ec9018cf3992bee
1
<!DOCTYPE
html
>
2
<style>
3
progress {
4
max-height:
50
px;
5
padding:
23
px;
6
border:
1
px solid black;
7
box-sizing: border-box;
8
overflow: hidden;
9
}
10
</style>
11
<progress>
Some text
</progress>