mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Fix container orientation evaluation
Allow keyword evaluators to return unknown. Do you know of a good test to extend here? Otherwise I can add a new one, though I gotta run atm. Differential Revision: https://phabricator.services.mozilla.com/D165630
This commit is contained in:
parent
2389650734
commit
d30400d3ea
4 changed files with 20 additions and 13 deletions
|
@ -637,7 +637,7 @@ impl QueryFeatureExpression {
|
|||
.kind
|
||||
.non_ranged_value()
|
||||
.map(|v| *expect!(Enumerated, v));
|
||||
evaluator(context, computed)
|
||||
return evaluator(context, computed)
|
||||
},
|
||||
Evaluator::BoolInteger(eval) => {
|
||||
let computed = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue