Index: LayoutTests/fast/dom/Window/window-property-shadowing.html |
diff --git a/LayoutTests/fast/dom/Window/window-property-shadowing.html b/LayoutTests/fast/dom/Window/window-property-shadowing.html |
index 1df060fbb2950b9fe2b42194100bee270fc2e4ac..e20576e914cc8f32bec761016dd1aef8a9459c6a 100644 |
--- a/LayoutTests/fast/dom/Window/window-property-shadowing.html |
+++ b/LayoutTests/fast/dom/Window/window-property-shadowing.html |
@@ -215,10 +215,6 @@ |
log(DocumentType == 1 ? "PASS: DocumentType successfully shadowed" : "FAIL: DocumentType was not shadowed"); |
var Notation = 1; |
log(Notation == 1 ? "PASS: Notation successfully shadowed" : "FAIL: Notation was not shadowed"); |
- var Entity = 1; |
- log(Entity == 1 ? "PASS: Entity successfully shadowed" : "FAIL: Entity was not shadowed"); |
- var EntityReference = 1; |
- log(EntityReference == 1 ? "PASS: EntityReference successfully shadowed" : "FAIL: EntityReference was not shadowed"); |
var ProcessingInstruction = 1; |
log(ProcessingInstruction == 1 ? "PASS: ProcessingInstruction successfully shadowed" : "FAIL: ProcessingInstruction was not shadowed"); |
var HTMLDocument = 1; |