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

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

Issue 14969020: Avoid adding placeholder when deleting last text in root (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad TestExpectations behavior and unnecessary results churn. 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
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 Bug 9358: REGRESSION: Assertion failure in HTMLInputElement::setValueFromRendere r (value == constrainValue(value)) when deleting all text 7 Bug 9358: REGRESSION: Assertion failure in HTMLInputElement::setValueFromRendere r (value == constrainValue(value)) when deleting all text
9 https://bugs.webkit.org/show_bug.cgi?id=9358 8 https://bugs.webkit.org/show_bug.cgi?id=9358
10 9
11 Assertion fails when all characters are deleted: 10 Assertion fails when all characters are deleted:
12 SUCCESS if the test didn't crash and you see this message. 11 SUCCESS if the test didn't crash and you see this message.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698