servo/tests/ref/case-insensitive-font-family.html
Clark Gaebel d22a64884d Implements case insensitive font family names.
One part (of 8!) of css font family disambiguation is that font families should
be matched case-insensitively.

This patch implements that. Once it lands, a bug needs to be filed to do lowercasing
properly (as a string, instead of char-by-char -- it's a unicode thing).

r? @gw
2014-11-03 17:15:51 -08:00

1 line
52 B
HTML

<div style="font-family: arial">Hello, world!</div>