5 <title>String value of list-style-type with RTL direction</title>
6 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@gmail.com">
7 <link rel="help" href="https://drafts.csswg.org/css-lists-3/#valdef-list-style-type-string">
8 <link rel="match" href="list-style-type-string-003-ref.html">
9 <meta name="assert" content="This test checks that list-style-type can set the marker string when the direction is RTL.">
15 .list > :nth-child(2) { list-style-type: "foo" }
16 .list > :nth-child(3) { list-style-type: "foobar"; }
17 .list > :nth-child(4) { list-style-type: "some very long text that is not going to fit and will overflow"; }