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

Side by Side Diff: LayoutTests/platform/win/editing/style/remove-underline-from-stylesheet-expected.txt

Issue 27217007: Merge 158839 "Reverse style resolution to avoid N^2 walk when bu..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1650/
Patch Set: Created 7 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 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 1 of #t ext > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #documen t affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 1 of #t ext > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #documen t affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BOD Y > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 2 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 7 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BOD Y > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 2 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of #text > DIV > BOD Y > HTML > #document to 2 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 3 of #text > DIV > BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 10 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of #text > DIV > BOD Y > HTML > #document to 2 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 3 of #text > DIV > BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 69 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
70 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 70 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
71 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text > DIV > BOD Y > HTML > #document to 7 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 0 of #text > DIV > BODY > HTML > #document to 7 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 71 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text > DIV > BOD Y > HTML > #document to 7 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 0 of #text > DIV > BODY > HTML > #document to 7 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
72 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 72 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
73 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 73 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
74 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification 74 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
75 This tests removing underline from stylesheet (.editing has underline). Because text-decoration that comes from a style rule cannot be pushed down, the underlin e should stay. (see bug 27809). 75 This tests removing underline from stylesheet (.editing has underline). Because text-decoration that comes from a style rule cannot be pushed down, the underlin e should stay. (see bug 27809).
76 | "xxxxxx " 76 | "xxxxxx "
77 | "<#selection-anchor>xxxxxx <#selection-focus>" 77 | "<#selection-anchor>xxxxxx <#selection-focus>"
78 | "xxxxxx" 78 | "xxxxxx"
79 | "
80 "
79 | <span> 81 | <span>
80 | id="test" 82 | id="test"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698