| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../resources/ahem.js"></script> |
| 4 <style> | 5 <style> |
| 5 div { | 6 div { |
| 6 margin: 20px; | 7 margin: 20px; |
| 7 width: 60px; | 8 width: 60px; |
| 8 height: 60px; | 9 height: 60px; |
| 9 color:#00ff00; | 10 color:#00ff00; |
| 10 font: 100%/1 Ahem, monospace; | 11 font: 100%/1 Ahem, monospace; |
| 11 float: left; | 12 float: left; |
| 12 } | 13 } |
| 13 </style> | 14 </style> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 <div style="mix-blend-mode: saturation; background-color: blue;">X X</di
v> | 57 <div style="mix-blend-mode: saturation; background-color: blue;">X X</di
v> |
| 57 </div> | 58 </div> |
| 58 <div style="background: green"> | 59 <div style="background: green"> |
| 59 <div style="mix-blend-mode: color; background-color: blue;">X X</div> | 60 <div style="mix-blend-mode: color; background-color: blue;">X X</div> |
| 60 </div> | 61 </div> |
| 61 <div style="background: green"> | 62 <div style="background: green"> |
| 62 <div style="mix-blend-mode: luminosity; background-color: blue;">X X</di
v> | 63 <div style="mix-blend-mode: luminosity; background-color: blue;">X X</di
v> |
| 63 </div> | 64 </div> |
| 64 </body> | 65 </body> |
| 65 </html> | 66 </html> |
| OLD | NEW |