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

Side by Side Diff: LayoutTests/fast/dom/Window/custom-constructors-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Test constructors for classes in Window 1 Test constructors for classes in Window
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS Audio.prototype.toString.call(new Audio) is '[object HTMLAudioElement]' 5 PASS Audio.prototype.toString.call(new Audio) is '[object HTMLAudioElement]'
6 PASS Image.prototype.toString.call(new Image) is '[object HTMLImageElement]' 6 PASS Image.prototype.toString.call(new Image) is '[object HTMLImageElement]'
7 PASS Option.prototype.toString.call(new Option) is '[object HTMLOptionElement]' 7 PASS Option.prototype.toString.call(new Option) is '[object HTMLOptionElement]'
8 PASS WebKitPoint.prototype.toString.call(new WebKitPoint) is '[object WebKitPoin t]' 8 PASS WebKitPoint.prototype.toString.call(new WebKitPoint) is '[object WebKitPoin t]'
9 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1.0 00000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)' 9 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1.0 00000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
10 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix()) is 'matrix(1 .000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)' 10 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix()) is 'matrix(1 .000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
11 PASS new WebKitCSSMatrix(null) threw exception Error: SyntaxError: DOM Exception 12. 11 PASS new WebKitCSSMatrix(null) threw exception SyntaxError: An invalid or illega l string was specified..
12 PASS new WebKitCSSMatrix(undefined) threw exception Error: SyntaxError: DOM Exce ption 12. 12 PASS new WebKitCSSMatrix(undefined) threw exception SyntaxError: An invalid or i llegal string was specified..
13 PASS XMLHttpRequest.prototype.toString.call(new XMLHttpRequest) is '[object XMLH ttpRequest]' 13 PASS XMLHttpRequest.prototype.toString.call(new XMLHttpRequest) is '[object XMLH ttpRequest]'
14 PASS XSLTProcessor.prototype.toString.call(new XSLTProcessor) is '[object XSLTPr ocessor]' 14 PASS XSLTProcessor.prototype.toString.call(new XSLTProcessor) is '[object XSLTPr ocessor]'
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/atob-btoa-expected.txt ('k') | LayoutTests/fast/dom/Window/dispatchEvent-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698