Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/svg/crashtests/crashtests.list
<html>
<head>
</head>
<body>
Loading the below iframe should not crash Firefox in Stylo mode.
<iframe style="display: none" src='data:text/html,<svg height="100" width="100"><circle cx="50" cy="50" r="40" stroke="yellow" stroke-width="2" fill="green"/> </svg>'></iframe>
</body>
</html>