mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add a css media test file (see bug 722).
This commit is contained in:
parent
0983c5c764
commit
02cbb8f8b5
20
test/css/css_media.html
Normal file
20
test/css/css_media.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" media="projection, screen, tv"
|
||||
href="css/default.css" title="Default Style">
|
||||
<link rel="Alternate stylesheet" type="text/css" media="projection,
|
||||
screen, tv"
|
||||
href="css/flowers.css" title="Flower Power">
|
||||
<link rel="Alternate stylesheet" type="text/css" media="projection,
|
||||
screen, tv"
|
||||
href="css/mouse.css" title="Of Mice and Men">
|
||||
<link rel="Stylesheet" type="text/css" media="handheld"
|
||||
href="css/mobile.css">
|
||||
<link rel="Stylesheet" type="text/css" media="print"
|
||||
href="css/print.css">
|
||||
<link rel="Stylesheet" type="text/css" media="tty" href="css/tty.css">
|
||||
</head>
|
||||
<body>
|
||||
test css media
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user