summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/the-details-element/summary-text-decoration-ref.html
blob: ffdcfd25fb35bbc0db93bd9c746006d46e304846 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<title>Test reference</title>
<style>
div {
  display: list-item;
  list-style-type: disclosure-closed;
  list-style-position: inside;
  text-decoration: underline;
}
</style>
<div>This text should be underlined.</div>