mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Add reftest for media queries in link and style tags
This commit is contained in:
parent
e7a06cd241
commit
51ceaed0d0
5 changed files with 31 additions and 0 deletions
12
tests/ref/external_media_query_style.html
Normal file
12
tests/ref/external_media_query_style.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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