Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-lists/list-marker-alignment.html
<!DOCTYPE html> <link rel="help" href="https://crbug.com/1051181"> <link rel="match" href="list-marker-alignment-ref.html"> <meta name="assert" content="This test checks the list marker aligns to the first baseline."> <style>::marker { font-family:inherit; }</style> <div style="display:inline-block;"> <ul> <li> <p> xx<br>xx </p> </li> </ul> </div>
/css/css-lists/list-marker-alignment-ref.html
<!DOCTYPE html> <style>::marker { font-family:inherit; }</style> <div style="display:inline-block;"> <ul> <li> xx </li> xx </ul> </div>