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-multiple-remote-sources.html
blob
c678f5567eb8cabb98ff7a704dce444398f4f59b
1
<head>
2
<style>
3
@font-face {
4
font-family: 'custom';
5
src: url(firstInvalidURL), url(secondInvalidURL), local('Ahem');
6
}
7
</style>
8
</head>
9
<body>
10
<div
style
=
"font-family: 'custom'; font-size: 20px; color: green; background-color: red; width: 5em;"
>
11
_fail
12
fail_
13
_fail
14
fail_
15
_fail
16
</div>
17
<script>
18
document
.
body
.
offsetTop
;
19
</script>
20
</body>