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
blobfacbbc0ecbb17342d073af9e4d694b2c86025ae0
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>
5 <style>
7 html {
8 scrollbar-width: none;
11 body {
12 background: url('as-image/white_square.svg'), #777777;
13 background-attachment: fixed ;
14 height: 20000px;
15 background-blend-mode: multiply;
18 </style>