Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !(os == 'mac')
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<meta charset=utf-8>
<style>
.a { font-family: -apple-system, serif; font-size: 24px; }
</style>
<div class=a>This should NOT use the default serif font</div>