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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Window/element-constructors-to-string-expected.txt

Issue 1497503002: Removes the custom toString callback for the various DOM constructors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: testharness.js Created 5 years 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
(Empty)
1 Test that HTML element constructors' toString is just Function.prototype.toStrin g, and that changing <HTML ELEMENT>.toString.toString doesn't change the output of <HTML ELEMENT>.toString().
jochen (gone - plz use gerrit) 2015/12/03 12:09:10 i'm surprised you need the expectation? maybe if y
epertoso 2015/12/03 13:01:00 Indeed.
2
3 This is a testharness.js-based test.
4 PASS HTMLElement.toString should be Function.prototype.toString
5 PASS HTMLElement.toString.toString should be Function.prototype.toString
6 PASS After changing HTMLElement.toString.toString, HTMLElement.toString should s till be Function.prototype.toString
7 PASS After changing HTMLElement.toString.toString, HTMLDivElement.toString shoul d still be Function.prototype.toString
8 Harness: the test ran to completion.
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698