summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-27 12:40:38 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-27 12:40:38 +0000
commit5d988a5041b5712490c80a911d7f35d4087fbba0 (patch)
treef685dbc85faabb75e928faebccd1c8ae9f65214d
parent409d9ce871484b4dad573daef102b83ea973826e (diff)
downloadnetsurf-test-5d988a5041b5712490c80a911d7f35d4087fbba0.tar.gz
netsurf-test-5d988a5041b5712490c80a911d7f35d4087fbba0.tar.bz2
Regression test case for r10495 fix.
svn path=/trunk/netsurftest/; revision=10496
-rw-r--r--images/grid.pngbin0 -> 95 bytes
-rw-r--r--works/inline-static-position.html19
2 files changed, 19 insertions, 0 deletions
diff --git a/images/grid.png b/images/grid.png
new file mode 100644
index 0000000..460e5fe
--- /dev/null
+++ b/images/grid.png
Binary files differ
diff --git a/works/inline-static-position.html b/works/inline-static-position.html
new file mode 100644
index 0000000..6fd7840
--- /dev/null
+++ b/works/inline-static-position.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<style>
+html, body {
+ margin: 0;
+ padding: 0; }
+body {
+ background: url(../images/grid.png) top left; }
+#logo {
+ position: absolute;
+ margin-left: 10px;
+ margin-top: 30px;
+ border: 20px solid red; }
+</style>
+</head>
+<body>
+<span src="logo.png" id="logo">margin-top: 30px; margin-left: 10px;</span> \ No newline at end of file