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
/
1501195.html
blob
f1664e54fffee3dfae1bd4ade4af63527cfe5d8f
1
<html
reftest-zoom
=
"1.1"
>
2
<head>
3
<style
type
=
"text/css"
>
4
.parent
{
5
display
:
flex
;
6
transform
:
translate3d
(
0px
,
0px
,
0px
);
7
overflow
:
hidden
;
8
}
9
10
.bg
{
11
background-color
:
lime
;
12
width
:
200px
;
13
height
:
200px
;
14
transform
:
scale
(
1.05
);
15
}
16
17
.bg_overlay
{
18
background-color
:
red
;
19
width
:
100px
;
20
height
:
100px
;
21
position
:
absolute
;
22
}
23
</style>
24
</head>
25
<body>
26
<div
class
=
"parent"
>
27
<div
class
=
"bg"
></div>
28
<div
class
=
"bg_overlay"
></div>
29
</div>
30
</body>
31
</html>