diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 14:01:05 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 14:01:05 +0100 |
commit | 4c697043da9fe3f58a7e070dad74eab6972695a0 (patch) | |
tree | 8570f17500f94cc5c4275517b7c4d1958ca813e6 /layout/style/test/test_media_queries.html | |
parent | fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c (diff) | |
download | UXP-4c697043da9fe3f58a7e070dad74eab6972695a0.tar UXP-4c697043da9fe3f58a7e070dad74eab6972695a0.tar.gz UXP-4c697043da9fe3f58a7e070dad74eab6972695a0.tar.lz UXP-4c697043da9fe3f58a7e070dad74eab6972695a0.tar.xz UXP-4c697043da9fe3f58a7e070dad74eab6972695a0.zip |
Remove windows-xp and windows-vista from @media(-moz-os-version)
Diffstat (limited to 'layout/style/test/test_media_queries.html')
-rw-r--r-- | layout/style/test/test_media_queries.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layout/style/test/test_media_queries.html b/layout/style/test/test_media_queries.html index 479306a55..d503fad0b 100644 --- a/layout/style/test/test_media_queries.html +++ b/layout/style/test/test_media_queries.html @@ -713,8 +713,6 @@ function run() { expression_should_not_be_parseable("-moz-windows-theme: "); // os version media queries (currently windows only) - expression_should_be_parseable("-moz-os-version: windows-xp"); - expression_should_be_parseable("-moz-os-version: windows-vista"); expression_should_be_parseable("-moz-os-version: windows-win7"); expression_should_be_parseable("-moz-os-version: windows-win8"); expression_should_be_parseable("-moz-os-version: windows-win10"); |