Add reftest for media queries in link and style tags

This commit is contained in:
Mikko Perttunen 2015-03-07 21:00:26 +02:00
parent e7a06cd241
commit 51ceaed0d0
5 changed files with 31 additions and 0 deletions

View file

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