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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_with_unfocused_selection.html

Issue 2892233002: Fix a layout test case description (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_with_unfocused_selection.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_with_unfocused_selection.html b/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_with_unfocused_selection.html
index 66f028f71e28aba7e416770eb3e1584191d37012..6c811ac36a6177c68c3ecd87caf2083766520ad2 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_with_unfocused_selection.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_with_unfocused_selection.html
@@ -53,5 +53,5 @@ test(() => {
testRunner.execCommand('selectAll');
},
'foo<div contenteditable>^bar|</div><a href="http://www.example.com">baz</a>')
-}, 'User-triggered SelectAll selects entire document when there is unfocused range selection shown in contenteditable div');
+}, 'User-triggered SelectAll extends existing selection when there is unfocused range selection shown in contenteditable div');
</script>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698