Adding crashtest
git-svn-id: svn://10.0.0.236/trunk@248635 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
13
mozilla/layout/generic/crashtests/395316-1.html
Normal file
13
mozilla/layout/generic/crashtests/395316-1.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("float").style.cssFloat = "";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();">
|
||||
<div style="-moz-column-count: 2; width: 3ch;"><span><span id="float" style="float: right;">za za za za za za za za</span></span></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -85,6 +85,7 @@ load 393956-3.html
|
||||
load 393956-4.html
|
||||
load 394237-1.html
|
||||
load 394820-1.html
|
||||
load 395316-1.html
|
||||
load 395450-1.xhtml
|
||||
load 397187-1.html
|
||||
load 397852-1.xhtml
|
||||
|
||||
Reference in New Issue
Block a user