Crash test for bug 453278.

This commit is contained in:
Mats Palmgren 2008-09-04 21:47:49 +02:00
parent 6968909cca
commit ff14b5b6ad
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<xml xmlns:xlink="http://www.w3.org/1999/xlink">
<xml xlink:href="#" xlink:actuate="onLoad" xlink:type="simple"/>
</xml>

View File

@ -0,0 +1,9 @@
<html>
<head>
<title> Bug 453278 - Crash [@ nsContentUtils::TriggerLink] with xlink stuff in display: none iframe</title><style>
</style>
</head>
<body>
<iframe id="content" src="453278-frame.xml" style="display: none;"></iframe>
</body>
</html>

View File

@ -1 +1,2 @@
load 420429.xul
load 453278.html