Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/bugs/1330051-ref.svg
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" class="reftest-wait">
<foreignObject width="500" height="500">
srcdoc="A test">
</iframe>
</foreignObject>
<script>
frames[0].onload = function() {
var doc = frames[0].document;
let el = doc.createElement('div');
el.innerHTML = "This should remain green";
el.style.color = "green";
doc.body.appendChild(el);
document.documentElement.removeAttribute("class");
}
</script>
</svg>