blob: 3f30e11590b5e3043a8d00b6e77c0d0b5e065365 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-weight: lighter;
font-family: "Times New Roman";
src: local("Helvetica");
}
</style>
</head>
<body>
<p>
Tests that <code>font-weight: lighter</code> is handled for
web fonts. Test passes if it does not crash.
</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>