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

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

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
« no previous file with comments | « LayoutTests/fast/css/first-letter-removed-added.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/first-letter-removed-added-expected.txt
diff --git a/LayoutTests/fast/css/first-letter-removed-added-expected.txt b/LayoutTests/fast/css/first-letter-removed-added-expected.txt
index 1f84e32baa31d2ffd4a874fccf9a68b28165a8db..095f85b86df20c58e4f2c607e4bb1c6ba53460a0 100644
--- a/LayoutTests/fast/css/first-letter-removed-added-expected.txt
+++ b/LayoutTests/fast/css/first-letter-removed-added-expected.txt
@@ -11,7 +11,7 @@ Inline to Block
Test 3:
pseudo
pseudo
-Test 4: (Currently failing)
+Test 4:
pseudo
pseudo
Test 5:
@@ -21,7 +21,7 @@ To Float
Test 6:
To Non Float
To Non Float
-Test 7: (Currently failing)
+Test 7:
To Float
To Float
@@ -31,10 +31,10 @@ To Non Float
PASS document.getElementById('test1').offsetWidth == document.getElementById('ref1').offsetWidth is true
PASS document.getElementById('test2').offsetHeight == document.getElementById('ref2').offsetHeight is true
PASS document.getElementById('test3').offsetWidth == document.getElementById('ref3').offsetWidth is true
-FAIL document.getElementById('test4').offsetWidth == document.getElementById('ref4').offsetWidth should be true. Was false.
+PASS document.getElementById('test4').offsetWidth == document.getElementById('ref4').offsetWidth is true
PASS document.getElementById('test5').offsetWidth == document.getElementById('ref5').offsetWidth is true
PASS document.getElementById('test6').offsetWidth == document.getElementById('ref6').offsetWidth is true
-FAIL document.getElementById('test7').offsetWidth == document.getElementById('ref7').offsetWidth should be true. Was false.
+PASS document.getElementById('test7').offsetWidth == document.getElementById('ref7').offsetWidth is true
PASS document.getElementById('test8').offsetWidth == document.getElementById('ref8').offsetWidth is true
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/css/first-letter-removed-added.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698