blob: cb17ba9585b0b2f2312699ec32d7a18d9c72feb7 [file] [edit]
This tests that heurisitics for determining meaningful lists versus presentational lists result in the same computed role, regardless of platform.
PASS: ul[role="list"] w/ explicit role and displayed inline -> list.
PASS: ul[role="list"] w/ explicit role but no markers -> list.
PASS: ul w/ default list markers -> list.
PASS: ol w/ default list counters -> list.
PASS: ul w/ list-style-image -> list.
PASS: ul w/ image content on ::before -> list.
PASS: ul w/ image content on inline ::before -> list.
PASS: ul w/ bullet content on ::before -> list.
PASS: ul w/ bullet content on inline ::before -> list.
PASS: ol w/ counter content on ::before -> list.
PASS: ol w/ counter content on inline ::before -> list.
PASS: ul list in a navigation role -> list.
PASS: ol list in a nav element -> list.
PASS: ul w/ background image (NOT A LIST) -> .
PASS: ul w/ background on ::before (NOT A LIST) -> .
PASS: ul w/o explicit role and displayed inline, which defaults to no markers (NOT A LIST) -> .
PASS: ol w/o explicit role and displayed inline, which defaults to no markers (NOT A LIST) -> .
PASS: ul w/o explicit role and no markers (NOT A LIST) -> .
PASS successfullyParsed is true
TEST COMPLETE