Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Content Appended in Paginated Element</title>
6 <style type="text/css">
7 body {
8 font-size: 16px;
9 }
11 #colset {
12 height: 200px;
13 width: 450px;
14 -moz-column-width: 150px;
15 -moz-column-gap: 0;
16 border: 3px solid silver;
17 }
19 #x {
20 height: 500px;
21 }
22 </style>
23 </head>
25 <body>
27 <div id="colset">
28 <div id="x">This must be in the first column.</div>
29 </div>
31 </body>
33 </html>