| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>Reference rendering - pass if square below, black 96px</title> | |
| <link rel="author" title="Opera Software" href="https://opera.com"> | |
| <style type="text/css"> | |
| div { | |
| width: 96px; | |
| height: 96px; | |
| background-color: black; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test passes if there is a square below.</p> | |
| <div></div> | |
| </body> | |
| </html> |