| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS Test: Set mix-blend-mode from script.</title> | |
| <link rel="author" title="Mihai Tica" href="mailto:[email protected]"> | |
| <style type="text/css"> | |
| div { | |
| width: 100px; | |
| height: 100px; | |
| background: #FF0; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test passes if you can see a green box.</p> | |
| <div><div style="background: #0F0;"></div></div> | |
| </body> | |
| </html> |