Adds test for checking media queries in stylesheets

This commit is contained in:
Rohit Burra 2016-12-12 23:09:07 +05:30
parent b5c94bad37
commit c1eb6ae295
4 changed files with 48 additions and 0 deletions

View file

@ -6788,6 +6788,12 @@
"url": "/_mozilla/css/offset_properties_inline.html"
}
],
"css/stylesheet_media_queries.html": [
{
"path": "css/stylesheet_media_queries.html",
"url": "/_mozilla/css/stylesheet_media_queries.html"
}
],
"css/test_font_family_parsing.html": [
{
"path": "css/test_font_family_parsing.html",

View file

@ -0,0 +1,4 @@
[stylesheet_media_queries.html.ini]
type: testharness
expected: FAIL
bug: https://github.com/servo/servo/issues/14719