summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1329093-1.html
blob: b5000c89a67c405f0603d8d909ef13fe84eda7db (plain)
1
2
3
4
5
6
7
8
9
<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>