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 1890689 accumulate input in LargerReceiverBlockSizeThanDesiredBuffering GTest...
[gecko.git]
/
gfx
/
tests
/
reftest
/
1429411-ref.html
blob
72dcdcfb61dfa5a407d4ed3e0520001f23c2a04c
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<meta
charset
=
"utf-8"
>
4
<style>
5
6
.outer {
7
position: absolute;
8
width:
200
px;
9
height:
150
px;
10
overflow: hidden;
11
}
12
.inner {
13
position: absolute;
14
top:
3
px;
15
left:
3
px;
16
width:
200
px;
17
height:
150
px;
18
box-shadow: blue
0
px
0
px
20
px inset;
19
}
20
21
</style>
22
23
<div
class
=
"outer"
>
24
<div
class
=
"inner"
></div>
25
</div>