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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum-expected.txt b/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum-expected.txt
index 773eb2995b429ebf26092e8b86f94b9211a74621..1c52f9c9f92c1c35bded247c40ed9e2884ab5670 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum-expected.txt
@@ -1,6 +1,5 @@
This tests that the toString() function does not enumerate.
-PASS: the toString function is not enumerable for HTMLAnchorElement.
PASS: the toString function is not enumerable for Location.
PASS: the toString function is not enumerable for Selection.
PASS: the toString function is not enumerable for HTMLDivElement.

Powered by Google App Engine
This is Rietveld 408576698