Skip to content

Commit

Permalink
Bug 1277788 - (follow-up) Part 3. correct typo(centerp -> center). r=me
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: HIn4imGes30
  • Loading branch information
cku committed Aug 18, 2016
1 parent 8b532b9 commit 9ec2ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/style/test/property_database.js
Original file line number Diff line number Diff line change
Expand Up @@ -6920,7 +6920,7 @@ if (SupportsMaskShorthand()) {
initial_values: [ "match-source", "none", "no-repeat", "add", "50% 50%", "center center", "50% 50% / auto", "center / auto", "center center / auto", "50% 50% / auto auto",
"center none", "center center none", "none center", "none center center", "none 50% 50%", "center / auto none",
"center center / auto auto none",
"match-source none no-repeat add center center", "center centerp no-repeat none add", "none no-repeat add center center / auto", "center center / auto no-repeat none add match-source", "none no-repeat add 0% 0% / auto auto match-source",
"match-source none no-repeat add center center", "center center no-repeat none add", "none no-repeat add center center / auto", "center center / auto no-repeat none add match-source", "none no-repeat add 0% 0% / auto auto match-source",
"border-box", "border-box border-box" ],
other_values: [
"none alpha no-repeat add center",
Expand Down

0 comments on commit 9ec2ced

Please sign in to comment.