summaryrefslogtreecommitdiff
path: root/works/float-overlap.html
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-10-10 16:52:34 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-10-10 16:52:34 +0000
commit013c423c15414aed7c92e2b40f680b47ef7d6c33 (patch)
tree73d6cefb4c908c45a8271cdcae0256a7fda1988e /works/float-overlap.html
parentcf77ffde7b25fa55e66bb1b4e379347103e3c971 (diff)
downloadnetsurf-test-013c423c15414aed7c92e2b40f680b47ef7d6c33.tar.gz
netsurf-test-013c423c15414aed7c92e2b40f680b47ef7d6c33.tar.bz2
Start tidying up test cases.
svn path=/trunk/netsurftest/; revision=2987
Diffstat (limited to 'works/float-overlap.html')
-rw-r--r--works/float-overlap.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/works/float-overlap.html b/works/float-overlap.html
new file mode 100644
index 0000000..99c1291
--- /dev/null
+++ b/works/float-overlap.html
@@ -0,0 +1,39 @@
+<html>
+<head>
+<title>Float Overlap</title>
+<style>
+body{background-color:#66C;}
+
+#storybody {color:#ffff99;font-size:90%;}
+#storybody p{margin:0;color:ff9;padding:10px 0 0 0;}
+
+td.sibtbg{font-size:75%;background-color:#33C;color:#99F}
+</style>
+</head>
+
+
+
+
+
+<body>
+<div id="storybody">
+
+<p></p>
+
+<p><b>This text should not be overlapped by the floated table</b>. Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.</p>
+
+<table align="right">
+<tr>
+<td class="sibtbg">
+moose moose moose moose moose mooose<br>
+moose moose moose moose moose mooose<br>
+moose moose moose moose moose mooose<br>
+moose moose moose moose moose mooose<br>
+</td>
+</tr>
+</table>
+
+
+</div>
+
+</body></html>