Holy crashtest, Batman!
git-svn-id: svn://10.0.0.236/trunk@241394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
25
mozilla/layout/base/crashtests/349095-1.xhtml
Normal file
25
mozilla/layout/base/crashtests/349095-1.xhtml
Normal file
@@ -0,0 +1,25 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<style>
|
||||
body:first-letter { }
|
||||
body { display: inline; }
|
||||
</style>
|
||||
|
||||
<script>
|
||||
function foo()
|
||||
{
|
||||
document.getElementById("aa").style.display = "block";
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="foo()">
|
||||
<input type="text" style="display: block;" />
|
||||
<span>Z</span>
|
||||
<span id="aa">A</span>
|
||||
<span style="display: block;">B</span>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -8,5 +8,6 @@ load 331204-1.html
|
||||
load 335140-1.html
|
||||
load 337419-1.html
|
||||
load 343540-1.html
|
||||
load 349095-1.xhtml
|
||||
load 379920-1.svg
|
||||
load 379920-1.svg
|
||||
|
||||
Reference in New Issue
Block a user