Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This tests that 'insertText' and friends match IE's behavior on certain element types. 1 This tests that 'insertText' and friends match IE's behavior on certain element types.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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.. 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('isindex').innerText = 'Throw!'; threw exception NoM odificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement' : The 'isindex' element does not support text insertion..
29 PASS document.createElement('isindex').outerText = 'Throw!'; threw exception NoM odificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement' : The 'isindex' element does not support text insertion..
30 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.. 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..
31 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.. 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..
32 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.. 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..
33 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.. 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..
34 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.. 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..
35 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.. 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..
36 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.. 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..
37 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.. 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..
38 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.. 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..
39 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.. 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..
40 PASS successfullyParsed is true 38 PASS successfullyParsed is true
41 39
42 TEST COMPLETE 40 TEST COMPLETE
43 41
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html.html ('k') | LayoutTests/fast/dom/isindex-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698