| Index: LayoutTests/fast/css-generated-content/quote-first-letter-expected.html
|
| diff --git a/LayoutTests/fast/css-generated-content/quote-first-letter-expected.html b/LayoutTests/fast/css-generated-content/quote-first-letter-expected.html
|
| index 01a07a53add4aeaa792338b64004ec8d8f554c43..9ad8763bc6b10cea27dad03e6020f6a8ff687ebb 100644
|
| --- a/LayoutTests/fast/css-generated-content/quote-first-letter-expected.html
|
| +++ b/LayoutTests/fast/css-generated-content/quote-first-letter-expected.html
|
| @@ -1,11 +1,11 @@
|
| <!DOCTYPE html>
|
| <style>
|
| - .first-letter { color: red; }
|
| + .quote:first-letter { color: red; }
|
| .line { position: absolute; top: 50px; left: 10px; }
|
| </style>
|
|
|
| " "
|
|
|
| <span class="line">
|
| - <span class="first-letter">'</span>Should not crash or assert and all four quotes should be displayed.'
|
| + <span class="quote">'</span>Should not crash or assert and all four quotes should be displayed.'
|
| </span>
|
|
|