Remove comment that I forgot to remove in the previous patch (which fixed the issue it was pointing out). (Bug 617372) a2.0=tests

This commit is contained in:
L. David Baron 2010-12-16 08:53:17 -08:00
Родитель f3d09034b5
Коммит 1ee276beab
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1724,7 +1724,6 @@ var gCSSProperties = {
inherited: true,
type: CSS_TYPE_TRUE_SHORTHAND,
subproperties: [ "font-style", "font-variant", "font-weight", "font-size", "line-height", "font-family", "font-stretch", "font-size-adjust", "-moz-font-feature-settings", "-moz-font-language-override" ],
/* XXX could be sans-serif */
initial_values: [ (gInitialFontFamilyIsSansSerif ? "medium sans-serif" : "medium serif") ],
other_values: [ "large serif", "9px fantasy", "bold italic small-caps 24px/1.4 Times New Roman, serif", "caption", "icon", "menu", "message-box", "small-caption", "status-bar" ],
invalid_values: []