blob: e16d6555654f2b4ff0be4357adc0f3913dc6f519 [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 style="font: bogus">Hello, World</div>
</div>
</body>
</html>