summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-feature-settings-descriptor-01-ref.html
blob: 4a1723e690882650361410bb8af55dab7cbb3b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CSS Test: font-feature-settings descriptor</title>
<style>
  @font-face {
    font-family: fwf;
    src: url(support/fonts/FontWithFancyFeatures.otf);
  }
  .test {
	  font-family: fwf;
	  font-size: 2.4em;
	  line-height: 1.1;
  }
</style>

<body>
<p>Test passes if the three lines below are identical, with eight check marks (✓). </p>
<section class="test">
    <p class="ref">AAAAAAAA</p>
    <p class="ref">AAAAAAAA</p>
    <p class="ref">AAAAAAAA</p>
</section>