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