Skip to content

Commit

Permalink
#399: remove padding-box support M1166728
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Mar 20, 2018
1 parent 14d8add commit 3a236af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layout/style/nsCSSProps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,6 @@ const KTableEntry nsCSSProps::kBoxShadowTypeKTable[] = {
const KTableEntry nsCSSProps::kBoxSizingKTable[] = {
{ eCSSKeyword_content_box, uint8_t(StyleBoxSizing::Content) },
{ eCSSKeyword_border_box, uint8_t(StyleBoxSizing::Border) },
{ eCSSKeyword_padding_box, uint8_t(StyleBoxSizing::Padding) },
{ eCSSKeyword_UNKNOWN, -1 }
};

Expand Down

0 comments on commit 3a236af

Please sign in to comment.