summaryrefslogtreecommitdiff
path: root/legacy/other/aligntests/q9.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/other/aligntests/q9.html')
-rw-r--r--legacy/other/aligntests/q9.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/legacy/other/aligntests/q9.html b/legacy/other/aligntests/q9.html
new file mode 100644
index 0000000..6de25b2
--- /dev/null
+++ b/legacy/other/aligntests/q9.html
@@ -0,0 +1,19 @@
+<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