summaryrefslogtreecommitdiff
path: root/tests/html-reader.html
diff options
context:
space:
mode:
authorOphir Lifshitz <hangfromthefloor@gmail.com>2015-07-21 23:14:38 -0400
committerOphir Lifshitz <hangfromthefloor@gmail.com>2015-07-24 02:53:44 -0400
commit490db2d7db0c934aa4016b54dc4ea8614f334da3 (patch)
treef16dfeece141808587f7d4ac2be413eb76056294 /tests/html-reader.html
parent7ef8700734ea8caae083e372b51cfe7bf2c51f9b (diff)
HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS
Diffstat (limited to 'tests/html-reader.html')
-rw-r--r--tests/html-reader.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html
index b6dd50fcc..3bd5e4ce3 100644
--- a/tests/html-reader.html
+++ b/tests/html-reader.html
@@ -185,6 +185,13 @@ These should not be escaped: \$ \\ \> \[ \{
<li><p>Item 3.</p>
</li>
</ol>
+<p>List styles:</p>
+<ol></ol>
+<ol type="i"></ol>
+<ol class="lower-roman"></ol>
+<ol style="lower-roman"></ol>
+<ol style="list-style: lower-roman;"></ol>
+<ol style="list-style-type: lower-roman;"></ol>
<h2>Nested</h2>
<ul>
<li>Tab<ul>