Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
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> |