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

Issue 2018463002: REFERENCE_ONLY: Samples of assert_selection() (Closed)

Created:
4 years, 7 months ago by yosin_UTC9
Modified:
4 years, 6 months ago
Reviewers:
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

deleting/delete-after-span-ws.html replaces - delete-after-span-ws-001.html - delete-after-span-ws-002.html - delete-after-span-ws-003.html selection/modify_extend/extend_forward_line_crash.html replaces - execCommand/crash-extend-selection-forward.html

Patch Set 1 : 2016-05-26T16:58:13 #

Patch Set 2 : 2016-05-26T19:20:43 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+855 lines, -1255 lines) Patch
A third_party/WebKit/LayoutTests/editing/assert_selection.js View 1 1 chunk +612 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/editing/deleting/delete-after-span-ws.html View 1 chunk +23 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/deleting/delete-after-span-ws-001.html View 1 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/deleting/delete-after-span-ws-002.html View 1 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/deleting/delete-after-span-ws-003.html View 1 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/crash-extend-selection-forward.html View 1 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/crash-extend-selection-forward-expected.txt View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/createLink.html View 1 chunk +45 lines, -82 lines 0 comments Download
A third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists.html View 1 1 chunk +50 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-1.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-1-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-2.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-2-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-3.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-3-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-4.html View 1 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-4-expected.txt View 1 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-5.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-5-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-6.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-6-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-7.html View 1 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/indent-nested-lists-7-expected.txt View 1 1 chunk +0 lines, -13 lines 0 comments Download
A third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-expected.txt View 1 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-2.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-2-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4.html View 1 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt View 1 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/unlink.html View 1 1 chunk +39 lines, -89 lines 0 comments Download
D third_party/WebKit/LayoutTests/editing/execCommand/unlink-expected.txt View 1 1 chunk +0 lines, -46 lines 0 comments Download
A third_party/WebKit/LayoutTests/editing/selection/modify_extend/extend_forward_line_crash.html View 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/undo/undo-indent.html View 1 1 chunk +25 lines, -49 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/undo/undo-indent-noneditable.html View 1 1 chunk +16 lines, -49 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/editing/deleting/delete-after-span-ws-001-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/editing/deleting/delete-after-span-ws-001-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/editing/deleting/delete-after-span-ws-002-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/editing/deleting/delete-after-span-ws-002-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/editing/deleting/delete-after-span-ws-003-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/editing/deleting/delete-after-span-ws-003-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/outdent-nested-lists-4-expected.txt View 1 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/editing/deleting/delete-after-span-ws-001-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/editing/deleting/delete-after-span-ws-002-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/editing/deleting/delete-after-span-ws-003-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-after-span-ws-001-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-after-span-ws-001-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-after-span-ws-002-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-after-span-ws-002-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-after-span-ws-003-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-after-span-ws-003-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/editing/execCommand/unlink-expected.txt View 1 1 chunk +0 lines, -46 lines 0 comments Download

Messages

Total messages: 3 (3 generated)
yosin_UTC9
Description was changed from ========== 2016-05-26T16:58:13 BUG= ========== to ========== delete-after-span-ws.html replaces - delete-after-span-ws-001.html - ...
4 years, 7 months ago (2016-05-26 08:06:23 UTC) #1
yosin_UTC9
Description was changed from ========== delete-after-span-ws.html replaces - delete-after-span-ws-001.html - delete-after-span-ws-002.html - delete-after-span-ws-003.html ========== to ...
4 years, 7 months ago (2016-05-26 08:07:15 UTC) #2
yosin_UTC9
4 years, 7 months ago (2016-05-26 08:07:50 UTC) #3
Description was changed from

==========
delete-after-span-ws.html replaces
 - delete-after-span-ws-001.html
 - delete-after-span-ws-002.html
 - delete-after-span-ws-003.html



editing/execCommand/crash-extend-selection-forward.html
==========

to

==========
deleting/delete-after-span-ws.html replaces
 - delete-after-span-ws-001.html
 - delete-after-span-ws-002.html
 - delete-after-span-ws-003.html

selection/modify_extend/extend_forward_line_crash.html replaces
 - execCommand/crash-extend-selection-forward.html
==========

Powered by Google App Engine
This is Rietveld 408576698