| Index: third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_details_crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_details_crash.html b/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_details_crash.html
|
| index ff530ae2bc5f2da043c9bfcc9fb41b6e310622d5..8d43a054a14994291dc737c0cdfc912b6f06e3b7 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_details_crash.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_details_crash.html
|
| @@ -16,9 +16,9 @@
|
| selection.document.designMode = 'on';
|
| },
|
| [
|
| - '<legend style="all: initial">^foo</legend>',
|
| + '<legend style="all: initial">^foo|</legend>',
|
| '<details style="display: inline"></details>',
|
| - '<textarea></textarea>|',
|
| + '<textarea></textarea>',
|
| ].join(''));
|
| }, 'selectAll on DETAILS should not crash');
|
| </script>
|
|
|