mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
Hello
|
||||
</body>
|
||||
</html>
|
|
@ -1,12 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css" media="print">
|
||||
body {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Hello
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue