display-contents-svg-elements-ref.html (388B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reftest Reference</title> 4 <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> 5 <p>You should see the word PASS below.</p> 6 <div style="font: 16px monospace"> 7 <svg> 8 <text x="0" y="20">P</text> 9 <text x="10" y="20">A</text> 10 <text x="20" y="20">S</text> 11 <text x="30" y="20">S</text> 12 </svg> 13 </div>