clip-path-ref-right-green-ref.html (563B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <head> 5 <title>CSS Reftest Reference</title> 6 <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com"> 7 <style> 8 html, body { 9 width: 100%; 10 height: 100%; 11 margin: 0; 12 } 13 </style> 14 </head> 15 <body> 16 <div style="width: 50%; height: 100%; margin-left: 50%; background-color: green; position: absolute;"></div> 17 <p style="position: absolute;">The test passes if the left half of the site is white and the right half of the site is green.</p> 18 </body> 19 </html>