servo/tests/ref/font_face_attribute.html
2015-09-14 20:24:52 -04:00

12 lines
201 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p><font face=monospace>Servo</font></p>
<p><font id=1>Servo</font></p>
<script>
document.getElementById("1").face = "monospace";
</script>
</body>
</html>