Index: third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html |
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html b/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html |
index d376d538c8ca7ce14ab97c76b093e3770cd985c4..05493cadaf3080ae68eaf8ea507dcb3b4bc9203d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html |
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html |
@@ -25,7 +25,6 @@ |
testRunner.dumpAsText(); |
// DOM objects with custom toString() functions |
- test(document.createElement('a'), "HTMLAnchorElement"); |
test(window.location, "Location"); |
test(window.getSelection(), "Selection"); |