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 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
box-shadow
/
overflow-not-scrollable-1-ref2.html
blob
03d34afd9f9104717d82c2af3d230625d9aba991
1
<!DOCTYPE
HTML
>
2
<style
type
=
"text/css"
>
3
4
div
{
5
height
:
200px
;
width
:
200px
;
6
font-size
:
50px
;
7
}
8
9
span
{
10
/* work around potential font overflow */
11
margin-left
:
5px
;
12
}
13
14
</style>
15
<div>
16
<span>
text
</span>
17
</div>