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 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git]
/
layout
/
reftests
/
css-blending
/
background-blend-mode-body-fixed.html
blob
facbbc0ecbb17342d073af9e4d694b2c86025ae0
1
<!DOCTYPE
html
>
2
<meta
charset
=
"utf-8"
>
3
<title>
Blend a background image and a background color on the root, specifying background-attachment: fixed
</title>
4
5
<style>
6
7
html {
8
scrollbar-width: none;
9
}
10
11
body {
12
background: url('as-image/white_square.svg'), #
777777
;
13
background-attachment: fixed ;
14
height:
20000
px;
15
background-blend-mode: multiply;
16
}
17
18
</style>