Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-fonts/separators.html
<!DOCTYPE html> <meta charset="utf-8"> <link rel="match" href="separators-ref.html"> <link rel="help" href="https://www.unicode.org/faq/unsup_char.html#2"/> <link rel="assert" title="Line and paragraph separator should be displayed as space"> <title>Line and paragraph separator rendering</title> <style> @font-face { font-family: test; src: url(resources/separator-test-font.ttf) format("truetype"); } p { font-size: 30px; } </style> <body> <p>V O</p> <p>V
O</p> <p>V
O</p> <p style="font-family: test;">V O</p> <p style="font-family: test;">V
O</p> <p style="font-family: test;">V
O</p> </body>
/css/css-fonts/separators-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>Line and paragraph separator rendering</title> <style> @font-face { font-family: test; src: url(resources/separator-test-font.ttf) format("truetype"); } p { font-size: 30px; } </style> <body> <p>V O</p> <p>V
O</p> <p>V
O</p> <p style="font-family: test;">V O</p> <p style="font-family: test;">V O</p> <p style="font-family: test;">V O</p> </body>