summaryrefslogtreecommitdiff
path: root/works/inline-block.html
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-01-27 23:25:29 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-01-27 23:25:29 +0000
commit17666c7adb9a5d9d4128cee55e4ffd429f8b4b55 (patch)
treeb27a2754a6ec4ff1b447a28cd8e69a23de84fbbd /works/inline-block.html
parent1243553cf7383805126fbe43cd4cd2db237a8830 (diff)
downloadnetsurf-test-17666c7adb9a5d9d4128cee55e4ffd429f8b4b55.tar.gz
netsurf-test-17666c7adb9a5d9d4128cee55e4ffd429f8b4b55.tar.bz2
Update test cases.
svn path=/trunk/netsurftest/; revision=3784
Diffstat (limited to 'works/inline-block.html')
-rw-r--r--works/inline-block.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/works/inline-block.html b/works/inline-block.html
new file mode 100644
index 0000000..613bae3
--- /dev/null
+++ b/works/inline-block.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html style="margin:0;padding:0;">
+<body style="margin:0;padding:0;">
+
+<div style="background:#faa;">
+<span style="display:inline-block;margin:100px;background:#aff;">Moose</span>
+</div>
+<p>Test</p>
+
+</body>
+</html> \ No newline at end of file