servo/tests/wpt/css-tests/css-masking-1_dev/xhtml1print/reference/clip-path-stripes-001-ref.xht

12 lines
No EOL
650 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 Masking: Reftest reference</title>
<link href="mailto:dschulze@adobe.com" rel="author" title="Dirk Schulze" />
</head>
<body>
<p>The test passes if you see a green vertical stripe next to a lime green vertical stripe, both stripes should be of equal size and there should be no red.</p>
<div style="width: 100px; height: 100px; margin: 75px 0 0 25px; background-color: green;">
<div style="width: 50px; height: 100px; background-color: lime;"></div>
</div>
</body></html>