layout/generic/crashtests/345139-1.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
michael@0 2 <head style="display: none ! important;">
michael@0 3
michael@0 4 <style>
michael@0 5 #a { direction: rtl; }
michael@0 6 #a { position: absolute; }
michael@0 7 #a { right: 5px; }
michael@0 8 #a { left: -10em; }
michael@0 9 #b { direction: ltr; }
michael@0 10 #b { width: 10%; }
michael@0 11 #b { display: -moz-inline-block; }
michael@0 12 #c { display: -moz-inline-block; }
michael@0 13 #e { display: -moz-inline-block; }
michael@0 14 #d { display: -moz-inline-block; }
michael@0 15 #d { padding: 5px 10px; }
michael@0 16 #d dl, #d dt, #d dd { display: inline; }
michael@0 17 #d dt { margin-left: 5px; }
michael@0 18 #d dd { margin-left: 2px; }
michael@0 19 #d dd:before { content: "="; }
michael@0 20 </style>
michael@0 21
michael@0 22 <style id="newstyle"></style>
michael@0 23 <script>
michael@0 24 function change()
michael@0 25 {
michael@0 26 document.getElementById("newstyle").appendChild(document.createTextNode("#b { white-space: pre; }"));
michael@0 27 document.documentElement.removeAttribute("class");
michael@0 28 }
michael@0 29 </script>
michael@0 30
michael@0 31 </head>
michael@0 32
michael@0 33 <body onload="setTimeout(change, 1);">
michael@0 34
michael@0 35 <div id="a"><div id="b">
michael@0 36
michael@0 37 <div id="c"></div>
michael@0 38
michael@0 39 <div id="d">
michael@0 40 <dl>
michael@0 41 <dt>0</dt><dd><span id="e">Accessibility Statement</span></dd>
michael@0 42 <dt>1</dt><dd>Main Page</dd>
michael@0 43 <dt>2</dt><dd>Skip to Content</dd>
michael@0 44 <dt>3</dt><dd>List of Posts</dd>
michael@0 45 <dt>4</dt><dd>Search</dd>
michael@0 46 <dt>p</dt><dd>Previous (individual/monthly archive page)</dd>
michael@0 47 </dl>
michael@0 48 </div>
michael@0 49
michael@0 50 </div></div>
michael@0 51
michael@0 52 </body>
michael@0 53 </html>

mercurial