Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-zero-hash-key.html
bloba9e2ee0b2eec42b2d29d904f278a9b18bbba3add
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <style>
6 @font-face {
7 font-family: test;
8 src: url(../../resources/Ahem.ttf);
10 </style>
11 <p>
12 Test for an assertion failure when specifying a 0 size for a remote font.
13 </p>
14 <p style="font-family: test; font-size: 0;">
15 Invisible text.
16 </p>