| Index: third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html b/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html
|
| index b8ee2fbad803402b8004339fcb78a469c777b6f9..20d430c012721f5eaad5530116ce46899cfc9461 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html
|
| @@ -35,9 +35,9 @@ Block flow elements get line breaks before and after. Table cells are tab separ
|
| <br>
|
| Right <h4 style="display:inline">here</h4> is an inline block.
|
| <br>
|
| -And an <table border=1 style="display:inline"><td>inline</td><td>table</td><td>with</td><td>one</td><td>row</td></table> is here, too.
|
| +And an <table border=1 style="display:inline-table"><td>inline</td><td>table</td><td>with</td><td>one</td><td>row</td></table> is here, too.
|
| <br>
|
| -And an <table border=1 style="display:inline"><tr><td>inline</td><td>table</td></tr><tr><td>with</td><td>rows</td></tr></table> not far behind.
|
| +And an <table border=1 style="display:inline-table"><tr><td>inline</td><td>table</td></tr><tr><td>with</td><td>rows</td></tr></table> not far behind.
|
| <h3>Check collapsed margins</h3>
|
| Collapsed margins are supposed to result in an extra line break.
|
| <h4 class="colored">First header</h4>
|
|
|