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

Unified Diff: LayoutTests/fast/dom/Window/window-property-shadowing.html

Issue 143673005: Remove Entity interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/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;

Powered by Google App Engine
This is Rietveld 408576698