Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML>
2 <title>Testcase for hypothetical box calculation for position:fixed inside -moz-transform</title>
3 <style type="text/css">
4 html, body { margin: 0; padding: 0; }
5 </style>
6 <div style="-moz-transform: translate(10px,10px); width:0">
7 <div style="height: 20px"></div>
8 <div style="position: fixed; height: 10px; width: 10px; background: blue"></div>
9 </div>