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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/delete-contents.html

Issue 2680943004: Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: 2017-02-14T18:34:24 Update test expectation for crrev.com/2694043004 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/dom/delete-contents.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/delete-contents.html b/third_party/WebKit/LayoutTests/fast/dom/delete-contents.html
index c9708f66882b7f6e5b4225306d641422a8ca26c3..a24c01647bad39923384c65f7350f53117105872 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/delete-contents.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/delete-contents.html
@@ -12,6 +12,6 @@ test(() => assert_selection(
range.deleteContents();
range.insertNode(selection.document.createElement('div'));
},
- '<div id="mydiv">|<div></div></div>'),
+ '<div id="mydiv">^<div></div>|</div>'),
'Range#deleteContents() then Range#insertNode() should not crash');
</script>

Powered by Google App Engine
This is Rietveld 408576698