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

Unified Diff: LayoutTests/fast/css/first-letter-removed-added.html

Issue 672953002: Convert first letter into a pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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-removed-added.html
diff --git a/LayoutTests/fast/css/first-letter-removed-added.html b/LayoutTests/fast/css/first-letter-removed-added.html
index 3bbb3ec3ae0fb95095387fc8d198b508c1b6a676..a9a273bf1c4254cc523574810fe3e0595a220874 100644
--- a/LayoutTests/fast/css/first-letter-removed-added.html
+++ b/LayoutTests/fast/css/first-letter-removed-added.html
@@ -28,7 +28,7 @@ Test 3:<br/>
<div class="test"><span id="ref3" class="boxed">pseudo</span></div>
<hr/>
-Test 4: (Currently failing)<br/>
+Test 4:<br/>
<div class="test"><span id="test4" class="boxed">pseudo</span></div>
<div class="test"><span id="ref4" class="boxed bef">pseudo</span></div>
<hr/>
@@ -44,7 +44,7 @@ Test 6:<br/>
<div class="test"><span id="ref6" class="boxed" style="float:none">To Non Float</span></div>
<hr/>
-Test 7: (Currently failing)<br/>
+Test 7:<br/>
<div class="test"><div id="test7" class="boxed" style="float:none">To Float</div></div>
<div class="test"><div id="ref7" class="boxed" style="float:left">To Float</div></div>
<br/>
« no previous file with comments | « LayoutTests/fast/css/first-letter-expected.html ('k') | LayoutTests/fast/css/first-letter-removed-added-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698