mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 16:51:46 +00:00
Bug 1836564 - Fix Gecko's test_media_queries.html
It doesn't use the same naming as the WPT version. MANUAL PUSH: Trivial fix CLOSED TREE
This commit is contained in:
parent
060ae7c06c
commit
e24b9ca527
@ -620,7 +620,7 @@ function run() {
|
|||||||
expression_should_be_known(feature + ": 0dpi");
|
expression_should_be_known(feature + ": 0dpi");
|
||||||
expression_should_be_known(feature + ": 0dppx");
|
expression_should_be_known(feature + ": 0dppx");
|
||||||
expression_should_be_known(feature + ": 0x");
|
expression_should_be_known(feature + ": 0x");
|
||||||
expression_should_be_unknown(feature + ": -3dpi");
|
expression_should_not_be_known(feature + ": -3dpi");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find the resolution using max-resolution
|
// Find the resolution using max-resolution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user