| Index: third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html b/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html
|
| index 1678536e9aff2202c08134c591be6369aab4e084..87029a342ad359b26a015d68880425d3067ac3dc 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html
|
| @@ -40,8 +40,8 @@ testIt('a<br>|<br><br>', 'a<br><br>', 'sample.firstChild', 1);
|
| testIt('a<br><br>|<br><br>', 'a<br><br><br>', 'sample', 2);
|
|
|
| testIt('a<br>|b', 'ab', 'sample.firstChild', 1);
|
| -testIt('a<br><br>|b', 'a<br>b', 'sample', 2);
|
| -testIt('a<br><br><br>|b', 'a<br><br>b', 'sample', 3);
|
| +testIt('a<br><br>|b', 'a<br>b', 'sample.lastChild', 0);
|
| +testIt('a<br><br><br>|b', 'a<br><br>b', 'sample.lastChild', 0);
|
|
|
| testIt('a<br>b|', 'a<br><br>', 'sample', 2);
|
| testIt('a<br><br>b|', 'a<br><br><br>', 'sample', 3);
|
|
|