Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html style="background: olive;"> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 div { | 5 div { |
| 6 width: 60px; | 6 width: 60px; |
| 7 height: 60px; | 7 height: 60px; |
| 8 } | 8 } |
| 9 </style> | 9 </style> |
| 10 <body style="background: olive;"> | 10 <body style="background: olive; position: relative; z-index: 0;"> |
| 11 <div style="background: red; mix-blend-mode: multiply"></div> | 11 <div style="background: red; mix-blend-mode: multiply"></div> |
| 12 </body> | 12 </body> |
| 13 </html> | 13 </html> |
| OLD | NEW |