summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-size-adjust-generic-font-fallback-crash.html
blob: b2884e975a114a40c9986fac38a45527954c3691 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>Crash test for using a generic font family and font-size-adjust together.</title>
<link rel="author" title="ChangSeok Oh" href="mailto:changseok@webkit.org">
<link rel="help" href="https://crbug.com/1458673">
<style>
.crash {
  font-family: fantasy;
  font-size-adjust: 1.0;
}
</style>
<div class="crash">Test passes if it does not crash.</div>