| 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 701685472d97b99e5d85b5417ace0960b6c5530c..3c77404156728d3652635d8dc2bae0bc12b3786f 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
|
| @@ -100,7 +100,7 @@ function test()
|
|
|
| runTest('text', 'innerText', '', 'modified');
|
| runTest('text', 'innerText', 'different text', 'modified, with same first child');
|
| - runTest('text', 'innerText', 'text', 'not modified');
|
| + runTest('text', 'innerText', 'text', 'modified, with same first child');
|
|
|
| runTest('<a></a>', 'innerText', '', 'modified');
|
| runTest('<a></a>', 'innerText', 'text', 'modified');
|
|
|