summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/marker-inherit-line-height-ref.html
blob: 9bd8ca874a02bb4f9e87eeb347525e5ec6673ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<title>Reference: Check that :marker inherits line-height</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<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>