Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / Window / custom-constructors-expected.txt
index 1871813..6f38785 100644 (file)
@@ -9,7 +9,7 @@ PASS WebKitPoint.prototype.toString.call(new WebKitPoint) is '[object WebKitPoin
 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix()) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
 PASS new WebKitCSSMatrix(null) threw exception SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'null'..
-PASS new WebKitCSSMatrix(undefined) threw exception SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'undefined'..
+FAIL new WebKitCSSMatrix(undefined) should throw an exception. Was matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000).
 PASS XMLHttpRequest.prototype.toString.call(new XMLHttpRequest) is '[object XMLHttpRequest]'
 PASS XSLTProcessor.prototype.toString.call(new XSLTProcessor) is '[object XSLTProcessor]'
 PASS successfullyParsed is true