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

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

Issue 198013006: Patch proposal (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a few more test cases to first-letter-punctuation.html and update expectations 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..dbd9da3499761a4a806bb4948185f1701e5ec042
--- /dev/null
+++ b/LayoutTests/fast/css/first-letter-punctuation-expected.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style type="text/css">
+ .bigGreenText
+ {
+ color: green;
+ font-size: 36px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if all the T are green, as well as punctuation elements when they are adjacent to a letter (without spaces)</p>
+
+ <div><span class="bigGreenText">T</span>est</div>
+ <div><span class="bigGreenText">&nbsp;T</span>est&nbsp;</div>
+
+ <div><span class="bigGreenText">(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">&amp;T</span>est</div>
+ <div><span class="bigGreenText">&nbsp;&amp;T</span>est</div>
+ <div><span class="bigGreenText">T&amp;</span>S<div>
+ <div><span class="bigGreenText">T</span>&nbsp;&amp;&nbsp;S<div>
+ <div><span class="bigGreenText">T</span> &amp; S<div>
+
+ <div>&laquo;&nbsp;S&nbsp;&raquo;</div>
+ <div>&laquo;&nbsp;S&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;</div>
+
+ <div>&bull; </div>
+ <div>&nbsp;&bull; &nbsp;</div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/css/first-letter-punctuation.html ('k') | LayoutTests/fast/css/first-letter-punctuation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698