mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
12 lines
No EOL
444 B
HTML
12 lines
No EOL
444 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>CSS Test: Canvas with mix-blend-mode blends with sibling element</title>
|
|
<link href="mitica@adobe.com" rel="author" title="Mihai Tica">
|
|
</head>
|
|
<body>
|
|
<p>Test passes if you can see a green rectangle. <br>
|
|
If blending is not performed, the canvas is displayed with red. </p>
|
|
<div style="width: 100px; height: 100px; background: #0F0"></div>
|
|
|
|
|
|
</body></html> |