diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ALT88592.html | 1 | ||||
-rw-r--r-- | test/ISO_LATIN1_test.html | 1 | ||||
-rw-r--r-- | test/TestComment.html | 1 | ||||
-rw-r--r-- | test/bad-html.html | 1 | ||||
-rw-r--r-- | test/c1.html | 1 | ||||
-rw-r--r-- | test/circle.html | 1 | ||||
-rw-r--r-- | test/cp-1252.html | 1 | ||||
-rw-r--r-- | test/cp-1252a.html | 1 | ||||
-rw-r--r-- | test/idna-tr46.html | 1 | ||||
-rw-r--r-- | test/iso-8859-1.html | 1 | ||||
-rw-r--r-- | test/iso-8859-1a.html | 1 | ||||
-rw-r--r-- | test/iso-8859-2.html | 1 | ||||
-rw-r--r-- | test/iso-8859-2a.html | 1 | ||||
-rw-r--r-- | test/koi8-r.html | 1 | ||||
-rw-r--r-- | test/quickbrown.html | 1 | ||||
-rw-r--r-- | test/raw8bit.html | 1 | ||||
-rw-r--r-- | test/sgml.html | 1 | ||||
-rw-r--r-- | test/spaces.html | 1 | ||||
-rw-r--r-- | test/special_urls.html | 1 | ||||
-rw-r--r-- | test/square.html | 1 | ||||
-rw-r--r-- | test/tabtest.html | 1 | ||||
-rw-r--r-- | test/tags.html | 1 | ||||
-rw-r--r-- | test/test-styles.html | 1 | ||||
-rw-r--r-- | test/triangle.html | 1 | ||||
-rw-r--r-- | test/unicode.html | 1 | ||||
-rw-r--r-- | test/utf-8-demo.html | 1 |
26 files changed, 26 insertions, 0 deletions
diff --git a/test/ALT88592.html b/test/ALT88592.html index 419e6997..59d86f94 100644 --- a/test/ALT88592.html +++ b/test/ALT88592.html @@ -9,6 +9,7 @@ They should be inaccessible so that the ALT text will be shown in graphical browsers. Use file: to save network resources. --> <BASE HREF="file://localhost/this.path.intentionally.invalid/"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/ISO_LATIN1_test.html b/test/ISO_LATIN1_test.html index d767978e..a6369b81 100644 --- a/test/ISO_LATIN1_test.html +++ b/test/ISO_LATIN1_test.html @@ -3,6 +3,7 @@ <head> <title>Test of minimal ISO LATIN1 character set</title> <link rev="made" href="mailto:lynx-dev@nongnu.org"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> diff --git a/test/TestComment.html b/test/TestComment.html index 873169f2..8bf39a9e 100644 --- a/test/TestComment.html +++ b/test/TestComment.html @@ -4,6 +4,7 @@ <title>HTML Comment Parser Test</title> <link rev="made" href="mailto:pg@sweng.stortek.com"> <base href="http://nyx10.cs.du.edu:8001/~pgilmart/TestComment.html"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> diff --git a/test/bad-html.html b/test/bad-html.html index 8c0b9dc1..ab00a966 100644 --- a/test/bad-html.html +++ b/test/bad-html.html @@ -5,6 +5,7 @@ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <LINK REV="made" HREF="mailto:lynx-dev@nongnu.org"> <LINK REV="owner" HREF="http://mail.gnu.org/mailman/listinfo/lynx-dev/"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/c1.html b/test/c1.html index 6ec70aa5..c8d1eddd 100644 --- a/test/c1.html +++ b/test/c1.html @@ -2,6 +2,7 @@ <HTML> <HEAD> <TITLE>Test of invalid NCRs 128-159</TITLE> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY><H2>Test of invalid NCRs 128-159</H2> <P> diff --git a/test/circle.html b/test/circle.html index dedf3050..acf8f456 100644 --- a/test/circle.html +++ b/test/circle.html @@ -6,6 +6,7 @@ "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> <title>Test ImageMap - circle</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> diff --git a/test/cp-1252.html b/test/cp-1252.html index 387c92a0..f895ac7c 100644 --- a/test/cp-1252.html +++ b/test/cp-1252.html @@ -7,6 +7,7 @@ <LINK REV="owner" HREF="http://mail.gnu.org/mailman/listinfo/lynx-dev/"> <LINK REL="sibling" HREF="iso-8859-1.html" TITLE="iso-8859-1 test"> <LINK REL="sibling" HREF="ALT88592.html" TITLE="iso-8859-2 ALT test"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/cp-1252a.html b/test/cp-1252a.html index 99800a3e..1bb5d863 100644 --- a/test/cp-1252a.html +++ b/test/cp-1252a.html @@ -7,6 +7,7 @@ <LINK REV="owner" HREF="http://mail.gnu.org/mailman/listinfo/lynx-dev/"> <LINK REL="sibling" HREF="iso-8859-1.html" TITLE="iso-8859-1 test"> <LINK REL="sibling" HREF="ALT88592.html" TITLE="iso-8859-2 ALT test"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/idna-tr46.html b/test/idna-tr46.html index e67f2875..f1e0b0c5 100644 --- a/test/idna-tr46.html +++ b/test/idna-tr46.html @@ -6,6 +6,7 @@ <head> <title>Sample URLs from TR-46</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> diff --git a/test/iso-8859-1.html b/test/iso-8859-1.html index b9349fa2..61a13e4c 100644 --- a/test/iso-8859-1.html +++ b/test/iso-8859-1.html @@ -7,6 +7,7 @@ <TITLE>Martin Ramsch - iso8859-1 table</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <BASE HREF="http://www.ramsch.org/martin/uni/fmi-hp/iso8859-1.html"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/iso-8859-1a.html b/test/iso-8859-1a.html index 972329d3..715061a7 100644 --- a/test/iso-8859-1a.html +++ b/test/iso-8859-1a.html @@ -7,6 +7,7 @@ <TITLE>Martin Ramsch - iso8859-1 table</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <BASE HREF="http://www.ramsch.org/martin/uni/fmi-hp/iso8859-1.html"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/iso-8859-2.html b/test/iso-8859-2.html index 39380e3b..37c705e1 100644 --- a/test/iso-8859-2.html +++ b/test/iso-8859-2.html @@ -8,6 +8,7 @@ <LINK REV="owner" HREF="http://mail.gnu.org/mailman/listinfo/lynx-dev/"> <LINK REL="sibling" HREF="iso-8859-1.html" TITLE="iso-8859-1 test"> <LINK REL="sibling" HREF="ALT88592.html" TITLE="iso-8859-2 ALT test"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/iso-8859-2a.html b/test/iso-8859-2a.html index 062b1a5c..9d6ce0d6 100644 --- a/test/iso-8859-2a.html +++ b/test/iso-8859-2a.html @@ -8,6 +8,7 @@ <LINK REV="owner" HREF="http://mail.gnu.org/mailman/listinfo/lynx-dev/"> <LINK REL="sibling" HREF="iso-8859-1.html" TITLE="iso-8859-1 test"> <LINK REL="sibling" HREF="ALT88592.html" TITLE="iso-8859-2 ALT test"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/koi8-r.html b/test/koi8-r.html index d6792195..e887c1f8 100644 --- a/test/koi8-r.html +++ b/test/koi8-r.html @@ -2,6 +2,7 @@ <HTML> <HEAD> <TITLE>Test of the KOI8-R symbols</TITLE> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> <PRE> diff --git a/test/quickbrown.html b/test/quickbrown.html index e3207222..d326e9b9 100644 --- a/test/quickbrown.html +++ b/test/quickbrown.html @@ -4,6 +4,7 @@ <TITLE>Markus Kuhn's quick-brown-fox UTF-8 demo</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <LINK REV="made" HREF="mailto:dickey@invisible-island.net"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> diff --git a/test/raw8bit.html b/test/raw8bit.html index f0d0eeb0..9b32eaad 100644 --- a/test/raw8bit.html +++ b/test/raw8bit.html @@ -5,6 +5,7 @@ <!-- you may uncomment the next line and set the document's charset directly via META tag --> <!--META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"--> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> <PRE> diff --git a/test/sgml.html b/test/sgml.html index 94425345..db9d2b7c 100644 --- a/test/sgml.html +++ b/test/sgml.html @@ -2,6 +2,7 @@ <HTML> <HEAD> <TITLE>Test of some Unicode symbols enclosed as SGML entity names</TITLE> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> <PRE> diff --git a/test/spaces.html b/test/spaces.html index d527a193..c3076d95 100644 --- a/test/spaces.html +++ b/test/spaces.html @@ -2,6 +2,7 @@ <HTML> <HEAD> <TITLE> Test of some symbols </TITLE> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> <!-- Multiple spaces are normally collapsed unless we are in a <PRE> mode diff --git a/test/special_urls.html b/test/special_urls.html index c9d35066..96e789eb 100644 --- a/test/special_urls.html +++ b/test/special_urls.html @@ -2,6 +2,7 @@ <head> <title>Lynx Special URLs</title> <link rev="made" href="mailto:WebMaster@foo.blah.dom"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <h1>Lynx Special URLs</h1> diff --git a/test/square.html b/test/square.html index c8403280..5354dce2 100644 --- a/test/square.html +++ b/test/square.html @@ -6,6 +6,7 @@ "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> <title>Test ImageMap - square</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> diff --git a/test/tabtest.html b/test/tabtest.html index 45184a88..73d62ebf 100644 --- a/test/tabtest.html +++ b/test/tabtest.html @@ -3,6 +3,7 @@ <head> <title>Tests of TAB element.</title> <link rev="made" href="mailto:lynx-dev@nongnu.org"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> diff --git a/test/tags.html b/test/tags.html index 3f405eca..697e1615 100644 --- a/test/tags.html +++ b/test/tags.html @@ -4,6 +4,7 @@ <TITLE>Tags to Test Color-Style</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link href="nobody" rev="made"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY alink="green" bgcolor="yellow"> diff --git a/test/test-styles.html b/test/test-styles.html index 728c2880..2cae2842 100644 --- a/test/test-styles.html +++ b/test/test-styles.html @@ -2,6 +2,7 @@ <HTML> <HEAD> <TITLE>Test Color-Styles</TITLE> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> <h1>Heading 1</h1> diff --git a/test/triangle.html b/test/triangle.html index abea6c72..5dcf6287 100644 --- a/test/triangle.html +++ b/test/triangle.html @@ -6,6 +6,7 @@ "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> <title>Test ImageMap - triangle</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> diff --git a/test/unicode.html b/test/unicode.html index 7abcd1a2..903ac615 100644 --- a/test/unicode.html +++ b/test/unicode.html @@ -2,6 +2,7 @@ <HTML> <HEAD> <TITLE>Test of some Unicode symbols in numeric character reference form</TITLE> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> <PRE> diff --git a/test/utf-8-demo.html b/test/utf-8-demo.html index d792903f..fe474513 100644 --- a/test/utf-8-demo.html +++ b/test/utf-8-demo.html @@ -4,6 +4,7 @@ <TITLE>Markus Kuhn's UTF-8 demo</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <LINK REV="made" HREF="mailto:dickey@invisible-island.net"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </HEAD> <BODY> |