diff options
Diffstat (limited to 'dom/xml/crashtests/453278.html')
-rw-r--r-- | dom/xml/crashtests/453278.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/xml/crashtests/453278.html b/dom/xml/crashtests/453278.html new file mode 100644 index 0000000000..f30ea3833e --- /dev/null +++ b/dom/xml/crashtests/453278.html @@ -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>
|