Revision 292f3687ff5172f5bf246347bc271510fc19ca5a authored by Emilio Cobos Álvarez on 11 April 2018, 18:35:20 UTC, committed by Emilio Cobos Álvarez on 11 April 2018, 18:35:20 UTC
1 parent a747b36
Raw File
font-variant-numeric-05-ref.html
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CSS Test:  font-variant-numeric: tabular-nums; low level equivalence</title>
<link rel="author" title="Chris Lilley" href="chris@w3.org">
<style>
  @font-face {
    font-family: fwf;
    src: url(support/fonts/FontWithFancyFeatures.otf);
  }
  .test {
	  font-family: fwf;
	  font-size: 3em;
	  line-height: 1.1;
  }
</style>
<body>
<p>Test passes if the three lines below are identical, with three crosses (✗), then one check mark (✓) followed by four crosses (✗). </p>
<section class="test">
	<p class="ref">BBBABBBB</p>
	<p class="ref">BBBABBBB</p>
	<p class="ref">BBBABBBB</p>
</section>
back to top