| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| </head> | |
| <body> | |
| This test makes sure that U+25CF BLACK CIRCLE is rendered as an actual dot. The test passes if you see a black square below. | |
| <div style="position: relative; width: 50px; height: 50px; overflow: hidden; background-color: black;"> | |
| </div> | |
| </body> | |
| </html> |