summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-01-09 19:24:29 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-01-09 19:24:29 +0000
commit6b51f2b8a3f930e846a62b1ac0e87a91289b353a (patch)
tree53d9c6454fce380586402d6e11322c8b33b0e380
parent0b611c045af5ae6b9c09bd31c9d07be1e79571ef (diff)
downloadnetsurf-test-6b51f2b8a3f930e846a62b1ac0e87a91289b353a.tar.gz
netsurf-test-6b51f2b8a3f930e846a62b1ac0e87a91289b353a.tar.bz2
Regression test for r11270.
svn path=/trunk/netsurftest/; revision=11271
-rw-r--r--works/clearing-no-floats.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/works/clearing-no-floats.html b/works/clearing-no-floats.html
new file mode 100644
index 0000000..b0aebad
--- /dev/null
+++ b/works/clearing-no-floats.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>Float / clear test</title>
+</head>
+<body>
+
+<div style="width: 910px;">
+boo
+<div style="width: 600px; float: left;">
+left left left left left left left left left left left left left left left left
+left left left left left left left left left left left left left left left left
+left left left left left left left left left left left left left left left left
+left left left left left left left left left left left left left left left left
+</div>
+
+<div style="float: left; clear: right; width: 300px;">
+hello hello hello hello hello hello hello hello hello hello hello hello hello
+hello hello hello hello hello hello hello hello hello hello hello hello hello
+</div>
+
+</div>
+
+</body>
+</html>