mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move external_media_query_style.html to wpt reftests.
This commit is contained in:
parent
b4f5496ccc
commit
d9fb897e34
4 changed files with 25 additions and 1 deletions
|
@ -40,7 +40,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== counters_simple_a.html counters_simple_ref.html
|
||||
== empty_cells_a.html empty_cells_ref.html
|
||||
== external_media_query_link.html external_media_query_ref.html
|
||||
== external_media_query_style.html external_media_query_ref.html
|
||||
== filter_opacity_a.html filter_opacity_ref.html
|
||||
== first_child_pseudo_a.html first_child_pseudo_b.html
|
||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
||||
|
|
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/data_img_a.html"
|
||||
}
|
||||
],
|
||||
"css/external_media_query_style.html": [
|
||||
{
|
||||
"path": "css/external_media_query_style.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/external_media_query_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/external_media_query_style.html"
|
||||
}
|
||||
],
|
||||
"css/filter_inline_a.html": [
|
||||
{
|
||||
"path": "css/filter_inline_a.html",
|
||||
|
@ -5028,6 +5040,18 @@
|
|||
"url": "/_mozilla/css/data_img_a.html"
|
||||
}
|
||||
],
|
||||
"css/external_media_query_style.html": [
|
||||
{
|
||||
"path": "css/external_media_query_style.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/external_media_query_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/external_media_query_style.html"
|
||||
}
|
||||
],
|
||||
"css/filter_inline_a.html": [
|
||||
{
|
||||
"path": "css/filter_inline_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel='match' href='external_media_query_ref.html'>
|
||||
<style type="text/css" media="print">
|
||||
body {
|
||||
display: none;
|
Loading…
Add table
Add a link
Reference in a new issue