Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html>
2 <head>
3 </head>
4 <body>
5 <div style="display: table" id="x">
6 <div style="display: table-row">
7 <div style="display: table-cell">1 - 1</div>
8 <div style="display: table-cell">1 - 2</div>
9 </div>
10 <div style="display: table-row">
11 <div style="display: table-cell">2 - 1</div>
12 <div style="display: table-cell">2 - 2</div>
13 </div>
14 </div>
15 <div style="border: 2px solid green">This is a test</div>
16 <span style="border: 2px solid green">before<div>This is a test</div>after</span>
17 </body>