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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html

Issue 1905553002: Expose toString() as enumerable on some objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sof-tidy-idl-pars
Patch Set: rebased Created 4 years, 8 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: 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");

Powered by Google App Engine
This is Rietveld 408576698