Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-fonts/font-size-adjust-generic-font-fallback-crash.html - WPT Dashboard Interop Dashboard
<!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">
<style>
.crash {
font-family: fantasy;
font-size-adjust: 1.0;
}
</style>
<div class="crash">Test passes if it does not crash.</div>