diff --git a/layout/style/test/property_database.js b/layout/style/test/property_database.js index d6693ba1037..c58dabcf915 100644 --- a/layout/style/test/property_database.js +++ b/layout/style/test/property_database.js @@ -1066,8 +1066,8 @@ var gCSSProperties = { inherited: true, type: CSS_TYPE_LONGHAND, initial_values: [ "serif" ], - other_values: [ "sans-serif", "Times New Roman, serif", "'Times New Roman', serif", "cursive", "fantasy" ], - invalid_values: [] + other_values: [ "sans-serif", "Times New Roman, serif", "'Times New Roman', serif", "cursive", "fantasy", "\"Times New Roman", "Times, \"Times New Roman" ], + invalid_values: [ "\"Times New\" Roman" ] }, "font-size": { domProp: "fontSize",