mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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::Stroke |
|
||||||
LonghandId::CaretColor |
|
LonghandId::CaretColor |
|
||||||
% endif
|
% endif
|
||||||
% if engine in ["gecko", "servo-2013"]:
|
|
||||||
LonghandId::BackgroundColor |
|
LonghandId::BackgroundColor |
|
||||||
LonghandId::BorderTopColor |
|
LonghandId::BorderTopColor |
|
||||||
LonghandId::BorderRightColor |
|
LonghandId::BorderRightColor |
|
||||||
LonghandId::BorderBottomColor |
|
LonghandId::BorderBottomColor |
|
||||||
LonghandId::BorderLeftColor |
|
LonghandId::BorderLeftColor |
|
||||||
|
% if engine in ["gecko", "servo-2013"]:
|
||||||
LonghandId::OutlineColor |
|
LonghandId::OutlineColor |
|
||||||
% endif
|
% endif
|
||||||
LonghandId::Color
|
LonghandId::Color
|
||||||
|
@ -1315,14 +1315,12 @@ impl LonghandId {
|
||||||
LonghandId::MozScriptLevel |
|
LonghandId::MozScriptLevel |
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
% if engine in ["gecko", "servo-2013"]:
|
|
||||||
// Needed to compute the first available font, in order to
|
// Needed to compute the first available font, in order to
|
||||||
// compute font-relative units correctly.
|
// compute font-relative units correctly.
|
||||||
LonghandId::FontSize |
|
LonghandId::FontSize |
|
||||||
LonghandId::FontWeight |
|
LonghandId::FontWeight |
|
||||||
LonghandId::FontStretch |
|
LonghandId::FontStretch |
|
||||||
LonghandId::FontStyle |
|
LonghandId::FontStyle |
|
||||||
% endif
|
|
||||||
LonghandId::FontFamily |
|
LonghandId::FontFamily |
|
||||||
|
|
||||||
// Needed to properly compute the writing mode, to resolve logical
|
// Needed to properly compute the writing mode, to resolve logical
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[block-in-inline-relpos-001.xht]
|
[block-in-inline-relpos-001.xht]
|
||||||
expected: CRASH
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[block-in-inline-relpos-002.xht]
|
[block-in-inline-relpos-002.xht]
|
||||||
expected: CRASH
|
expected: FAIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue