summaryrefslogtreecommitdiff
path: root/legacy/other/aligntests/s9.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/other/aligntests/s9.html')
-rw-r--r--legacy/other/aligntests/s9.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/legacy/other/aligntests/s9.html b/legacy/other/aligntests/s9.html
new file mode 100644
index 0000000..c90eb05
--- /dev/null
+++ b/legacy/other/aligntests/s9.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head><title>Alignment test case (quirks)</title></head>
+<body>
+
+<center style="border:1px solid red;">
+ center
+ <div style="width:70%; border:1px solid green;">
+ div
+ <div align="right" style="width:70%; border:1px solid green;">
+ div right
+ <div style="width:70%; border:1px solid green;">
+ div
+ </div>
+ </div>
+ </div>
+</center>
+
+</body>
+</html> \ No newline at end of file