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:
Emilio Cobos Álvarez 2023-06-08 22:08:24 +02:00
parent 060ae7c06c
commit e24b9ca527

View File

@ -620,7 +620,7 @@ function run() {
expression_should_be_known(feature + ": 0dpi");
expression_should_be_known(feature + ": 0dppx");
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