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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.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/editing/execCommand/crash-indenting-list-item.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html b/third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html
index 352b91ed29d268469fea090c15f97d5266e8a463..48cc2a9a44a4578c03480e9ead03288db108cc3a 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html
@@ -6,6 +6,6 @@
test(() => assert_selection(
'<div contentEditable><ul><li>|</li></ul></div>',
'indent',
- '<div contenteditable><ul><ul><li>|</li></ul></ul></div>'),
+ '<div contenteditable><ul><ul><li></li></ul>|</ul></div>'),
'This is crash test');
</script>

Powered by Google App Engine
This is Rietveld 408576698