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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/EntityReference/readonly-exceptions-expected.txt
diff --git a/LayoutTests/fast/dom/EntityReference/readonly-exceptions-expected.txt b/LayoutTests/fast/dom/EntityReference/readonly-exceptions-expected.txt
deleted file mode 100644
index 0ac3d9cbdf700e696b6a074850c626c438636797..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/EntityReference/readonly-exceptions-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Test to make sure EntityReference nodes are always treated readonly
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS xmlDoc2.adoptNode(entityReference) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS entityReference.ownerDocument is xmlDoc
-PASS entityReference.nodeValue = 'foo' threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS entityReference.nodeValue is null
-PASS entityReference.prefix = 'foo' threw exception Error: NamespaceError: DOM Exception 14.
-PASS entityReference.prefix is null
-PASS entityReference.textContent = 'foo' threw exception Error: NoModificationAllowedError: DOM Exception 7.
-FAIL entityReference.textContent should be >. Was .
-FAIL childrenBeforeFailedAppend should be 1. Was 0.
-PASS entityReference.appendChild(text) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS entityReference.childNodes.length is childrenBeforeFailedAppend
-FAIL childrenBeforeFailedAppend should be 1. Was 0.
-PASS entityReference.insertBefore(text, entityReference.firstChild) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS entityReference.childNodes.length is childrenBeforeFailedAppend
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698