Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<script>
function tweak(){
document.body.innerHTML="fuzz"
}
</script>
</head>
<body onload="tweak()">
<text>
<foreignObject requiredFeatures="foo">
<svg style="position: absolute;"/>
</foreignObject>
</text>
</svg>
</body>
</html>