https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d3d5233de66e6f5c43434262ab0f86a8f9fd2a51 authored by Robert Ma on 05 October 2018, 16:01:01 UTC
Test unicode: ABC~ยคโ€ขโ˜…ๆ˜Ÿ๐ŸŒŸๆ˜Ÿโ˜…โ€ขยค~XYZ
Tip revision: d3d5233
font-variant-numeric-03-ref.html
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CSS Test:  font-variant-numeric: oldstyle-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 one cross (โœ—), then one check mark (โœ“) followed by six crosses (โœ—). </p>
<section class="test">
	<p class="ref">BABBBBBB</p>
	<p class="ref">BABBBBBB</p>
	<p class="ref">BABBBBBB</p>
</section>
back to top