Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'win') && debug
- Manifest: layout/reftests/bugs/reftest.list
<foreignObject width="500" height="500">
srcdoc="A test">
</iframe>
style="color: green" id="myDiv">This should remain green</div>
</foreignObject>
<script>
let el = document.getElementById('myDiv');
frames[0].onload = function() {
var doc = frames[0].document;
doc.body.appendChild(el);
document.documentElement.removeAttribute("class");
}
</script>
</svg>