summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-select-1.html
blob: 84c74d5f765e49d620fd6d5bf0228a520effcc55 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<html>
<body>
  <span style="text-decoration: underline">
    Some<select><option>text</option></select>and a button
  </span>
</body>
</html>