diff options
Diffstat (limited to 'tests/html-reader.html')
-rw-r--r-- | tests/html-reader.html | 1 |
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>></code>, <code>$</code>, <code>\</code>, <code>\$</code>, <code><html></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> |