1 Test constructors for classes in Window
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS Audio.prototype.toString.call(new Audio) is '[object HTMLAudioElement]'
6 PASS Image.prototype.toString.call(new Image) is '[object HTMLImageElement]'
7 PASS Option.prototype.toString.call(new Option) is '[object HTMLOptionElement]'
8 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
9 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix()) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
10 PASS new WebKitCSSMatrix(null) threw exception SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'null'..
11 FAIL new WebKitCSSMatrix(undefined) should throw an exception. Was matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000).
12 PASS XMLHttpRequest.prototype.toString.call(new XMLHttpRequest) is '[object XMLHttpRequest]'
13 PASS XSLTProcessor.prototype.toString.call(new XSLTProcessor) is '[object XSLTProcessor]'
14 PASS successfullyParsed is true