Add crashtests

This commit is contained in:
Jesse Ruderman 2009-02-20 19:38:16 -08:00
parent 4be9d6af76
commit 1ad38ac6a7
6 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="overflow-x: scroll">
<head>
<style type="text/css">
body:first-letter { }
</style>
<script type="text/javascript">
function boom()
{
td = document.createElement("td");
td.contentEditable = "true";
document.body.appendChild(td);
document.execCommand("strikethrough", false, null);
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -192,3 +192,4 @@ load 468546-1.xhtml
load 468645-1.xhtml
load 468645-2.xhtml
load 468645-3.xhtml
load 477333-1.xhtml

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<div style="-moz-column-width: 1px;"><span>A B C D E</span> <span style="float: right;"></span> <br> </div>
</body>
</html>

View File

@ -171,6 +171,7 @@ load 428263-1.html
load 429981-1.html
load 430352-1.html
load 435529.html
load 436602-1.html
load 436823.html
load 436969-1.html
load 437156-1.html

View File

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<script type="text/javascript">
function boom()
{
var f = document.getElementById("filter1");
f.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "feImage"));
f.appendChild(document.getElementById("rect"));
}
window.addEventListener("load", boom, false);
</script>
<filter id="filter1"/><rect id="rect" filter="url(#filter1)"/>
</svg>

After

Width:  |  Height:  |  Size: 448 B

View File

@ -60,6 +60,7 @@ load 453754-1.svg
load 455314-1.xhtml
load 458453.html
load 459666-1.html
load 461289-1.svg
load 464374-1.svg
load 466585-1.svg
load 470124-1.svg