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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-face-in-media-rule.html
blob
3b17c4983988f34f787dc7fda3b07c5f08b06412
1
<html>
2
<head>
3
<style
type
=
"text/css"
media
=
"screen"
>
4
5
@media screen {
6
@font-face {
7
font-family: Times;
8
src: local(
"Arial"
);
9
}
10
}
11
12
body {
13
font-family: Times, sans-serif;
14
}
15
</style>
16
</head>
17
<body>
18
This should not crash.
19
</body>
20
</html>