summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/476357-1.html
blob: b1e1b8d6ca9c8f2aaf78a8a1bf9c27e41144e280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html class="reftest-wait">
<title>Testcase, bug 476357</title>
<div style="font-size: 10px;" id="page">
  <div style="float: right; height: 1px"></div>
  <div style="clear:both">.</div>
  <!-- We never give the following div a reflow with NS_FRAME_IS_DIRTY -->
  <div>Text<span>Text</span></div>
</div>
<script type="text/javascript">
function run() {
  document.getElementById('page').style.fontSize='30px';
  document.documentElement.removeAttribute("class");
}
setTimeout(run, 0);
</script>