Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: LayoutTests/fast/css-generated-content/quote-first-letter-expected.html

Issue 26315006: Avoid creating first-letter RenderTextFragments for unsuitable text nodes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698