layout/generic/crashtests/345139-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/345139-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
     1.5 +<head style="display: none ! important;">
     1.6 +
     1.7 +<style>
     1.8 +#a { direction: rtl; }
     1.9 +#a { position: absolute; }
    1.10 +#a { right: 5px; }
    1.11 +#a { left: -10em; }
    1.12 +#b { direction: ltr; }
    1.13 +#b { width: 10%; }
    1.14 +#b { display: -moz-inline-block; }
    1.15 +#c { display: -moz-inline-block; }
    1.16 +#e { display: -moz-inline-block; }
    1.17 +#d { display: -moz-inline-block; }
    1.18 +#d { padding: 5px 10px; }
    1.19 +#d dl, #d dt, #d dd { display: inline; }
    1.20 +#d dt { margin-left: 5px; }
    1.21 +#d dd { margin-left: 2px; }
    1.22 +#d dd:before { content: "="; }
    1.23 +</style>
    1.24 +
    1.25 +<style id="newstyle"></style>
    1.26 +<script>
    1.27 +function change()
    1.28 +{
    1.29 +  document.getElementById("newstyle").appendChild(document.createTextNode("#b { white-space: pre; }"));
    1.30 +  document.documentElement.removeAttribute("class");
    1.31 +}
    1.32 +</script>
    1.33 +
    1.34 +</head>
    1.35 +
    1.36 +<body onload="setTimeout(change, 1);">
    1.37 +
    1.38 +<div id="a"><div id="b">
    1.39 +
    1.40 +<div id="c"></div>
    1.41 +
    1.42 +<div id="d">   
    1.43 +<dl>
    1.44 +<dt>0</dt><dd><span id="e">Accessibility Statement</span></dd>
    1.45 +<dt>1</dt><dd>Main Page</dd>
    1.46 +<dt>2</dt><dd>Skip to Content</dd>
    1.47 +<dt>3</dt><dd>List of Posts</dd>
    1.48 +<dt>4</dt><dd>Search</dd>
    1.49 +<dt>p</dt><dd>Previous (individual/monthly archive page)</dd>
    1.50 +</dl>
    1.51 +</div>
    1.52 +
    1.53 +</div></div>
    1.54 +
    1.55 +</body>
    1.56 +</html>

mercurial