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

Side by Side 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: remove WebKitCSSMatrix test Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 This tests that the toString() function does not enumerate. 1 This tests that the toString() function does not enumerate.
2 2
3 PASS: the toString function is not enumerable for Location. 3 PASS: the toString function is not enumerable for Location.
4 PASS: the toString function is not enumerable for Selection.
5 PASS: the toString function is not enumerable for HTMLDivElement. 4 PASS: the toString function is not enumerable for HTMLDivElement.
6 PASS: the toString function is not enumerable for HTMLDocument. 5 PASS: the toString function is not enumerable for HTMLDocument.
7 PASS: the toString function is not enumerable for Object. 6 PASS: the toString function is not enumerable for Object.
8 PASS: the toString function is not enumerable for Array. 7 PASS: the toString function is not enumerable for Array.
9 8
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html ('k') | third_party/WebKit/Source/core/editing/Selection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698