| Index: third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html b/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html
|
| index dbb0ed5885663e91d5a54844dc569a93109ecebd..56d1c61460d41538001aa53086ded27882438ecd 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html
|
| @@ -29,7 +29,7 @@ function editingTest() {
|
|
|
| <body>
|
| <p>This is a test of execCommand(insertHTML, ...). The contents of the editable div below should be the same before and after the test.</p>
|
| -<div id="test" contenteditable="true">hello<table style="display:inline" border=1><tr><td>1</td><td>2</td></tr></table><b>world</b>!</div>
|
| +<div id="test" contenteditable="true">hello<table style="display:inline-table" border=1><tr><td>1</td><td>2</td></tr></table><b>world</b>!</div>
|
| <ul id="console"></ul>
|
| <script>
|
| runEditingTest();
|
|
|