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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/table-caret-1.html

Issue 2697313005: Selection API: collapse() should recreate an internal Range. (Closed)
Patch Set: Add NeedsRebaseline for platform-dependent tests Created 3 years, 10 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
Index: third_party/WebKit/LayoutTests/editing/selection/table-caret-1.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/table-caret-1.html b/third_party/WebKit/LayoutTests/editing/selection/table-caret-1.html
index d6c10ec17ad90a97b29d337370c9212be9198bdc..17cf85874f09a8d7e2b531b0b58a4ea93969beec 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/table-caret-1.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/table-caret-1.html
@@ -15,7 +15,7 @@ test(() => assert_selection(
[
'<div contenteditable>',
'foo',
- '|<table><tbody><tr><td>this</td></tr><tr><td>is</td></tr><tr><td>a table</td></tr></tbody></table>',
+ '<table>|<tbody><tr><td>this</td></tr><tr><td>is</td></tr><tr><td>a table</td></tr></tbody></table>',
'baz',
'</div>'
].join('')), 'Place the caret before a block table.');

Powered by Google App Engine
This is Rietveld 408576698