Source code
Revision control
Copy as Markdown
Other Tools
<!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>