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

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

Issue 207553007: Apply the correct style to first-letter pseudo elements composed of different renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments from Eric: refactored code + more testing Created 6 years, 9 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 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>

Powered by Google App Engine
This is Rietveld 408576698