+2012-03-14 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
+
+ [Qt] Unreviewed, rebaseline after r110587.
+
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+
2012-03-14 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed. Update expectaions after r110676
window.find [function]
window.flushLog [function]
window.focus [function]
-window.frameElement [undefined]
+window.frameElement [null]
window.frames [printed above as window]
window.getComputedStyle [function]
window.getMatchedCSSRules [function]
window.onmousewheel [null]
window.onoffline [null]
window.ononline [null]
-window.onorientationchange [null]
window.onpagehide [null]
window.onpageshow [null]
window.onpause [null]
window.onwebkittransitionend [null]
window.open [function]
window.openDatabase [function]
-window.orientation [number]
window.outerHeight [number]
window.outerWidth [number]
window.pageXOffset [number]
--- /dev/null
+This tests if TypeError is thrown or not when we call a constructor as a normal function.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS ArrayBuffer() threw exception TypeError: '[object ArrayBufferConstructor]' is not a function (evaluating 'ArrayBuffer()').
+SKIP AudioContext is not implemented.
+PASS FormData() threw exception TypeError: '[object FormDataConstructor]' is not a function (evaluating 'FormData()').
+PASS DataView() threw exception TypeError: '[object DataViewConstructor]' is not a function (evaluating 'DataView()').
+PASS EventSource() threw exception TypeError: '[object EventSourceConstructor]' is not a function (evaluating 'EventSource()').
+PASS FileReader() threw exception TypeError: '[object FileReaderConstructor]' is not a function (evaluating 'FileReader()').
+PASS Float32Array() threw exception TypeError: '[object Float32ArrayConstructor]' is not a function (evaluating 'Float32Array()').
+PASS Float64Array() threw exception TypeError: '[object Float64ArrayConstructor]' is not a function (evaluating 'Float64Array()').
+PASS Audio() threw exception TypeError: '[object AudioConstructor]' is not a function (evaluating 'Audio()').
+PASS Image() threw exception TypeError: '[object ImageConstructor]' is not a function (evaluating 'Image()').
+PASS Option() threw exception TypeError: '[object OptionConstructor]' is not a function (evaluating 'Option()').
+PASS Int16Array() threw exception TypeError: '[object Int16ArrayConstructor]' is not a function (evaluating 'Int16Array()').
+PASS Int32Array() threw exception TypeError: '[object Int32ArrayConstructor]' is not a function (evaluating 'Int32Array()').
+PASS Int8Array() threw exception TypeError: '[object Int8ArrayConstructor]' is not a function (evaluating 'Int8Array()').
+PASS MessageChannel() threw exception TypeError: '[object MessageChannelConstructor]' is not a function (evaluating 'MessageChannel()').
+SKIP webkitDeprecatedPeerConnection is not implemented.
+PASS SharedWorker() threw exception TypeError: '[object SharedWorkerConstructor]' is not a function (evaluating 'SharedWorker()').
+PASS Uint16Array() threw exception TypeError: '[object Uint16ArrayConstructor]' is not a function (evaluating 'Uint16Array()').
+PASS Uint32Array() threw exception TypeError: '[object Uint32ArrayConstructor]' is not a function (evaluating 'Uint32Array()').
+PASS Uint8Array() threw exception TypeError: '[object Uint8ArrayConstructor]' is not a function (evaluating 'Uint8Array()').
+PASS WebKitCSSMatrix() threw exception TypeError: '[object WebKitCSSMatrixConstructor]' is not a function (evaluating 'WebKitCSSMatrix()').
+PASS WebKitPoint() threw exception TypeError: '[object WebKitPointConstructor]' is not a function (evaluating 'WebKitPoint()').
+PASS WebSocket() threw exception TypeError: '[object WebSocketConstructor]' is not a function (evaluating 'WebSocket()').
+PASS Worker() threw exception TypeError: '[object WorkerConstructor]' is not a function (evaluating 'Worker()').
+PASS XMLHttpRequest() threw exception TypeError: '[object XMLHttpRequestConstructor]' is not a function (evaluating 'XMLHttpRequest()').
+PASS XSLTProcessor() threw exception TypeError: '[object XSLTProcessorConstructor]' is not a function (evaluating 'XSLTProcessor()').
+PASS successfullyParsed is true
+
+TEST COMPLETE
+