12 <!-- Repaint test to ensure that setting a blend mode dynamically triggers this operation
13 only with the contents of the nearest ancestor stacking context. -->
15 <div style=
"background: green; position: relative; z-index: -1;">
16 <div id=
"first" style=
"mix-blend-mode: multiply; background-color: blue;"></div>
18 <div style=
"background: green; position: relative; z-index: -1;">
19 <div id=
"second" style=
"mix-blend-mode: normal; background-color: blue;"></div>
21 <div style=
"background: green; position: relative; z-index: -1;">
22 <div id=
"third" style=
"mix-blend-mode: multiply; background-color: blue;"></div>
24 <div id=
"fourth" style=
"background: green; position: relative; z-index: -1;">
25 <div style=
"mix-blend-mode: hue; background-color: blue;"></div>