repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-face-in-media-rule-expected.html
blob
d84134e246eb84e12da15750f1f0365bec9d7548
1
<html>
2
<head>
3
<style
type
=
"text/css"
media
=
"screen"
>
4
body {
5
font-family: Arial, sans-serif;
6
}
7
</style>
8
</head>
9
<body>
10
This should not crash.
11
</body>
12
</html>