layout/base/crashtests/313086-1.xml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd">
michael@0 3 <html xmlns='http://www.w3.org/1999/xhtml' id="root" class="reftest-wait">
michael@0 4
michael@0 5 <div id="D1"><div id="D2"/></div>
michael@0 6
michael@0 7 <script>
michael@0 8 <![CDATA[
michael@0 9
michael@0 10 function gE(id) { return document.getElementById(id); }
michael@0 11
michael@0 12 function init()
michael@0 13 {
michael@0 14 gE("root").style.display = "table";
michael@0 15
michael@0 16 gE("D1").style.position = "absolute";
michael@0 17
michael@0 18 setTimeout(function() {gE("D2").style.position = "fixed";}, 100);
michael@0 19 setTimeout(function() {gE("D1").style.overflow = "hidden";}, 200);
michael@0 20 setTimeout(function() {gE("root").style.width = "200%"; document.documentElement.removeAttribute("class"); }, 300);
michael@0 21 }
michael@0 22
michael@0 23 window.addEventListener("load", init, false);
michael@0 24
michael@0 25 ]]>
michael@0 26 </script>
michael@0 27
michael@0 28 </html>

mercurial