| Index: third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html b/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
|
| index c1f3147605226784d739a8482ac2776b45568b0a..1d2c4327542bfd577f69cd9b6002085b3b93e0ef 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
|
| @@ -45,10 +45,11 @@ test(() => assert_selection(
|
| '* { float:left; }',
|
| '.class0 { content: url(); }',
|
| '</style>',
|
| - '<ul>',
|
| - '<li id="r1"></li>',
|
| + '<ul class="class0">',
|
| + '<li id="r1">',
|
| + '<li id="r0"></li>',
|
| + '</li>',
|
| '</ul>',
|
| - '<ol><li><br></li></ol>',
|
| '^<hr>|',
|
| ].join('')));
|
| </script>
|
|
|