summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html
index 6801aff..4721e4a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.__defineGetter__("location", function() { return "haxored"; });