Skip to content

Commit

Permalink
Remove some stale servo-2020 gates
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Nov 27, 2019
1 parent 20bde0e commit c6f241b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions components/style/properties/properties.mako.rs
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
@@ -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

0 comments on commit c6f241b

Please sign in to comment.