mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +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
8
tests/ref/external_media_query_link.html
Normal file
8
tests/ref/external_media_query_link.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/displaynone.css" media="print">
|
||||
</head>
|
||||
<body>
|
||||
Hello
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue