| Index: third_party/WebKit/LayoutTests/editing/execCommand/insert-paragraph-into-table.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/insert-paragraph-into-table.html b/third_party/WebKit/LayoutTests/editing/execCommand/insert-paragraph-into-table.html
|
| index 8727d5e0aa427925c7317ef6d30168f4a06e68d4..053bed52e48fa8fc044e247ab26efbae23341dc3 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/insert-paragraph-into-table.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/insert-paragraph-into-table.html
|
| @@ -12,6 +12,6 @@ test(function() {
|
| selection.collapse(sample, 2);
|
| selection.extend(document.querySelector('rt').firstChild, 1);
|
| document.execCommand('InsertParagraph');
|
| - assert_equals(sample.innerHTML.replace(/\n/g, ''), '<table><tbody><tr><td style="display:inline-block"><ruby><rt>a</rt></ruby></td></tr><tr><font size="1"><br></font></tr></tbody></table>');
|
| + assert_equals(sample.innerHTML.replace(/\n/g, ''), '<table><tbody><tr><td style="display:inline-block"><ruby><rt>a</rt></ruby></td></tr><tr><font size="1"><span style="line-height: 12px;"><br></span></font></tr></tbody></table>');
|
| });
|
| </script>
|
|
|