blob: f6f8b6e18c721aa5f9f25bfe495dcdaa9e0f6a08 [file] [log] [blame]
<!DOCTYPE html>
<style>
html, body { margin-left: 0; }
.quote:before { content: open-quote; }
.green { color: green; }
</style>
<p>Test passes if no CRASH and you see a quote on one line and a green B on the second line.</p>
<div class="quote"></div>
<table cellpadding="0" cellspacing="0">
<tr>
<td class="green">B</td>
</tr>
</table>