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

Side by Side Diff: LayoutTests/platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt

Issue 14945006: Revert "Avoid adding placeholder when deleting last text in root" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (second upload attempt) Created 7 years, 7 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > DIV > #do cument-fragment to 1 of #text > DIV > #document-fragment toDOMRange:range from 0 of #text > DIV > #document-fragment to 1 of #text > DIV > #document-fragment af finity:NSSelectionAffinityDownstream stillSelecting:FALSE 2 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > DIV > #do cument-fragment to 1 of #text > DIV > #document-fragment toDOMRange:range from 0 of #text > DIV > #document-fragment to 1 of #text > DIV > #document-fragment af finity:NSSelectionAffinityDownstream stillSelecting:FALSE
3 EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > #document-f ragment to 1 of #text > DIV > #document-fragment 3 EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > #document-f ragment to 1 of #text > DIV > #document-fragment
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > #document-f ragment to 0 of DIV > #document-fragment toDOMRange:range from 0 of DIV > #docum ent-fragment to 0 of DIV > #document-fragment affinity:NSSelectionAffinityDownst ream stillSelecting:FALSE
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 Bug 9358: REGRESSION: Assertion failure in HTMLInputElement::setValueFromRendere r (value == constrainValue(value)) when deleting all text 8 Bug 9358: REGRESSION: Assertion failure in HTMLInputElement::setValueFromRendere r (value == constrainValue(value)) when deleting all text
8 https://bugs.webkit.org/show_bug.cgi?id=9358 9 https://bugs.webkit.org/show_bug.cgi?id=9358
9 10
10 Assertion fails when all characters are deleted: 11 Assertion fails when all characters are deleted:
11 SUCCESS if the test didn't crash and you see this message. 12 SUCCESS if the test didn't crash and you see this message.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698