mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
Add a css media test file (see bug 722).
This commit is contained in:
parent
b7b33bae9b
commit
61e07bf6ba
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