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

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

Issue 571603003: Convert first letter into a pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 The following pairs should look the same. 1 The following pairs should look the same.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 Test 1: 5 Test 1:
6 Block to Inline 6 Block to Inline
7 Block to Inline 7 Block to Inline
8 Test 2: 8 Test 2:
9 Inline to Block 9 Inline to Block
10 Inline to Block 10 Inline to Block
11 Test 3: 11 Test 3:
12 pseudo 12 pseudo
13 pseudo 13 pseudo
14 Test 4: (Currently failing) 14 Test 4:
15 pseudo 15 pseudo
16 pseudo 16 pseudo
17 Test 5: 17 Test 5:
18 To Float 18 To Float
19 To Float 19 To Float
20 20
21 Test 6: 21 Test 6:
22 To Non Float 22 To Non Float
23 To Non Float 23 To Non Float
24 Test 7: (Currently failing) 24 Test 7:
25 To Float 25 To Float
26 To Float 26 To Float
27 27
28 Test 8: 28 Test 8:
29 To Non Float 29 To Non Float
30 To Non Float 30 To Non Float
31 PASS document.getElementById('test1').offsetWidth == document.getElementById('re f1').offsetWidth is true 31 PASS document.getElementById('test1').offsetWidth == document.getElementById('re f1').offsetWidth is true
32 PASS document.getElementById('test2').offsetHeight == document.getElementById('r ef2').offsetHeight is true 32 PASS document.getElementById('test2').offsetHeight == document.getElementById('r ef2').offsetHeight is true
33 PASS document.getElementById('test3').offsetWidth == document.getElementById('re f3').offsetWidth is true 33 PASS document.getElementById('test3').offsetWidth == document.getElementById('re f3').offsetWidth is true
34 FAIL document.getElementById('test4').offsetWidth == document.getElementById('re f4').offsetWidth should be true. Was false. 34 PASS document.getElementById('test4').offsetWidth == document.getElementById('re f4').offsetWidth is true
35 PASS document.getElementById('test5').offsetWidth == document.getElementById('re f5').offsetWidth is true 35 PASS document.getElementById('test5').offsetWidth == document.getElementById('re f5').offsetWidth is true
36 PASS document.getElementById('test6').offsetWidth == document.getElementById('re f6').offsetWidth is true 36 PASS document.getElementById('test6').offsetWidth == document.getElementById('re f6').offsetWidth is true
37 FAIL document.getElementById('test7').offsetWidth == document.getElementById('re f7').offsetWidth should be true. Was false. 37 PASS document.getElementById('test7').offsetWidth == document.getElementById('re f7').offsetWidth is true
38 PASS document.getElementById('test8').offsetWidth == document.getElementById('re f8').offsetWidth is true 38 PASS document.getElementById('test8').offsetWidth == document.getElementById('re f8').offsetWidth is true
39 PASS successfullyParsed is true 39 PASS successfullyParsed is true
40 40
41 TEST COMPLETE 41 TEST COMPLETE
42 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698