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 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git]
/
layout
/
reftests
/
forms
/
meter
/
max-height-ref.html
blob
be61638a7d4c0ee5711d1d8dba1aa0c7dc3bfc72
1
<!DOCTYPE
html
>
2
<style>
3
meter {
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
<meter>
Some text
</meter>