Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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>