mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
12 lines
No EOL
517 B
HTML
12 lines
No EOL
517 B
HTML
<!DOCTYPE html>
|
|
<html><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> |