<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
This test makes sure that WebKit doesn't prompt the user to download mobileasset fonts. The test passes if you don't see a blocking prompt asking you to download the Osaka font. On a bot, this would manifest by a timeout. | |
<div style="font: 100px 'Osaka';">の</div> | |
</body> | |
</html> |