summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/size-adjust-unicode-range-system-fallback.html
blob: 6cfc23fec58fe650eb1c01487bec33b824004eb1 (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">
<link rel="author" title="ChangSeok Oh" href="mailto:changseok@webkit.org">
<link rel="help" href="https://crbug.com/1441723">
<link rel="match" href="size-adjust-unicode-range-system-fallback-ref.html">
<link rel="assert" title="Tests that the size-adjust descriptor does not affect system fallback font size.">
<title>Tests that the size-adjust descriptor does not affect system fallback font size.</title>
<style>
@font-face {
  font-family: large-font;
  src: local(Ahem), url(/fonts/Ahem.ttf);
  size-adjust: 1000%;
  unicode-range: U+0020;
}

.test {
  font-family: large-font;
}
</style>
<span class="test"></span>