From 3e5199e6b9bdde5a4edfb1f0bffdf1838ae149c2 Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Fri, 21 Oct 2011 21:03:16 -0700 Subject: [PATCH] Bug 696266 - Add some values to layout/style/test/property_database.js. r=dbaron --- layout/style/test/property_database.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layout/style/test/property_database.js b/layout/style/test/property_database.js index a34f5fa8769..585b36e5ed0 100644 --- a/layout/style/test/property_database.js +++ b/layout/style/test/property_database.js @@ -49,7 +49,7 @@ const CSS_TYPE_SHORTHAND_AND_LONGHAND = 2; // Each property has the following fields: // domProp: The name of the relevant member of nsIDOM[NS]CSS2Properties -// inherited: Whether the property is inherited by default (stated as +// inherited: Whether the property is inherited by default (stated as // yes or no in the property header in all CSS specs) // type: see above // get_computed: if present, the property's computed value shows up on @@ -1833,7 +1833,7 @@ var gCSSProperties = { inherited: true, type: CSS_TYPE_LONGHAND, initial_values: [ "show" ], - other_values: [ "hide" ], + other_values: [ "hide", "-moz-show-background" ], invalid_values: [] }, "float": { @@ -1874,7 +1874,7 @@ var gCSSProperties = { inherited: true, type: CSS_TYPE_LONGHAND, initial_values: [ "normal" ], - other_values: [ "'TRK'", "\"TRK\"", "'N\\'Ko'" ], + other_values: [ "'ENG'", "'TRK'", "\"TRK\"", "'N\\'Ko'" ], invalid_values: [ "TRK" ] }, "font-size": { @@ -1935,7 +1935,7 @@ var gCSSProperties = { type: CSS_TYPE_LONGHAND, initial_values: [ "normal", "400" ], other_values: [ "bold", "100", "200", "300", "500", "600", "700", "800", "900", "bolder", "lighter" ], - invalid_values: [ "107", "399", "401", "699", "710" ] + invalid_values: [ "0", "100.0", "107", "399", "401", "699", "710", "1000" ] }, "height": { domProp: "height",