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

Side by Side Diff: LayoutTests/editing/style/apply-font-size-to-multiple-nodes-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 Test that WebKit does not add multiple span or font elements when applying font- size to multiple nodes. 1 Test that WebKit does not add multiple span or font elements when applying font- size to multiple nodes.
2 2
3 You should see exactly one font element with size="7" and exactly one span: 3 You should see exactly one font element with size="7" and exactly one span:
4 | <font> 4 | <font>
5 | class="Apple-style-span"
5 | size="7" 6 | size="7"
6 | " 7 | "
7 <#selection-anchor>A man with 2 8 <#selection-anchor>A man with 2
8 " 9 "
9 | <span> 10 | <span>
10 | style="font-family: Courier New, Courier" 11 | style="font-family: Courier New, Courier"
11 | "font faces" 12 | "font faces"
12 | <br> 13 | <br>
13 | " 14 | "
14 Death comes in all 15 Death comes in all
15 " 16 "
16 | "font sizes<#selection-focus>" 17 | "font sizes<#selection-focus>"
17 | " 18 | "
18 " 19 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698