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"> T</span>est </div> |
<div><span class="bigGreenText">(T)</span>est</div> |
+ <div><span class="bigGreenText">(T</span>est)</div> |
<div><span class="bigGreenText"> (T)</span>est</div> |
+ <div><span class="bigGreenText"> (T</span>est)</div> |
+ |
<div><span class="bigGreenText">“T”</span>est</div> |
+ <div><span class="bigGreenText">“T</span>est”</div> |
+ <div><span class="bigGreenText">"T"</span>est</div> |
+ <div><span class="bigGreenText">"T</span>est"</div> |
<div><span class="bigGreenText">&T</span>est</div> |
<div><span class="bigGreenText"> &T</span>est</div> |