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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt

Issue 14485: bucketizing more tests, fixing v8/jscore differences by re-baselining (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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 | Annotate | Revision Log
Property Changes:
Name: svn:eol-style
+ native
OLDNEW
(Empty)
1 DOMException needs a real prototype: http://bugs.webkit.org/show_bug.cgi?id=1663 7
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS e.toString() is "Error: HIERARCHY_REQUEST_ERR: DOM Exception 3"
7 FAIL Object.prototype.toString.call(e) should be [object DOMException]. Was [obj ect DOMCoreException].
8 FAIL Object.prototype.toString.call(e.__proto__) should be [object DOMExceptionP rototype]. Was [object Object].
9 FAIL e.constructor.toString() should be [object DOMExceptionConstructor]. Was fu nction DOMCoreException() { [native code] }.
10 PASS e.constructor is window.DOMException
11 PASS e.HIERARCHY_REQUEST_ERR is e.constructor.HIERARCHY_REQUEST_ERR
12 PASS e.HIERARCHY_REQUEST_ERR is 3
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698