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
/
1435143.html
blob
3e209f05dd8ca8b3558809b66241c7ba58c3905b
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#header {
6
position: fixed;
7
}
8
#green {
9
position: absolute;
10
background: green;
11
border-radius:
1
px;
12
transform: translateX(
100
px);
13
}
14
#text {
15
visibility: hidden;
16
}
17
</style>
18
</head>
19
20
<body>
21
<div
id
=
"header"
>
22
<div
id
=
"green"
><span
id
=
"text"
>
Text.
</span></div>
23
</div>
24
</body>
25
</html>