tenfourfox/layout/reftests/svg/foreignObject-fixedpos-02.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
297 B
HTML

<!DOCTYPE html>
<div style="height: 100px">
</div>
<svg width="200" height="200" style="overflow: visible">
<foreignObject width="200" height="200">
<div id="x" style="position:fixed; top: 0; left: 0; width: 100px; height: 100px; background-color: red">
</div>
</foreignObject>
</svg>