Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / fO-parent-display-none.svg
blob1343e6d47d171e644c51b36c5151c5a87c391391
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <g style="display:none;" >
4 <foreignObject>
5 <html xmlns="http://www.w3.org/1999/xhtml" >
6 <body style="width: 100px; height: 100px;margin:0; color: #FF0000;" id="databody" >FAILED IF VISIBLE</body>
7 </html>
8 </foreignObject>
9 </g>
10 <rect x='0' y='0' width='100' height='90' fill='green' ></rect>
11 </svg>