forked from mirrors/gecko-dev
Automatic update from web-platform-testsAdd tests for where list-style-position: inside is odd today (#8822) -- wpt-commits: 8090a0a0032ee4f2c08dc90f6b7838eab1f6dfe2 wpt-pr: 8822
16 lines
321 B
HTML
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>
|