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
1 <html style="direction: rtl; -moz-column-width: 0pt; white-space: pre-line;"><head><script>
3 function boom()
4 {
5 document.documentElement.offsetHeight;
6 document.documentElement.style.fontSize = "200%";
7 document.documentElement.offsetHeight;
8 }
10 </script></head><body onload="boom();">
12 A B
13 C</body></html>