mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
18 lines
No EOL
496 B
HTML
18 lines
No EOL
496 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>CSS Test: Set mix-blend-mode from script.</title>
|
|
<link href="mitica@adobe.com" rel="author" title="Mihai Tica">
|
|
<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> |