Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / css-blending / background-blending-saturation.html
blobed5173346aa173900ff3a3224fd700a0ae7ede73
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <html>
6 <link rel="stylesheet" href="blend-modes.css" type="text/css" />
8 <style>
9 .blend {
10 background-blend-mode: saturation;
12 </style>
13 <div class="reftest blend"></div>
14 </html>