gecko/parser/htmlparser/tests/reftest/bug577418-1.html
Henri Sivonen 7ac580bedd Bug 579867 - Make foreign content end tag handling not loop back after processing the token in the secondary insertion mode. SVG part of reftest by longsonr. rs=sicking, a=blocking2.0-betaN.
Bug 579867 - Make foreign content end tag handling not loop back after processing the token in the secondary insertion mode. SVG part of reftest by longsonr. rs=sicking, a=blocking2.0-betaN.
2010-07-21 16:10:58 +03:00

16 lines
379 B
HTML

<!DOCTYPE html>
<html style="width:100%;height:100%;margin:0;border:0;overflow:hidden">
<body style="width:100%;height:100%;margin:0;border:0;overflow:hidden">
<svg>
<rect height="100%" width="100%" fill="red"/>
<foreignObject>
<html>
<body>
</body>
</html>
</foreignObject>
<rect height="100%" width="100%" fill="lime"/>
</svg>
</body>
</html>