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

Unified Diff: third_party/WebKit/LayoutTests/editing/text-iterator/rtl-selection-crash.html

Issue 1516553002: Remove deprecation messages for no-ops that are left in the specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and update tests Created 5 years 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/text-iterator/rtl-selection-crash.html
diff --git a/third_party/WebKit/LayoutTests/editing/text-iterator/rtl-selection-crash.html b/third_party/WebKit/LayoutTests/editing/text-iterator/rtl-selection-crash.html
index 6f961f949df9cba5c1fb1e8fb019a5e079f4b25f..1229f21b6e2ab3edd8b915eba078b98dc67289f3 100644
--- a/third_party/WebKit/LayoutTests/editing/text-iterator/rtl-selection-crash.html
+++ b/third_party/WebKit/LayoutTests/editing/text-iterator/rtl-selection-crash.html
@@ -14,7 +14,6 @@ var sel = window.getSelection();
sel.selectAllChildren(bar);
var range = sel.getRangeAt(0);
range.insertNode(document.createElement('span'));
-range.detach();
// This part can be any number of actions, e.g., clicking anywhere on the page also crashes.
sel.selectAllChildren(bar);

Powered by Google App Engine
This is Rietveld 408576698