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