layout/reftests/bugs/476357-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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

mercurial