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

Side by Side Diff: LayoutTests/fast/dom/EntityReference/readonly-exceptions-expected.txt

Issue 14990005: Remove ENTITY_REFERENCE_NODE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove some empty lines Created 7 years, 7 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
(Empty)
1 Test to make sure EntityReference nodes are always treated readonly
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS xmlDoc2.adoptNode(entityReference) threw exception Error: NoModificationAll owedError: DOM Exception 7.
7 PASS entityReference.ownerDocument is xmlDoc
8 PASS entityReference.nodeValue = 'foo' threw exception Error: NoModificationAllo wedError: DOM Exception 7.
9 PASS entityReference.nodeValue is null
10 PASS entityReference.prefix = 'foo' threw exception Error: NamespaceError: DOM E xception 14.
11 PASS entityReference.prefix is null
12 PASS entityReference.textContent = 'foo' threw exception Error: NoModificationAl lowedError: DOM Exception 7.
13 FAIL entityReference.textContent should be >. Was .
14 FAIL childrenBeforeFailedAppend should be 1. Was 0.
15 PASS entityReference.appendChild(text) threw exception Error: NoModificationAllo wedError: DOM Exception 7.
16 PASS entityReference.childNodes.length is childrenBeforeFailedAppend
17 FAIL childrenBeforeFailedAppend should be 1. Was 0.
18 PASS entityReference.insertBefore(text, entityReference.firstChild) threw except ion Error: NoModificationAllowedError: DOM Exception 7.
19 PASS entityReference.childNodes.length is childrenBeforeFailedAppend
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698