Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-multiple-remote-sources.html
blobc678f5567eb8cabb98ff7a704dce444398f4f59b
1 <head>
2 <style>
3 @font-face {
4 font-family: 'custom';
5 src: url(firstInvalidURL), url(secondInvalidURL), local('Ahem');
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>