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

Unified Diff: LayoutTests/fast/css/first-letter-punctuation-expected.html

Issue 249353003: 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: Created 6 years, 8 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/first-letter-punctuation-expected.html
diff --git a/LayoutTests/fast/css/first-letter-punctuation-expected.html b/LayoutTests/fast/css/first-letter-punctuation-expected.html
index dbd9da3499761a4a806bb4948185f1701e5ec042..9a9157062af3078ba174cc5b8f57c38f519436f9 100644
--- a/LayoutTests/fast/css/first-letter-punctuation-expected.html
+++ b/LayoutTests/fast/css/first-letter-punctuation-expected.html
@@ -5,7 +5,7 @@
.bigGreenText
{
color: green;
- font-size: 36px;
+ font-size: 26px;
}
</style>
</head>
@@ -16,8 +16,14 @@
<div><span class="bigGreenText">&nbsp;T</span>est&nbsp;</div>
<div><span class="bigGreenText">(T)</span>est</div>
+ <div><span class="bigGreenText">(T</span>est)</div>
<div><span class="bigGreenText">&nbsp;(T)</span>est</div>
+ <div><span class="bigGreenText">&nbsp;(T</span>est)</div>
+
<div><span class="bigGreenText">&ldquo;T&rdquo;</span>est</div>
+ <div><span class="bigGreenText">&ldquo;T</span>est&rdquo;</div>
+ <div><span class="bigGreenText">&#34;T&#34;</span>est</div>
+ <div><span class="bigGreenText">&#34;T</span>est&#34;</div>
<div><span class="bigGreenText">&amp;T</span>est</div>
<div><span class="bigGreenText">&nbsp;&amp;T</span>est</div>

Powered by Google App Engine
This is Rietveld 408576698