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

Unified Diff: LayoutTests/editing/style/style-text-node-without-editable-parent-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/style/style-text-node-without-editable-parent-expected.txt
===================================================================
--- LayoutTests/editing/style/style-text-node-without-editable-parent-expected.txt (revision 95747)
+++ LayoutTests/editing/style/style-text-node-without-editable-parent-expected.txt (working copy)
@@ -82,6 +82,7 @@
foreColor first:
| <font>
+| class="Apple-style-span"
| color="#0000ff"
| "<#selection-anchor>hello, <#selection-focus>"
| "world WebKit"
@@ -89,6 +90,7 @@
foreColor middle:
| "hello, "
| <font>
+| class="Apple-style-span"
| color="#0000ff"
| "<#selection-anchor>world<#selection-focus>"
| " WebKit"
@@ -96,16 +98,19 @@
foreColor last:
| "hello, world"
| <font>
+| class="Apple-style-span"
| color="#0000ff"
| "<#selection-anchor> WebKit<#selection-focus>"
foreColor all:
| <font>
+| class="Apple-style-span"
| color="#0000ff"
| "<#selection-anchor>hello, world WebKit<#selection-focus>"
hiliteColor first:
| <span>
+| class="Apple-style-span"
| style="background-color: blue;"
| "<#selection-anchor>hello, <#selection-focus>"
| "world WebKit"
@@ -113,6 +118,7 @@
hiliteColor middle:
| "hello, "
| <span>
+| class="Apple-style-span"
| style="background-color: blue;"
| "<#selection-anchor>world<#selection-focus>"
| " WebKit"
@@ -120,11 +126,13 @@
hiliteColor last:
| "hello, world"
| <span>
+| class="Apple-style-span"
| style="background-color: blue;"
| "<#selection-anchor> WebKit<#selection-focus>"
hiliteColor all:
| <span>
+| class="Apple-style-span"
| style="background-color: blue;"
| "<#selection-anchor>hello, world WebKit<#selection-focus>"
« no previous file with comments | « LayoutTests/editing/style/script-tests/push-down-font-styles.js ('k') | LayoutTests/fast/events/ondrop-text-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698