mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
12 lines
No EOL
514 B
HTML
12 lines
No EOL
514 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: 50px; height: 50px; margin: 50px 0 0 25px; background-color: green;">
|
|
<div style="width: 25px; height: 50px; background-color: lime;"></div>
|
|
</div>
|
|
|
|
</body></html> |