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 e20576e914cc8f32bec761016dd1aef8a9459c6a..51b8456673abcd7b8d68e9a09599eaedd5e217a3 100644 |
--- a/LayoutTests/fast/dom/Window/window-property-shadowing.html |
+++ b/LayoutTests/fast/dom/Window/window-property-shadowing.html |
@@ -45,8 +45,6 @@ |
log(length == 1 ? "PASS: length successfully shadowed" : "FAIL: length was not shadowed"); |
var name = 1; |
log(name == 1 ? "PASS: name successfully shadowed" : "FAIL: name was not shadowed"); |
- var navigator = 1; |
- log(navigator == 1 ? "PASS: navigator successfully shadowed" : "FAIL: navigator was not shadowed"); |
var clientInformation = 1; |
log(clientInformation == 1 ? "PASS: clientInformation successfully shadowed" : "FAIL: clientInformation was not shadowed"); |
var screen = 1; |