From 4c2b48068bd1bae111e8c8d3de21a50146ca0f21 Mon Sep 17 00:00:00 2001 From: Mats Palmgren Date: Thu, 17 Apr 2014 12:11:08 +0000 Subject: [PATCH] Bug 613659 - Minor whitespace fixes. r=cam --- layout/style/test/property_database.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/layout/style/test/property_database.js b/layout/style/test/property_database.js index a6ec6a090449..c2939b106f76 100644 --- a/layout/style/test/property_database.js +++ b/layout/style/test/property_database.js @@ -3684,7 +3684,7 @@ var gCSSProperties = { inherited: true, type: CSS_TYPE_LONGHAND, initial_values: [ "none", "context-value" ], - other_values: [ "5px,3px,2px", "5px 3px 2px", " 5px ,3px , 2px ", "1px", "5%", "3em" ], + other_values: [ "5px,3px,2px", "5px 3px 2px", " 5px ,3px\t, 2px ", "1px", "5%", "3em" ], invalid_values: [ "-5px,3px,2px", "5px,3px,-2px" ] }, "stroke-dashoffset": { @@ -5334,15 +5334,15 @@ if (SpecialPowers.getBoolPref("layout.css.sticky.enabled")) { } if (SpecialPowers.getBoolPref("layout.css.mix-blend-mode.enabled")) { - gCSSProperties["mix-blend-mode"] = { - domProp: "mixBlendMode", - inherited: false, - type: CSS_TYPE_LONGHAND, - initial_values: [ "normal" ], - other_values: ["multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", - "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], - invalid_values: [] - }; + gCSSProperties["mix-blend-mode"] = { + domProp: "mixBlendMode", + inherited: false, + type: CSS_TYPE_LONGHAND, + initial_values: [ "normal" ], + other_values: ["multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", + "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], + invalid_values: [] + }; } if (SpecialPowers.getBoolPref("layout.css.background-blend-mode.enabled")) {