blob: a81d13d9a8b6386d4584f12648f3a1d42ce74b81 [file] [log] [blame]
<!doctype html>
<body>
<script>
["embed", "frame", "iframe", "object"].forEach(name => {
const frame = document.body.appendChild(document.createElement(name));
const attr = name !== "object" ? "src" : "data";
frame[attr] = "svg.svg";
});
</script>