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

Unified Diff: LayoutTests/editing/deleting/delete-inline-br-expected.txt

Issue 23311004: inline <br> does not get deleted when following some non-textual content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch with changed layout testcase Created 7 years, 4 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
« no previous file with comments | « LayoutTests/editing/deleting/delete-inline-br.html ('k') | Source/core/editing/DeleteSelectionCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/deleting/delete-inline-br-expected.txt
diff --git a/LayoutTests/editing/deleting/delete-inline-br-expected.txt b/LayoutTests/editing/deleting/delete-inline-br-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..45a419c87dec5b9a75b529bf7d5bd081bf601d97
--- /dev/null
+++ b/LayoutTests/editing/deleting/delete-inline-br-expected.txt
@@ -0,0 +1,7 @@
+Testcase for verifying that the <br> does not get deleted when inlined after some non-textual content. To manually verify this issue, place the caret at the start of the second line and then do a back-delete (backspace). The two lines should then be merged and the caret should get placed after the text control.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS caretRect.left is expectedCaretRect.left
+PASS caretRect.top is expectedCaretRect.top
+
« no previous file with comments | « LayoutTests/editing/deleting/delete-inline-br.html ('k') | Source/core/editing/DeleteSelectionCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698