summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-letter-width-ref.html
blob: 8ebb00b9dcc10f43df0efea20991af653f5cb691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
  <title>initial-letter width test</title>
  <style>
    span {
      position: absolute;
      color: transparent;
    }
    #control {
      background-color: green;
    }
  </style>
</head>
<body>
  <p>There should be no red</p>
  <span id="control">Test.</span>
</body>
</html>