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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-ligature-003.html

Issue 2153043002: Make "Undo" command to restore selection after validating with the latest Layout tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-21T19:03:31 Created 4 years, 5 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 | « no previous file | third_party/WebKit/Source/core/editing/VisibleSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/deleting/delete-ligature-003.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/delete-ligature-003.html b/third_party/WebKit/LayoutTests/editing/deleting/delete-ligature-003.html
index 5ea86c2fa79223b85a087cab294738c406d3668b..a75d56aa6ad8c2040d82f4a672f969b5ab5e6c64 100644
--- a/third_party/WebKit/LayoutTests/editing/deleting/delete-ligature-003.html
+++ b/third_party/WebKit/LayoutTests/editing/deleting/delete-ligature-003.html
@@ -17,9 +17,7 @@ test(() => {
eventSender.keyDown('Backspace', null);
selection.document.execCommand('undo');
},
- platform === 'mac'
- ? '<div contenteditable>\u0E27|\u0E31^</div>'
- : '<div contenteditable>\u0E27\u0E31|</div>',
+ '<div contenteditable>\u0E27\u0E31|</div>',
`${platform}: Undo of backspace key on ligature U+0E27 and U+0E31`));
});
</script>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/VisibleSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698