Sign in
webkit
/
WebKit
/
724fefcbdce1bc88131aa67ad1a23c24184a269c
/
.
/
LayoutTests
/
fast
/
text
/
text-styles
/
bogus-expected.html
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>