1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/476357-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html class="reftest-wait"> 1.6 +<title>Testcase, bug 476357</title> 1.7 +<div style="font-size: 10px;" id="page"> 1.8 + <div style="float: right; height: 1px"></div> 1.9 + <div style="clear:both">.</div> 1.10 + <!-- We never give the following div a reflow with NS_FRAME_IS_DIRTY --> 1.11 + <div>Text<span>Text</span></div> 1.12 +</div> 1.13 +<script type="text/javascript"> 1.14 +function run() { 1.15 + document.getElementById('page').style.fontSize='30px'; 1.16 + document.documentElement.removeAttribute("class"); 1.17 +} 1.18 +setTimeout(run, 0); 1.19 +</script>