blob: 9def12fc6c51357f9a7006f1aced75f4e76ee21e [file] [log] [blame]
PASS (pre-req for comparison tests) all CSS short-hand supported
PASS (pre-req for comparison tests) initial CSS value supported
FAIL Compare CSS div definitions (only valid if pre-reqs pass) assert_equals: Different value for stroke-color expected "rgb(0, 0, 0)" but got "rgba(0, 0, 0, 0)"
FAIL Compare CSS span definitions (only valid if pre-reqs pass) assert_equals: Different value for stroke-color expected "rgb(0, 0, 0)" but got "rgba(0, 0, 0, 0)"
PASS p is display: block
PASS ul > li is display: list-item
PASS ol > li is display: list-item
PASS table is display: table
PASS tbody is display: table-row-group
PASS tr is display: table-row
PASS td is display: table-cell