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 9ad8763bc6b10cea27dad03e6020f6a8ff687ebb..651eb23cb45b14ccc25f82568bd441ab348c6980 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> |
- .quote:first-letter { color: red; } |
+ .line:first-letter { color: red; } |
mario.prada
2014/03/27 14:12:39
I needed to update this to line and remove the <sp
|
.line { position: absolute; top: 50px; left: 10px; } |
</style> |
" " |
<span class="line"> |
- <span class="quote">'</span>Should not crash or assert and all four quotes should be displayed.' |
+ 'Should not crash or assert and all four quotes should be displayed.' |
</span> |