fune/testing/web-platform/tests/css/css-pseudo/marker-inherit-line-height-ref.html
Geoffrey Sneddon 25917c5ff9 Bug 1477459 [wpt PR 8822] - Add tests for where list-style-position: inside is odd today, a=testonly
Automatic update from web-platform-testsAdd tests for where list-style-position: inside is odd today (#8822)

--

wpt-commits: 8090a0a0032ee4f2c08dc90f6b7838eab1f6dfe2
wpt-pr: 8822
2018-07-29 18:56:00 +01:00

16 lines
321 B
HTML

<!doctype html>
<title>Reference: Check that :marker inherits line-height</title>
<style>
div {
font: 128px/1 Ahem;
border: 2px solid blue;
background: orange;
color: black;
}
</style>
<p>There should be two black rectangles below with no space between them and
the border above/below.</p>
<div>
1. X
</div>