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

Unified Diff: third_party/WebKit/LayoutTests/fast/dynamic/move-node-with-selection.html

Issue 2704443002: Selection API: extend() should operate DOM Ranges. (Closed)
Patch Set: rebase 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/fast/dynamic/move-node-with-selection.html
diff --git a/third_party/WebKit/LayoutTests/fast/dynamic/move-node-with-selection.html b/third_party/WebKit/LayoutTests/fast/dynamic/move-node-with-selection.html
index 000e73b2015642b9de136ab197ace9273218e030..2b4a2404f31a7671c23d758d19b0d9d3e265573b 100644
--- a/third_party/WebKit/LayoutTests/fast/dynamic/move-node-with-selection.html
+++ b/third_party/WebKit/LayoutTests/fast/dynamic/move-node-with-selection.html
@@ -13,8 +13,8 @@ test(() => assert_selection(
},
[
'<div id="dest">',
- '<div id="target" style="display: inline;">Lorem ipsum|</div>',
- '</div>',
+ '<div id="target" style="display: inline;">Lorem ipsum</div>',
+ '</div>|',
].join('')),
'Modify and move a container node of selection');
</script>

Powered by Google App Engine
This is Rietveld 408576698