Index: LayoutTests/fast/dom/wrapper-classes-expected.txt |
diff --git a/LayoutTests/fast/dom/wrapper-classes-expected.txt b/LayoutTests/fast/dom/wrapper-classes-expected.txt |
index eaaef22c1dd2c66cbee4362c59db5ef7e3fbb786..a649feeb4eb029df37699bda6d37f360e4ef95c2 100644 |
--- a/LayoutTests/fast/dom/wrapper-classes-expected.txt |
+++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt |
@@ -47,9 +47,6 @@ FAIL jsWrapperClass(xmlDocument.createCDATASection().constructor) should be CDAT |
PASS jsWrapperClass(xmlDocument.createElementNS('x', 'x', 'x')) is 'Element' |
FAIL jsWrapperClass(xmlDocument.createElementNS('x', 'x', 'x').__proto__) should be ElementPrototype. Was Object. |
FAIL jsWrapperClass(xmlDocument.createElementNS('x', 'x', 'x').constructor) should be ElementConstructor. Was Function. |
-PASS jsWrapperClass(xmlDocument.createEntityReference()) is 'EntityReference' |
-FAIL jsWrapperClass(xmlDocument.createEntityReference().__proto__) should be EntityReferencePrototype. Was Object. |
-FAIL jsWrapperClass(xmlDocument.createEntityReference().constructor) should be EntityReferenceConstructor. Was Function. |
PASS jsWrapperClass(xmlDocument.createProcessingInstruction()) is 'ProcessingInstruction' |
FAIL jsWrapperClass(xmlDocument.createProcessingInstruction().__proto__) should be ProcessingInstructionPrototype. Was Object. |
FAIL jsWrapperClass(xmlDocument.createProcessingInstruction().constructor) should be ProcessingInstructionConstructor. Was Function. |