summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/color.html
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:39:10 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:39:10 +0000
commit48553ee9ba7723d46c10fdc7705e3b79e328d384 (patch)
treed066fa82cc308b57c5d00f3dd0538969d5a028a2 /legacy/haveproblems/color.html
parentff7f36cc9ef5f8ec8b97bcce543f966e726389bb (diff)
downloadnetsurf-test-48553ee9ba7723d46c10fdc7705e3b79e328d384.tar.gz
netsurf-test-48553ee9ba7723d46c10fdc7705e3b79e328d384.tar.bz2
legacy tests: Move all the old tests to a legacy directory.
These are from the old days of ad-hoc manual testing. There is nothing to indicate correct behaviour for these files without viewing the source, or comparing with another browser.
Diffstat (limited to 'legacy/haveproblems/color.html')
-rw-r--r--legacy/haveproblems/color.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/legacy/haveproblems/color.html b/legacy/haveproblems/color.html
new file mode 100644
index 0000000..bdf4bbb
--- /dev/null
+++ b/legacy/haveproblems/color.html
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>Colour test</title>
+<style type="text/css">
+html { background: #def; border: solid thick #abc; padding: 0.5em }
+body { background: #fed; border: dotted thick #cba }
+h1 { color: rgb(255, 0, 0) }
+</style>
+</head>
+
+<body>
+
+<h1>Colour test</h1>
+
+<p>Integer felis. Suspendisse placerat enim et sem viverra aliquet. Nam sodales.
+Donec arcu velit, tincidunt eget, suscipit et, suscipit at, purus.</p>
+
+<p>Pellentesque pulvinar, lacus vitae imperdiet posuere, nibh urna
+elementum arcu, at interdum metus nibh et velit. <span
+style="background-color: red">Donec vitae est. Aliquam consequat, arcu quis
+accumsan fringilla, eros eros pretium enim, in elementum ante lorem a
+felis. Etiam mauris orci, ultrices ut, <span style="background-color:
+yellow">laoreet id</span>, lobortis quis, mauris. Duis elit lorem,
+elementum a, lobortis vitae, pretium non, wisi. Sed vel arcu nec justo
+suscipit semper. Fusce ante arcu, commodo pretium, tincidunt in, rutrum et,
+ligula. <span>Nunc at tellus.</span> Praesent tincidunt eros eget diam.
+Praesent vel odio. Morbi adipiscing. Cras quis wisi in nunc hendrerit
+bibendum.</span> Pellentesque dictum nibh nec dolor. Nam luctus nibh sed
+mi. Duis sit amet quam et magna facilisis luctus.</p>
+
+
+</body>
+</html>