stylo: Remove misleading comments re. break-before and break-after.

They're alias, and the deprecated property is page-break-xxx, not break-xxx.
This commit is contained in:
Emilio Cobos Álvarez 2016-08-11 22:03:34 -07:00
parent 6bce4c8c20
commit babb2b7160
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -914,7 +914,6 @@ fn static_assert() {
T::left => true,
T::right => true
};
// TODO(shinglyu): Rename Gecko's struct to mPageBreakBefore
self.gecko.mBreakBefore = result;
}
@ -931,7 +930,6 @@ fn static_assert() {
T::left => true,
T::right => true
};
// TODO(shinglyu): Rename Gecko's struct to mPageBreakBefore
self.gecko.mBreakBefore = result;
}