summaryrefslogtreecommitdiff
path: root/legacy/other/aligntests/qi.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/other/aligntests/qi.html')
-rw-r--r--legacy/other/aligntests/qi.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/legacy/other/aligntests/qi.html b/legacy/other/aligntests/qi.html
new file mode 100644
index 0000000..1b1a8ae
--- /dev/null
+++ b/legacy/other/aligntests/qi.html
@@ -0,0 +1,23 @@
+<html>
+<head><title>Alignment test case (quirks)</title></head>
+<body>
+
+<table style="width:70%;">
+<tr>
+<td align="right" style="border:1px solid black;">
+ td right
+ <center style="border:1px solid red;">
+ center
+ <div style="width:70%; border:1px solid green;">
+ div
+ <div style="width:70%; border:1px solid green;">
+ div
+ </div>
+ </div>
+ </center>
+</td>
+</tr>
+</table>
+
+</body>
+</html> \ No newline at end of file