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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
forms
/
progress
/
max-height-ref.html
blob
872f9cc82610a53de69cc302d5b907e782a81722
1
<!DOCTYPE
html
>
2
<style>
3
progress {
4
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>