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

Side by Side Diff: LayoutTests/editing/style/fontsize-1-expected.txt

Issue 7973008: Revert 93001 - Apple-style-span class seems unnecessary (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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
OLDNEW
1 This test execCommand('FontSize', ...). You should see 'small' 'medium' and 'la rge' below in every increasing font sizes. 1 This test execCommand('FontSize', ...). You should see 'small' 'medium' and 'la rge' below in every increasing font sizes.
2 2
3 initial: 3 initial:
4 | 4 |
5 5
6 fontsize 2: 6 fontsize 2:
7 | 7 |
8 8
9 type small: 9 type small:
10 | <font> 10 | <font>
11 | class="Apple-style-span"
11 | size="2" 12 | size="2"
12 | "small<#selection-caret>" 13 | "small<#selection-caret>"
13 14
14 fontsize 4: 15 fontsize 4:
15 | <font> 16 | <font>
17 | class="Apple-style-span"
16 | size="2" 18 | size="2"
17 | "small<#selection-caret>" 19 | "small<#selection-caret>"
18 20
19 type medium: 21 type medium:
20 | <font> 22 | <font>
23 | class="Apple-style-span"
21 | size="2" 24 | size="2"
22 | "small" 25 | "small"
23 | <font> 26 | <font>
27 | class="Apple-style-span"
24 | size="4" 28 | size="4"
25 | "medium<#selection-caret>" 29 | "medium<#selection-caret>"
26 30
27 fontsize 6: 31 fontsize 6:
28 | <font> 32 | <font>
33 | class="Apple-style-span"
29 | size="2" 34 | size="2"
30 | "small" 35 | "small"
31 | <font> 36 | <font>
37 | class="Apple-style-span"
32 | size="4" 38 | size="4"
33 | "medium<#selection-caret>" 39 | "medium<#selection-caret>"
34 40
35 type large: 41 type large:
36 | <font> 42 | <font>
43 | class="Apple-style-span"
37 | size="2" 44 | size="2"
38 | "small" 45 | "small"
39 | <font> 46 | <font>
47 | class="Apple-style-span"
40 | size="4" 48 | size="4"
41 | "medium" 49 | "medium"
42 | <font> 50 | <font>
51 | class="Apple-style-span"
43 | size="6" 52 | size="6"
44 | "large<#selection-caret>" 53 | "large<#selection-caret>"
45 54
46 console: 55 console:
47 | 56 |
OLDNEW
« no previous file with comments | « LayoutTests/editing/style/block-style-006-expected.txt ('k') | LayoutTests/editing/style/fore-color-by-name-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698