| OLD | NEW |
| (Empty) |
| 1 This tests that 'insertText' and friends match IE's behavior on certain element
types. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS document.createElement('area').innerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': T
he 'area' element does not support text insertion.. | |
| 7 PASS document.createElement('area').outerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': T
he 'area' element does not support text insertion.. | |
| 8 PASS document.createElement('base').innerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': T
he 'base' element does not support text insertion.. | |
| 9 PASS document.createElement('base').outerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': T
he 'base' element does not support text insertion.. | |
| 10 PASS document.createElement('basefont').innerText = 'Throw!'; threw exception No
ModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement
': The 'basefont' element does not support text insertion.. | |
| 11 PASS document.createElement('basefont').outerText = 'Throw!'; threw exception No
ModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement
': The 'basefont' element does not support text insertion.. | |
| 12 PASS document.createElement('br').innerText = 'Throw!'; threw exception NoModifi
cationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The
'br' element does not support text insertion.. | |
| 13 PASS document.createElement('br').outerText = 'Throw!'; threw exception NoModifi
cationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The
'br' element does not support text insertion.. | |
| 14 PASS document.createElement('col').innerText = 'Throw!'; threw exception NoModif
icationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': Th
e 'col' element does not support text insertion.. | |
| 15 PASS document.createElement('col').outerText = 'Throw!'; threw exception NoModif
icationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': Th
e 'col' element does not support text insertion.. | |
| 16 PASS document.createElement('embed').innerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement':
The 'embed' element does not support text insertion.. | |
| 17 PASS document.createElement('embed').outerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement':
The 'embed' element does not support text insertion.. | |
| 18 PASS document.createElement('frame').innerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement':
The 'frame' element does not support text insertion.. | |
| 19 PASS document.createElement('frame').outerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement':
The 'frame' element does not support text insertion.. | |
| 20 PASS document.createElement('hr').innerText = 'Throw!'; threw exception NoModifi
cationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The
'hr' element does not support text insertion.. | |
| 21 PASS document.createElement('hr').outerText = 'Throw!'; threw exception NoModifi
cationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The
'hr' element does not support text insertion.. | |
| 22 PASS document.createElement('image').innerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement':
The 'image' element does not support text insertion.. | |
| 23 PASS document.createElement('image').outerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement':
The 'image' element does not support text insertion.. | |
| 24 PASS document.createElement('img').innerText = 'Throw!'; threw exception NoModif
icationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': Th
e 'img' element does not support text insertion.. | |
| 25 PASS document.createElement('img').outerText = 'Throw!'; threw exception NoModif
icationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': Th
e 'img' element does not support text insertion.. | |
| 26 PASS document.createElement('input').innerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement':
The 'input' element does not support text insertion.. | |
| 27 PASS document.createElement('input').outerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement':
The 'input' element does not support text insertion.. | |
| 28 PASS document.createElement('link').innerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': T
he 'link' element does not support text insertion.. | |
| 29 PASS document.createElement('link').outerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': T
he 'link' element does not support text insertion.. | |
| 30 PASS document.createElement('meta').innerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': T
he 'meta' element does not support text insertion.. | |
| 31 PASS document.createElement('meta').outerText = 'Throw!'; threw exception NoModi
ficationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': T
he 'meta' element does not support text insertion.. | |
| 32 PASS document.createElement('param').innerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement':
The 'param' element does not support text insertion.. | |
| 33 PASS document.createElement('param').outerText = 'Throw!'; threw exception NoMod
ificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement':
The 'param' element does not support text insertion.. | |
| 34 PASS document.createElement('source').innerText = 'Throw!'; threw exception NoMo
dificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement':
The 'source' element does not support text insertion.. | |
| 35 PASS document.createElement('source').outerText = 'Throw!'; threw exception NoMo
dificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement':
The 'source' element does not support text insertion.. | |
| 36 PASS document.createElement('wbr').innerText = 'Throw!'; threw exception NoModif
icationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': Th
e 'wbr' element does not support text insertion.. | |
| 37 PASS document.createElement('wbr').outerText = 'Throw!'; threw exception NoModif
icationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': Th
e 'wbr' element does not support text insertion.. | |
| 38 PASS successfullyParsed is true | |
| 39 | |
| 40 TEST COMPLETE | |
| 41 | |
| OLD | NEW |