chromium/third_party/blink/web_tests/external/wpt/css/CSS2/text/text-decoration-084.xht

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
 <head>
  <title>CSS Test: text-decoration underlining and images</title>
  <link rel="author" title="Ian Hickson" href="mailto:[email protected]"/>
  <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/004.html" type="text/html"/>
  <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
  <style type="text/css">
   div { width: 0; text-decoration: underline; color: orange; }
   span { text-decoration: underline; color: orange; }
  </style>
 </head>
 <body>
  <p>Only the word <span>TEST</span>, not image, should be underlined.</p>
  <div><span><img src="support/cat.png" alt="Image download support must be enabled"/>TEST</span></div>
 </body>
</html>