Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / fO-parent-of-parent-display-none.svg
blobc6d1b1afa901b6de029faba9b19c224f757e1ab3
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 <g style="display: block">
5 <foreignObject>
6 <html xmlns="http://www.w3.org/1999/xhtml" >
7 <body style="width: 100px; height: 100px;margin:0; color: #FF0000;" id="databody" >FAILED IF VISIBLE</body>
8 </html>
9 </foreignObject>
10 </g>
11 </g>
12 <rect x='0' y='0' width='100' height='90' fill='green' ></rect>
13 </svg>