summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2011-10-30 21:07:45 +0200
committerVille Skytt? <ville.skytta@iki.fi>2011-10-30 21:07:45 +0200
commit5eb52c0726161192310598128c14470f23bc1d02 (patch)
treeb633be7502850bb8f1eb824c2b81cd83d476fc90 /htdocs/dev/tests
parent34a557bd2ebaf71fb7974992dd5d1744ad1d4655 (diff)
downloadmarkup-validator-5eb52c0726161192310598128c14470f23bc1d02.zip
markup-validator-5eb52c0726161192310598128c14470f23bc1d02.tar.gz
markup-validator-5eb52c0726161192310598128c14470f23bc1d02.tar.bz2
Use current CSS for test cases that still used the old one.
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/colons.html18
-rwxr-xr-xhtdocs/dev/tests/nonSGML-chars.html16
2 files changed, 25 insertions, 9 deletions
diff --git a/htdocs/dev/tests/colons.html b/htdocs/dev/tests/colons.html
index 624fe7e..e36d72e 100755
--- a/htdocs/dev/tests/colons.html
+++ b/htdocs/dev/tests/colons.html
@@ -4,22 +4,30 @@
<head>
<title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title>
<link rev="made" href="mailto:gerald@w3.org" />
- <link rel="stylesheet" type="text/css" href="../../base" />
+ <link rel="stylesheet" type="text/css" href="../../style/base" />
</head>
<body>
- <h1><a href="http://www.w3.org/"><img height="48" alt="W3C"
- src="http://www.w3.org/Icons/WWW/w3c_home" /></a> Markup Validator</h1>
+ <div id="banner">
+ <h1 id="title">
+ <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="../../images/no_w3c.png" /></a>
+ <a href="../../"><span>Markup Validation Service</span></a>
+ </h1>
+ <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p>
+ </div>
+ <div class="intro">
<none:p>This element uses an undeclared namespace prefix.</none:p>
<p>This element uses an undeclared namespace prefix on only the end tag.</none:p>
<none:p>This element uses an undeclared namespace prefix on only the start tag.</p>
+ </div>
+ <div id="footer">
<address>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://validator.w3.org/images/vxhtml10" height="31" width="88"
alt="Valid XHTML 1.0!" /></a>
- <a href="/feedback.html">Webmaster</a>
+ <a href="../../feedback.html">Webmaster</a>
</address>
-
+ </div>
</body>
</html>
diff --git a/htdocs/dev/tests/nonSGML-chars.html b/htdocs/dev/tests/nonSGML-chars.html
index c464936..e30079a 100755
--- a/htdocs/dev/tests/nonSGML-chars.html
+++ b/htdocs/dev/tests/nonSGML-chars.html
@@ -4,24 +4,32 @@
<head>
<title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title>
<link rev="made" href="mailto:gerald@w3.org" />
- <link rel="stylesheet" type="text/css" href="../../base" />
+ <link rel="stylesheet" type="text/css" href="../../style/base" />
</head>
<body>
- <h1><a href="http://www.w3.org/"><img height="48" alt="W3C"
- src="http://www.w3.org/Icons/WWW/w3c_home" /></a> Markup Validator</h1>
+ <div id="banner">
+ <h1 id="title">
+ <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="../../images/no_w3c.png" /></a>
+ <a href="../../"><span>Markup Validation Service</span></a>
+ </h1>
+ <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p>
+ </div>
+ <div class="intro">
<p>Here are some chars in the range 0x80-0x9B:</p>
<p>Foo! &#128; Foo!</p>
<p>Bar! &#147; Bar!</p>
<p>Baz! &#x80; Baz!</p>
+ </div>
<hr />
+ <div id="footer">
<address>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://validator.w3.org/images/vxhtml10" height="31" width="88"
alt="Valid XHTML 1.0!" /></a>
<a href="../../feedback.html">Webmaster</a>
</address>
-
+ </div>
</body>
</html>