summaryrefslogtreecommitdiff
path: root/tests/html-reader.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-16 22:57:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-16 22:57:00 -0700
commit9d52ecdd422a6821c9f37f53e3d30d4be4e41e8f (patch)
tree93d7539fb19d4cbcbbc526fec704a5067c6c9c87 /tests/html-reader.html
parentcb4ae6112e4bf9b12b3131fa96fc8d29b1e77dec (diff)
HTML reader: Parse appropriately styled span as SmallCaps.
Diffstat (limited to 'tests/html-reader.html')
-rw-r--r--tests/html-reader.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html
index d059d7b4b..14ad3ed54 100644
--- a/tests/html-reader.html
+++ b/tests/html-reader.html
@@ -309,6 +309,7 @@ These should not be escaped: \$ \\ \> \[ \{
<p><strong><em>This is strong and em.</em></strong></p>
<p>So is <strong><em>this</em></strong> word.</p>
<p>This is code: <code>&gt;</code>, <code>$</code>, <code>\</code>, <code>\$</code>, <code>&lt;html&gt;</code>.</p>
+<p>This is <span style="font-variant: small-caps;">small caps</span>.</p>
<hr />
<h1>Smart quotes, ellipses, dashes</h1>
<p>"Hello," said the spider. "'Shelob' is my name."</p>