Files
servo/tests/wpt/css-tests/compositing-1_dev/xhtml1/reference/mix-blend-mode-border-image-ref.xht

19 lines
668 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Test: Blended element with border image</title>
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
<style>
div {
width: 120px;
height: 120px;
background: #0F0;
}
</style>
</head>
<body>
<p>Test passes if you can see a green rectangle. <br />
If blending is not performed, the div is displayed with red. </p>
<div></div>
</body></html>