Move external_media_query_style.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent b4f5496ccc
commit d9fb897e34
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
<html>
<body>
Hello
</body>
</html>

View file

@ -1,12 +0,0 @@
<html>
<head>
<style type="text/css" media="print">
body {
display: none;
}
</style>
</head>
<body>
Hello
</body>
</html>