<!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) | |
window.testRunner.dumpAsText(); | |
</script> | |
</body> | |
</html> |