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