mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Use Servo-specific pseudo element for InlineAbsolute fragment
This commit is contained in:
parent
836e554c30
commit
1677d479f6
5 changed files with 25 additions and 15 deletions
|
@ -399,7 +399,8 @@ impl Stylist {
|
|||
PseudoElement::ServoAnonymousTableRow |
|
||||
PseudoElement::ServoAnonymousTableWrapper |
|
||||
PseudoElement::ServoTableWrapper |
|
||||
PseudoElement::ServoInlineBlockWrapper => true,
|
||||
PseudoElement::ServoInlineBlockWrapper |
|
||||
PseudoElement::ServoInlineAbsolute => true,
|
||||
PseudoElement::Before |
|
||||
PseudoElement::After |
|
||||
PseudoElement::Selection |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue