layout/reftests/bugs/502447-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.

     1 <!DOCTYPE html>
     2 <iframe src="data:text/html,<html style='height: 100%'>
     3   <body style='margin: 0; padding: 0; height: 100%'
     4         onload='document.documentElement.style.overflow = &quot;hidden&quot;;
     5                 document.body.offsetWidth;
     6                 document.documentElement.style.overflow=&quot;&quot;'>
     7     <div style='width: 200%; height: 200%'></div>
     8   </body>
     9 </html>"></iframe>

mercurial