Bug 513110 - tests

This commit is contained in:
Jesse Ruderman 2014-03-01 10:36:39 +00:00
parent 42841bae56
commit 83a7ba8f83
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
var s = document.getElementById("s");
document.body.removeChild(s);
document.body.appendChild(s);
}
window.addEventListener("load", boom, false);
</script>
</head>
<body>
<span style="word-spacing: -379660px">a </span>
<span id="s"><br style="clear: both;"/></span>
</body>
</html>

View File

@ -0,0 +1,5 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body style="width: 1px;" onload="document.documentElement.offsetHeight; document.getElementById('x').style.display = 'table-footer-group';">
<span>1</span> <br id="x" style="clear: both;" />
</body>
</html>

View File

@ -368,6 +368,8 @@ load 511482.html
load 512724-1.html
load 512725-1.html
load 512749-1.html
load 513110-1.html
load 513110-2.xhtml
load 513394-1.html
load 514098-1.xhtml
load 514800-1.html