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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/first-letter-rtc-crash-expected.txt

Issue 2704963002: Selection API: collapseToStart() and collapseToEnd() should recreate a Range. (Closed)
Patch Set: NeedsRebaseline for first-letter-rtc-crash.html 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 21: The behavior that Selection.addRange() merges existing Range and the specified Range was removed. See https://www.chromestatus.com/fea tures/6680566019653632 for more details. 1 CONSOLE WARNING: line 21: The behavior that Selection.addRange() merges existing Range and the specified Range was removed. See https://www.chromestatus.com/fea tures/6680566019653632 for more details.
2 CONSOLE ERROR: line 38: Uncaught HierarchyRequestError: Failed to execute 'inser tNode' on 'Range': The node to be inserted contains the insertion point; it may not be inserted into itself. 2 CONSOLE ERROR: line 56: Uncaught HierarchyRequestError: Failed to execute 'inser tNode' on 'Range': The node to be inserted contains the insertion point; it may not be inserted into itself.
3 text
3 a 4 a
4 Test passes if it does not CRASH. 5 Test passes if it does not CRASH.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698