| 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 c4773b902d2fbf4ca4e786ee38dce48f74c42e9a..c2a772dbe3800a348a9dfac0fe08fda9f58d530a 100644
|
| --- a/LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| +++ b/LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| @@ -207,8 +207,6 @@
|
| log(CDATASection == 1 ? "PASS: CDATASection successfully shadowed" : "FAIL: CDATASection was not shadowed");
|
| var DocumentType = 1;
|
| 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 ProcessingInstruction = 1;
|
| log(ProcessingInstruction == 1 ? "PASS: ProcessingInstruction successfully shadowed" : "FAIL: ProcessingInstruction was not shadowed");
|
| var HTMLDocument = 1;
|
|
|