Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-multicol/multicol-list-item-001.xht
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Multi-column Layout Test: multi-column and list-item</title> <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-10 --> <link rel="help" href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm" title="3.4 Pseudo-algorithm" /> <link rel="match" href="multicol-list-item-001-ref.xht" /> <meta name="flags" content="ahem" /> <meta name="assert" content="This test checks that an unordered list of list items can be set to display its list-items in column boxes." /> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style type="text/css"><![CDATA[ ul { background-color: black; font: 1.25em/1 Ahem; margin: 0em; padding: 0em; width: 10em; column-gap: 0em; column-width: 5em; } li, span {font-size: 1em;} li { margin-left: 1em; padding: 0em; list-style-type: "X"; } span {display: block;} ]]></style> </head> <body> <ul> <li>1sli</li> <li>2nli</li> <li>3rli</li> <li>4tli</li> <li>5tli</li> <li><span>6tli</span></li> <li>7tli</li> <li>8tli</li> <li>9tli</li> <li>10tl</li> </ul> </body> </html>
/css/css-multicol/multicol-list-item-001-ref.xht
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-10 --> <style type="text/css"><![CDATA[ div { background-color: black; height: 100px; width: 200px; } ]]></style> </head> <body> <div></div> </body> </html>