| <!doctype html> | |
| <html lang=en> | |
| <title>test reference</title> | |
| <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> | |
| <style> | |
| div { font-size: 2em; } | |
| #ref { color: blue; } | |
| #test { color: orange; } | |
| </style> | |
| <p>Test passes if the orange and blue pieces of text are laid out identically. | |
| <div id=ref>字字字字」</div> | |
| <div id=test>字字字字」</div> |