tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / font-face-zero-hash-key.html
1 <script>
2     if (window.layoutTestController)
3         layoutTestController.dumpAsText();
4 </script>
5 <style>
6     @font-face {
7         font-family: test;
8         src: url(../../resources/Ahem.ttf);
9     }
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>