blob: d4414a9cc0e9d3b87927e5f13c1bdc460df77704 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that "font: bogus" is not a valid font keyword.
<div style="transform: scale(10); transform-origin: left top; font-family: fantasy;">
<div>Hello, World</div>
</div>
</body>
</html>