Chromium Code Reviews

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

Issue 1908423003: Make Selection.prototype.toString() enumerable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 1c52f9c9f92c1c35bded247c40ed9e2884ab5670..eaeefd754ff6cb18f26287af2dabce13c9a8b1ad 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum-expected.txt
@@ -1,7 +1,7 @@
This tests that the toString() function does not enumerate.
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 WebKitCSSMatrix.
PASS: the toString function is not enumerable for HTMLDivElement.
PASS: the toString function is not enumerable for HTMLDocument.
PASS: the toString function is not enumerable for Object.

Powered by Google App Engine