blob: a9e2ee0b2eec42b2d29d904f278a9b18bbba3add (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
@font-face {
font-family: test;
src: url(../../resources/Ahem.ttf);
}
</style>
<p>
Test for an assertion failure when specifying a 0 size for a remote font.
</p>
<p style="font-family: test; font-size: 0;">
Invisible text.
</p>
|