| Index: LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt b/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
|
| index edc5cd441ac5ae53497bc97d19a9a6af420d2145..ff4458daef17c09c36541af215101999cbf65a5c 100644
|
| --- a/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
|
| @@ -25,8 +25,6 @@ PASS document.createElement('img').innerText = 'Throw!'; threw exception NoModif
|
| PASS document.createElement('img').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'img' element does not support text insertion..
|
| PASS document.createElement('input').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'input' element does not support text insertion..
|
| PASS document.createElement('input').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'input' element does not support text insertion..
|
| -PASS document.createElement('isindex').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'isindex' element does not support text insertion..
|
| -PASS document.createElement('isindex').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'isindex' element does not support text insertion..
|
| PASS document.createElement('link').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'link' element does not support text insertion..
|
| PASS document.createElement('link').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'link' element does not support text insertion..
|
| PASS document.createElement('meta').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'meta' element does not support text insertion..
|
|
|