| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS Reftest Reference</title> | |
| <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com"> | |
| </head> | |
| <body> | |
| <p>The test passes if there is a horizontal blue stripe under a horizontal green stripe.</p> | |
| <div style="background-color: blue; width: 100px; height: 100px; border-left: 50px solid white; border-top: 100px solid white"> | |
| <div style="width: 100px; height: 50px; background-color: green;"></div> | |
| </div> | |
| </body> | |
| </html> |