<!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="1" cellspacing="0">
<tr>
<td class="green">B</td>
</tr>
</table>