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