Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / fO-parent-display-none-with-relative-pos-content.svg
blob3dcf6a6de77611b1639506a788c5478ed2b99b85
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; position: relative" 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>