Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg"><!-- no body element, intentionally --><div style="display: table-column-group;"/><svg:symbol id="s"/><script> |
michael@0 | 2 | |
michael@0 | 3 | document.documentElement.offsetHeight; |
michael@0 | 4 | document.getElementById("s").style.display = "table-column-group"; |
michael@0 | 5 | |
michael@0 | 6 | </script></html> |