6 /* Important: src cannot be local to trigger the crash */
7 src:url(doesNotExist.ttf);
15 if (window
.testRunner
)
16 window
.testRunner
.dumpAsText();
20 <p>Try to reference a custom font (@font-face) which was defined with more than
1 font-family.
</p>
21 <p>PASS if does not crash
</p>