Sign in
webkit
/
WebKit
/
cbcb2ab29b03c287b10daf4d6bbf01921507466a
/
.
/
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>