Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
css
/
font-face-in-media-rule.html
blob: 3b17c4983988f34f787dc7fda3b07c5f08b06412 [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
media
=
"screen"
>
@media
screen
{
@
font-face
{
font-family
:
Times
;
src
:
local
(
"Arial"
);
}
}
body
{
font-family
:
Times
,
sans-serif
;
}
</style>
</head>
<body>
This should not crash.
</body>
</html>