aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/acid1.html
diff options
context:
space:
mode:
authorSimon Martin <simartin@users.sourceforge.net>2016-07-23 15:29:46 +0200
committerSimon Martin <simartin@users.sourceforge.net>2016-08-09 22:04:57 +0200
commit1e60c915f947444d524185ffed761f17a274226b (patch)
tree2fc3dd14430b45d094e170cb162c6c08997847e2 /tests/html/acid1.html
parent5e83b3f83bfcf48d0096442bdf5c9bf753623970 (diff)
downloadservo-1e60c915f947444d524185ffed761f17a274226b.tar.gz
servo-1e60c915f947444d524185ffed761f17a274226b.zip
Issue #12421: tidy should also check .html files
Diffstat (limited to 'tests/html/acid1.html')
-rw-r--r--tests/html/acid1.html124
1 files changed, 62 insertions, 62 deletions
diff --git a/tests/html/acid1.html b/tests/html/acid1.html
index 88d5b325bd2..c78419966e8 100644
--- a/tests/html/acid1.html
+++ b/tests/html/acid1.html
@@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
- <title>
- display/box/float/clear test
- </title>
- <style type="text/css">
-/* last modified: 1 Dec 98 */
+ <title>
+ display/box/float/clear test
+ </title>
+ <style type="text/css">
+/* last modified: 1 Dec 98 */
html {
font: 10px/1 Verdana, sans-serif;
@@ -27,9 +27,9 @@ border: 0;
padding: .5em;
}
-dt {
+dt {
background-color: rgb(204,0,0);
-margin: 0;
+margin: 0;
padding: 1em;
width: 10.638%; /* refers to parent element's width of 47em. = 5em or 50px */
height: 28em;
@@ -82,12 +82,12 @@ background-color: black;
color: white;
}
-form {
+form {
margin: 0;
display: inline;
}
-p {
+p {
margin: 0;
}
@@ -125,59 +125,59 @@ font-weight: normal;
font-size: 1em;
}
</style>
- </head>
- <body>
- <dl>
- <dt>
- toggle
- </dt>
- <dd>
- <ul>
- <li>
- the way
- </li>
- <li id="bar">
- <p>
- the world ends
- </p>
- <form action="./" method="get">
- <p>
- bang
- <input name="foo" value="off" type="radio">
- </p>
- <p>
- whimper
- <input name="foo2" value="on" type="radio">
- </p>
- </form>
- </li>
- <li>
- i grow old
- </li>
- <li id="baz">
- pluot?
- </li>
- </ul>
- <blockquote>
- <address>
- bar maids,
- </address>
- </blockquote>
- <h1>
- sing to me, erbarme dich
- </h1>
- </dd>
- </dl>
- <p style="color: black; font-size: 1em; line-height: 1.3em; clear: both">
- This is a nonsensical document, but syntactically valid HTML 4.0. All
- 100%-conformant CSS1 agents should be able to render the document
+ </head>
+ <body>
+ <dl>
+ <dt>
+ toggle
+ </dt>
+ <dd>
+ <ul>
+ <li>
+ the way
+ </li>
+ <li id="bar">
+ <p>
+ the world ends
+ </p>
+ <form action="./" method="get">
+ <p>
+ bang
+ <input name="foo" value="off" type="radio">
+ </p>
+ <p>
+ whimper
+ <input name="foo2" value="on" type="radio">
+ </p>
+ </form>
+ </li>
+ <li>
+ i grow old
+ </li>
+ <li id="baz">
+ pluot?
+ </li>
+ </ul>
+ <blockquote>
+ <address>
+ bar maids,
+ </address>
+ </blockquote>
+ <h1>
+ sing to me, erbarme dich
+ </h1>
+ </dd>
+ </dl>
+ <p style="color: black; font-size: 1em; line-height: 1.3em; clear: both">
+ This is a nonsensical document, but syntactically valid HTML 4.0. All
+ 100%-conformant CSS1 agents should be able to render the document
elements above this paragraph indistinguishably (to the pixel) from this
-
- <a href="http://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.gif">reference rendering,</a>
- (except font rasterization and form widgets). All discrepancies
-should be traceable to CSS1 implementation shortcomings. Once you have
-finished evaluating this test, you can return to the <a href="http://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.htm">parent page</a>.
- </p>
-
+
+ <a href="http://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.gif">reference rendering,</a>
+ (except font rasterization and form widgets). All discrepancies
+should be traceable to CSS1 implementation shortcomings. Once you have
+finished evaluating this test, you can return to the <a href="http://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.htm">parent page</a>.
+ </p>
+
</body></html>