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

Unified Diff: LayoutTests/fast/css/first-letter-punctuation.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
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-punctuation-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/first-letter-punctuation.html
diff --git a/LayoutTests/fast/css/first-letter-punctuation.html b/LayoutTests/fast/css/first-letter-punctuation.html
index e5e11546fadcd03f074e001902d3e55c3bbb6533..753f5be1a1af1f57aa9b22f4bef9352a09e5a949 100644
--- a/LayoutTests/fast/css/first-letter-punctuation.html
+++ b/LayoutTests/fast/css/first-letter-punctuation.html
@@ -10,10 +10,25 @@
</style>
</head>
<body>
- <p>Test passes if all the T and surrounding punctuation are green.</p>
+ <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>Test</div>
+ <div>&nbsp;Test&nbsp;</div>
+
<div>(T)est</div>
+ <div>&nbsp;(T)est</div>
<div>&ldquo;T&rdquo;est</div>
- <div>&laquo;&nbsp;T&nbsp;&raquo;est</div>
- <div>&laquo;&nbsp;T&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;est</div>
+
+ <div>&amp;Test</div>
+ <div>&nbsp;&amp;Test</div>
+ <div>T&amp;S<div>
+ <div>T&nbsp;&amp;&nbsp;S<div>
+ <div>T &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 | « no previous file | LayoutTests/fast/css/first-letter-punctuation-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698