Convert background-position to use nsCSSValuePair rather than acting like a shorthand property. b=258080 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@224557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1223,20 +1223,13 @@ static const nsCSSProperty gBackgroundSubpropTable[] = {
|
||||
eCSSProperty_background_image,
|
||||
eCSSProperty_background_repeat,
|
||||
eCSSProperty_background_attachment,
|
||||
eCSSProperty_background_x_position,
|
||||
eCSSProperty_background_y_position,
|
||||
eCSSProperty_background_position,
|
||||
eCSSProperty__moz_background_clip, // XXX Added LDB.
|
||||
eCSSProperty__moz_background_origin, // XXX Added LDB.
|
||||
eCSSProperty__moz_background_inline_policy, // XXX Added LDB.
|
||||
eCSSProperty_UNKNOWN
|
||||
};
|
||||
|
||||
static const nsCSSProperty gBackgroundPositionSubpropTable[] = {
|
||||
eCSSProperty_background_x_position,
|
||||
eCSSProperty_background_y_position,
|
||||
eCSSProperty_UNKNOWN
|
||||
};
|
||||
|
||||
static const nsCSSProperty gBorderSubpropTable[] = {
|
||||
eCSSProperty_border_top_width,
|
||||
eCSSProperty_border_right_width,
|
||||
|
||||
Reference in New Issue
Block a user