mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove some stale servo-2020 gates
This commit is contained in:
parent
20bde0efb3
commit
c6f241b0ce
3 changed files with 3 additions and 5 deletions
|
@ -1260,12 +1260,12 @@ impl LonghandId {
|
|||
LonghandId::Stroke |
|
||||
LonghandId::CaretColor |
|
||||
% endif
|
||||
% if engine in ["gecko", "servo-2013"]:
|
||||
LonghandId::BackgroundColor |
|
||||
LonghandId::BorderTopColor |
|
||||
LonghandId::BorderRightColor |
|
||||
LonghandId::BorderBottomColor |
|
||||
LonghandId::BorderLeftColor |
|
||||
% if engine in ["gecko", "servo-2013"]:
|
||||
LonghandId::OutlineColor |
|
||||
% endif
|
||||
LonghandId::Color
|
||||
|
@ -1315,14 +1315,12 @@ impl LonghandId {
|
|||
LonghandId::MozScriptLevel |
|
||||
% endif
|
||||
|
||||
% if engine in ["gecko", "servo-2013"]:
|
||||
// Needed to compute the first available font, in order to
|
||||
// compute font-relative units correctly.
|
||||
LonghandId::FontSize |
|
||||
LonghandId::FontWeight |
|
||||
LonghandId::FontStretch |
|
||||
LonghandId::FontStyle |
|
||||
% endif
|
||||
LonghandId::FontFamily |
|
||||
|
||||
// Needed to properly compute the writing mode, to resolve logical
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[block-in-inline-relpos-001.xht]
|
||||
expected: CRASH
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[block-in-inline-relpos-002.xht]
|
||||
expected: CRASH
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue