| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html
|
| index 1a14e2887825eff5930438f345869d9cbcce4116..701685472d97b99e5d85b5417ace0960b6c5530c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html
|
| @@ -74,8 +74,8 @@ function test()
|
| runTest('', 'innerHTML', '<a></a><b></b>', 'modified');
|
|
|
| runTest('text', 'innerHTML', '', 'modified');
|
| - runTest('text', 'innerHTML', 'different text', 'modified, with same first child');
|
| - runTest('text', 'innerHTML', 'text', 'not modified');
|
| + runTest('text', 'innerHTML', 'different text', 'modified');
|
| + runTest('text', 'innerHTML', 'text', 'modified');
|
| runTest('text', 'innerHTML', '<a></a>', 'modified');
|
| runTest('text', 'innerHTML', '<a></a><b></b>', 'modified');
|
|
|
|
|