5 font-family: firstFace;
6 src: local(
"Helvetica");
11 font-family: secondFace;
12 src: local(
"Helvetica");
17 <p>Test for a crash when a font-weight property in @font-face contains one of the relative 'lighter' or 'bolder' keywords.
18 PASS if Blink does not crash in debug.
21 if (window
.testRunner
)
22 testRunner
.dumpAsText();