Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html class="reftest-wait">
3 <title>Testcase, bug 476357</title>
4 <div style="font-size: 10px;" id="page">
5 <div style="float: right; height: 1px"></div>
6 <div style="clear:both">.</div>
7 <!-- We never give the following div a reflow with NS_FRAME_IS_DIRTY -->
8 <div>Text<span>Text</span></div>
9 </div>
10 <script type="text/javascript">
11 function run() {
12 document.getElementById('page').style.fontSize='30px';
13 document.documentElement.removeAttribute("class");
14 }
15 setTimeout(run, 0);
16 </script>