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

Unified Diff: LayoutTests/fast/css/first-letter-render-quote.html

Issue 679593004: Refactor RenderQuote to not delete renderers on style change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderQuote.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/first-letter-render-quote.html
diff --git a/LayoutTests/fast/css/first-letter-render-quote.html b/LayoutTests/fast/css/first-letter-render-quote.html
index ed67a479e72eb6619150c36340ef338345c0bf61..aef8f692f8e74989994555adc2a0ba1e5a582dd7 100644
--- a/LayoutTests/fast/css/first-letter-render-quote.html
+++ b/LayoutTests/fast/css/first-letter-render-quote.html
@@ -2,9 +2,10 @@
<style>
html, body { margin: 0; padding: 0; }
td::first-letter { color: green; }
-td { quotes: "A" "v" "B" "u" ; }
+td { quotes: "a" "v" "b" "u" ; }
.class1:before, .class2:before {
content: open-quote;
+ text-transform: uppercase;
}
</style>
<script>
« no previous file with comments | « no previous file | Source/core/rendering/RenderQuote.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698