| Index: LayoutTests/fast/css/first-letter-render-quote-expected.html
|
| diff --git a/LayoutTests/fast/css/first-letter-render-quote-expected.html b/LayoutTests/fast/css/first-letter-render-quote-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f6f8b6e18c721aa5f9f25bfe495dcdaa9e0f6a08
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/first-letter-render-quote-expected.html
|
| @@ -0,0 +1,13 @@
|
| +<!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>
|
|
|