Sign in
chromium
/
chromium
/
src
/
ddcf55c02
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-face-in-media-rule-expected.html
blob: d84134e246eb84e12da15750f1f0365bec9d7548 [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
media
=
"screen"
>
body
{
font-family
:
Arial
,
sans-serif
;
}
</style>
</head>
<body>
This should not crash.
</body>
</html>