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

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-10T16:43:07 Rebase and update test expectation for cached Document Range 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..22f6f577c39923923f3b33f03d1f1058ae42e429 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