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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/addRange-merging-expected.txt

Issue 2702603004: Merge "Selection API: Show a deprecation message for a quirky addRange() behavior." to M57 branch (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fullscreen/full-screen-contentEditable-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 83: The behavior that Selection.addRange() merges existing Range and the specified Range is deprecated and will be removed in M58, around April 2017. See https://www.chromestatus.com/features/6680566019653632 for more details.
1 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 2 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
2 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 3 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
3 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 4 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
4 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 5 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
5 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 6 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
6 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 7 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
7 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 8 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
8 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 9 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
9 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 10 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
10 CONSOLE ERROR: line 132: Discontiguous selection is not supported. 11 CONSOLE ERROR: line 132: Discontiguous selection is not supported.
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 Running: testRejectDistantCollapsedRangeAtLeft (initializePositionsFunction = in itializeVisiblyEquivalentPositionsBeforeNodes, containerIsEditable = true) 261 Running: testRejectDistantCollapsedRangeAtLeft (initializePositionsFunction = in itializeVisiblyEquivalentPositionsBeforeNodes, containerIsEditable = true)
261 PASS Selection was: start = ([<SPAN>: #b], 0), end = ([<SPAN>: #c], 0) 262 PASS Selection was: start = ([<SPAN>: #b], 0), end = ([<SPAN>: #c], 0)
262 Running: testRejectDistantCollapsedRangeAtLeft (initializePositionsFunction = in itializeVisiblyEquivalentPositionsAfterNodes, containerIsEditable = false) 263 Running: testRejectDistantCollapsedRangeAtLeft (initializePositionsFunction = in itializeVisiblyEquivalentPositionsAfterNodes, containerIsEditable = false)
263 PASS Selection was: start = ([<SPAN>: #a], 1), end = ([<DIV>: #container], 1) 264 PASS Selection was: start = ([<SPAN>: #a], 1), end = ([<DIV>: #container], 1)
264 Running: testRejectDistantCollapsedRangeAtLeft (initializePositionsFunction = in itializeVisiblyEquivalentPositionsAfterNodes, containerIsEditable = true) 265 Running: testRejectDistantCollapsedRangeAtLeft (initializePositionsFunction = in itializeVisiblyEquivalentPositionsAfterNodes, containerIsEditable = true)
265 PASS Selection was: start = ([<SPAN>: #a], 1), end = ([<DIV>: #container], 1) 266 PASS Selection was: start = ([<SPAN>: #a], 1), end = ([<DIV>: #container], 1)
266 PASS successfullyParsed is true 267 PASS successfullyParsed is true
267 268
268 TEST COMPLETE 269 TEST COMPLETE
269 270
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fullscreen/full-screen-contentEditable-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698