Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <html class="reftest-wait"> |
michael@0 | 2 | <head> |
michael@0 | 3 | <title>Bug 387876 Test Case 2</title> |
michael@0 | 4 | <script> |
michael@0 | 5 | function tweak() { |
michael@0 | 6 | document.getElementById('weird').textContent += 'd'; |
michael@0 | 7 | document.documentElement.className = ''; |
michael@0 | 8 | } |
michael@0 | 9 | </script> |
michael@0 | 10 | </head> |
michael@0 | 11 | <body onload="setTimeout(tweak, 10);"> |
michael@0 | 12 | <div style="width:100%; height:0px; |
michael@0 | 13 | -moz-column-width: 20px; -moz-column-gap: 10px;"> |
michael@0 | 14 | <div style="background: lightblue;">a</div> |
michael@0 | 15 | <p id="weird" |
michael@0 | 16 | style="background: lightgreen">b c</p> |
michael@0 | 17 | </div> |
michael@0 | 18 | </body> |
michael@0 | 19 | </html> |