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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/forward-delete-empty-table-cell-expected.txt

Issue 2694043004: Selection API: anchorNode, anchorOffset, focusNode, focusOffset, isCollapsed, and type should be ba… (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
OLDNEW
1 This tests forward deleting in an empty table cell. The cursor shouldn't move. 1 This tests forward deleting in an empty table cell. The cursor shouldn't move.
2 | " 2 | "
3 " 3 "
4 | <table> 4 | <table>
5 | border="1" 5 | border="1"
6 | " 6 | "
7 " 7 "
8 | <tbody> 8 | <tbody>
9 | " 9 | "
10 " 10 "
11 | <tr> 11 | <tr>
12 | <td> 12 | <td>
13 | "1" 13 | "1"
14 | <td> 14 | <td>
15 | "2" 15 | "2"
16 | " 16 | "
17 " 17 "
18 | <tr> 18 | <tr>
19 | <td> 19 | <td>
20 | "3" 20 | "3"
21 | <td> 21 | <td>
22 | id="fourth" 22 | id="fourth"
23 | <#selection-caret> 23 | <#selection-anchor>
24 | <br> 24 | <br>
25 | <#selection-focus>
25 | " 26 | "
26 " 27 "
27 | " 28 | "
28 " 29 "
29 | " 30 | "
30 " 31 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698