Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !(os == 'win')
- Manifest: layout/reftests/font-matching/reftest.list
<!doctype html>
<meta charset=utf-8>
<p>Both lines should look the same:</p>
<div style="font-size:xxx-large;">
<div style="font-family:'Yu Gothic', serif;">
lorem ipsum
</div>
<div style="font-family:'游ゴシック', serif;">
lorem ipsum
</div>
</body>