[Qt][WK2] Unreviewed gardening.
authorossy@webkit.org <ossy@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 18:59:09 +0000 (18:59 +0000)
committerossy@webkit.org <ossy@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 18:59:09 +0000 (18:59 +0000)
https://bugs.webkit.org/show_bug.cgi?id=67485

* platform/qt-wk2/Skipped:
  - fast/dom/Window/window-properties.html: unskip, it needed only update
  - fast/text/complex-preferred-logical-widths.html: unskip, it passes now
  - http/tests/loading/empty-urls.html: unskip, it doesn't exist now
  - http/tests/loading/progress-finished-callback.html: move to the correct place
* platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: Updated.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/platform/qt-wk2/Skipped
LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt

index 7be3470..22fa68b 100644 (file)
@@ -1,5 +1,17 @@
 2012-02-02  Csaba Osztrogonác  <ossy@webkit.org>
 
+        [Qt][WK2] Unreviewed gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=67485
+
+        * platform/qt-wk2/Skipped:
+          - fast/dom/Window/window-properties.html: unskip, it needed only update
+          - fast/text/complex-preferred-logical-widths.html: unskip, it passes now
+          - http/tests/loading/empty-urls.html: unskip, it doesn't exist now
+          - http/tests/loading/progress-finished-callback.html: move to the correct place
+        * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: Updated.
+
+2012-02-02  Csaba Osztrogonác  <ossy@webkit.org>
+
         [Qt] Unreviewed gardening.
 
         * platform/qt/Skipped: Unskip a now passing test.
index e6270db..d36c3ab 100644 (file)
@@ -251,13 +251,6 @@ http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
 # new failing tests
 fast/events/mouseover-button.html
 
-# New failing tests
-# https://bugs.webkit.org/show_bug.cgi?id=67485
-fast/dom/Window/window-properties.html
-fast/text/complex-preferred-logical-widths.html
-http/tests/loading/empty-urls.html
-http/tests/loading/progress-finished-callback.html
-
 # [Qt][WK2] fast/inline/absolute-positioned-inline-in-centred-block.html is flaky
 # https://bugs.webkit.org/show_bug.cgi?id=67607
 fast/inline/absolute-positioned-inline-in-centred-block.html
@@ -423,3 +416,6 @@ http/tests/navigation/anchor-frames-gbk.html
 # [Qt][WK2] scrollbars/scroll-rtl-or-bt-layer.html fails
 # https://bugs.webkit.org/show_bug.cgi?id=76986
 scrollbars/scroll-rtl-or-bt-layer.html
+
+# CONSOLE MESSAGE: line 4: TypeError: 'undefined' is not a function (evaluating 'layoutTestController.dumpProgressFinishedCallback()')
+http/tests/loading/progress-finished-callback.html
index c51c9bd..284efee 100644 (file)
@@ -42,7 +42,6 @@ window.Attr.prototype.removeChild [function]
 window.Attr.prototype.removeEventListener [function]
 window.Attr.prototype.replaceChild [function]
 window.Audio [object AudioConstructor]
-window.Audio.length [number]
 window.Audio.prototype [object HTMLAudioElementPrototype]
 window.Audio.prototype.ATTRIBUTE_NODE [number]
 window.Audio.prototype.CDATA_SECTION_NODE [number]
@@ -335,6 +334,7 @@ window.CSSRule.STYLE_RULE [number]
 window.CSSRule.UNKNOWN_RULE [number]
 window.CSSRule.WEBKIT_KEYFRAMES_RULE [number]
 window.CSSRule.WEBKIT_KEYFRAME_RULE [number]
+window.CSSRule.WEBKIT_REGION_RULE [number]
 window.CSSRule.prototype [object CSSRulePrototype]
 window.CSSRule.prototype.CHARSET_RULE [number]
 window.CSSRule.prototype.FONT_FACE_RULE [number]
@@ -512,8 +512,61 @@ window.CloseEvent.prototype.stopImmediatePropagation [function]
 window.CloseEvent.prototype.stopPropagation [function]
 window.Comment [object CommentConstructor]
 window.Comment.prototype [printed above as window.CharacterData.prototype]
+window.CompositionEvent [object CompositionEventConstructor]
+window.CompositionEvent.prototype [object CompositionEventPrototype]
+window.CompositionEvent.prototype.AT_TARGET [number]
+window.CompositionEvent.prototype.BLUR [number]
+window.CompositionEvent.prototype.BUBBLING_PHASE [number]
+window.CompositionEvent.prototype.CAPTURING_PHASE [number]
+window.CompositionEvent.prototype.CHANGE [number]
+window.CompositionEvent.prototype.CLICK [number]
+window.CompositionEvent.prototype.DBLCLICK [number]
+window.CompositionEvent.prototype.DRAGDROP [number]
+window.CompositionEvent.prototype.FOCUS [number]
+window.CompositionEvent.prototype.KEYDOWN [number]
+window.CompositionEvent.prototype.KEYPRESS [number]
+window.CompositionEvent.prototype.KEYUP [number]
+window.CompositionEvent.prototype.MOUSEDOWN [number]
+window.CompositionEvent.prototype.MOUSEDRAG [number]
+window.CompositionEvent.prototype.MOUSEMOVE [number]
+window.CompositionEvent.prototype.MOUSEOUT [number]
+window.CompositionEvent.prototype.MOUSEOVER [number]
+window.CompositionEvent.prototype.MOUSEUP [number]
+window.CompositionEvent.prototype.SELECT [number]
+window.CompositionEvent.prototype.initCompositionEvent [function]
+window.CompositionEvent.prototype.initEvent [function]
+window.CompositionEvent.prototype.initUIEvent [function]
+window.CompositionEvent.prototype.preventDefault [function]
+window.CompositionEvent.prototype.stopImmediatePropagation [function]
+window.CompositionEvent.prototype.stopPropagation [function]
 window.Counter [object CounterConstructor]
 window.Counter.prototype [object CounterPrototype]
+window.CustomEvent [object CustomEventConstructor]
+window.CustomEvent.prototype [object CustomEventPrototype]
+window.CustomEvent.prototype.AT_TARGET [number]
+window.CustomEvent.prototype.BLUR [number]
+window.CustomEvent.prototype.BUBBLING_PHASE [number]
+window.CustomEvent.prototype.CAPTURING_PHASE [number]
+window.CustomEvent.prototype.CHANGE [number]
+window.CustomEvent.prototype.CLICK [number]
+window.CustomEvent.prototype.DBLCLICK [number]
+window.CustomEvent.prototype.DRAGDROP [number]
+window.CustomEvent.prototype.FOCUS [number]
+window.CustomEvent.prototype.KEYDOWN [number]
+window.CustomEvent.prototype.KEYPRESS [number]
+window.CustomEvent.prototype.KEYUP [number]
+window.CustomEvent.prototype.MOUSEDOWN [number]
+window.CustomEvent.prototype.MOUSEDRAG [number]
+window.CustomEvent.prototype.MOUSEMOVE [number]
+window.CustomEvent.prototype.MOUSEOUT [number]
+window.CustomEvent.prototype.MOUSEOVER [number]
+window.CustomEvent.prototype.MOUSEUP [number]
+window.CustomEvent.prototype.SELECT [number]
+window.CustomEvent.prototype.initCustomEvent [function]
+window.CustomEvent.prototype.initEvent [function]
+window.CustomEvent.prototype.preventDefault [function]
+window.CustomEvent.prototype.stopImmediatePropagation [function]
+window.CustomEvent.prototype.stopPropagation [function]
 window.DOMException [object DOMExceptionConstructor]
 window.DOMException.ABORT_ERR [number]
 window.DOMException.DATA_CLONE_ERR [number]
@@ -904,6 +957,31 @@ window.EntityReference.prototype.removeChild [function]
 window.EntityReference.prototype.removeEventListener [function]
 window.EntityReference.prototype.replaceChild [function]
 window.Error [function]
+window.ErrorEvent [object ErrorEventConstructor]
+window.ErrorEvent.prototype [object ErrorEventPrototype]
+window.ErrorEvent.prototype.AT_TARGET [number]
+window.ErrorEvent.prototype.BLUR [number]
+window.ErrorEvent.prototype.BUBBLING_PHASE [number]
+window.ErrorEvent.prototype.CAPTURING_PHASE [number]
+window.ErrorEvent.prototype.CHANGE [number]
+window.ErrorEvent.prototype.CLICK [number]
+window.ErrorEvent.prototype.DBLCLICK [number]
+window.ErrorEvent.prototype.DRAGDROP [number]
+window.ErrorEvent.prototype.FOCUS [number]
+window.ErrorEvent.prototype.KEYDOWN [number]
+window.ErrorEvent.prototype.KEYPRESS [number]
+window.ErrorEvent.prototype.KEYUP [number]
+window.ErrorEvent.prototype.MOUSEDOWN [number]
+window.ErrorEvent.prototype.MOUSEDRAG [number]
+window.ErrorEvent.prototype.MOUSEMOVE [number]
+window.ErrorEvent.prototype.MOUSEOUT [number]
+window.ErrorEvent.prototype.MOUSEOVER [number]
+window.ErrorEvent.prototype.MOUSEUP [number]
+window.ErrorEvent.prototype.SELECT [number]
+window.ErrorEvent.prototype.initEvent [function]
+window.ErrorEvent.prototype.preventDefault [function]
+window.ErrorEvent.prototype.stopImmediatePropagation [function]
+window.ErrorEvent.prototype.stopPropagation [function]
 window.EvalError [function]
 window.Event [object EventConstructor]
 window.Event.AT_TARGET [number]
@@ -997,8 +1075,6 @@ window.HTMLBaseElement [object HTMLBaseElementConstructor]
 window.HTMLBaseElement.prototype [printed above as window.Element.prototype]
 window.HTMLBaseFontElement [object HTMLBaseFontElementConstructor]
 window.HTMLBaseFontElement.prototype [printed above as window.Element.prototype]
-window.HTMLBlockquoteElement [object HTMLBlockquoteElementConstructor]
-window.HTMLBlockquoteElement.prototype [printed above as window.Element.prototype]
 window.HTMLBodyElement [object HTMLBodyElementConstructor]
 window.HTMLBodyElement.prototype [printed above as window.Element.prototype]
 window.HTMLButtonElement [object HTMLButtonElementConstructor]
@@ -1045,8 +1121,6 @@ window.HTMLImageElement [object HTMLImageElementConstructor]
 window.HTMLImageElement.prototype [printed above as window.Element.prototype]
 window.HTMLInputElement [object HTMLInputElementConstructor]
 window.HTMLInputElement.prototype [printed above as window.Element.prototype]
-window.HTMLIsIndexElement [object HTMLIsIndexElementConstructor]
-window.HTMLIsIndexElement.prototype [printed above as window.Element.prototype]
 window.HTMLKeygenElement [object HTMLKeygenElementConstructor]
 window.HTMLKeygenElement.prototype [printed above as window.Element.prototype]
 window.HTMLLIElement [object HTMLLIElementConstructor]
@@ -1106,6 +1180,8 @@ window.HTMLSelectElement [object HTMLSelectElementConstructor]
 window.HTMLSelectElement.prototype [printed above as window.Element.prototype]
 window.HTMLSourceElement [object HTMLSourceElementConstructor]
 window.HTMLSourceElement.prototype [printed above as window.Element.prototype]
+window.HTMLSpanElement [object HTMLSpanElementConstructor]
+window.HTMLSpanElement.prototype [printed above as window.Element.prototype]
 window.HTMLStyleElement [object HTMLStyleElementConstructor]
 window.HTMLStyleElement.prototype [printed above as window.Element.prototype]
 window.HTMLTableCaptionElement [object HTMLTableCaptionElementConstructor]
@@ -1169,6 +1245,13 @@ window.Math.round [function]
 window.Math.sin [function]
 window.Math.sqrt [function]
 window.Math.tan [function]
+window.MediaController [object MediaControllerConstructor]
+window.MediaController.prototype [object MediaControllerPrototype]
+window.MediaController.prototype.addEventListener [function]
+window.MediaController.prototype.dispatchEvent [function]
+window.MediaController.prototype.pause [function]
+window.MediaController.prototype.play [function]
+window.MediaController.prototype.removeEventListener [function]
 window.MediaError [object MediaErrorConstructor]
 window.MediaError.MEDIA_ERR_ABORTED [number]
 window.MediaError.MEDIA_ERR_DECODE [number]
@@ -1196,6 +1279,7 @@ window.MessagePort.prototype.dispatchEvent [function]
 window.MessagePort.prototype.postMessage [function]
 window.MessagePort.prototype.removeEventListener [function]
 window.MessagePort.prototype.start [function]
+window.MessagePort.prototype.webkitPostMessage [function]
 window.MimeType [object MimeTypeConstructor]
 window.MimeType.prototype [object MimeTypePrototype]
 window.MimeTypeArray [object MimeTypeArrayConstructor]
@@ -1319,7 +1403,6 @@ window.Notation.prototype [printed above as window.Node.prototype]
 window.Number [function]
 window.Object [function]
 window.Option [object OptionConstructor]
-window.Option.length [number]
 window.Option.prototype [printed above as window.Element.prototype]
 window.OverflowEvent [object OverflowEventConstructor]
 window.OverflowEvent.BOTH [number]
@@ -1337,6 +1420,8 @@ window.PluginArray.prototype [object PluginArrayPrototype]
 window.PluginArray.prototype.item [function]
 window.PluginArray.prototype.namedItem [function]
 window.PluginArray.prototype.refresh [function]
+window.PopStateEvent [object PopStateEventConstructor]
+window.PopStateEvent.prototype [printed above as window.Event.prototype]
 window.ProcessingInstruction [object ProcessingInstructionConstructor]
 window.ProcessingInstruction.prototype [printed above as window.Node.prototype]
 window.ProgressEvent [object ProgressEventConstructor]
@@ -1997,8 +2082,23 @@ window.TypeError [function]
 window.UIEvent [object UIEventConstructor]
 window.UIEvent.prototype [printed above as window.Event.prototype]
 window.URIError [function]
+window.WebGLContextEvent [object WebGLContextEventConstructor]
+window.WebGLContextEvent.prototype [printed above as window.Event.prototype]
 window.WebKitAnimationEvent [object WebKitAnimationEventConstructor]
 window.WebKitAnimationEvent.prototype [printed above as window.Event.prototype]
+window.WebKitCSSFilterValue [object WebKitCSSFilterValueConstructor]
+window.WebKitCSSFilterValue.CSS_FILTER_BLUR [number]
+window.WebKitCSSFilterValue.CSS_FILTER_BRIGHTNESS [number]
+window.WebKitCSSFilterValue.CSS_FILTER_CONTRAST [number]
+window.WebKitCSSFilterValue.CSS_FILTER_DROP_SHADOW [number]
+window.WebKitCSSFilterValue.CSS_FILTER_GRAYSCALE [number]
+window.WebKitCSSFilterValue.CSS_FILTER_HUE_ROTATE [number]
+window.WebKitCSSFilterValue.CSS_FILTER_INVERT [number]
+window.WebKitCSSFilterValue.CSS_FILTER_OPACITY [number]
+window.WebKitCSSFilterValue.CSS_FILTER_REFERENCE [number]
+window.WebKitCSSFilterValue.CSS_FILTER_SATURATE [number]
+window.WebKitCSSFilterValue.CSS_FILTER_SEPIA [number]
+window.WebKitCSSFilterValue.prototype [printed above as window.CSSValue.prototype]
 window.WebKitCSSKeyframeRule [object WebKitCSSKeyframeRuleConstructor]
 window.WebKitCSSKeyframeRule.prototype [printed above as window.CSSRule.prototype]
 window.WebKitCSSKeyframesRule [object WebKitCSSKeyframesRuleConstructor]
@@ -2072,6 +2172,7 @@ window.Worker.prototype.dispatchEvent [function]
 window.Worker.prototype.postMessage [function]
 window.Worker.prototype.removeEventListener [function]
 window.Worker.prototype.terminate [function]
+window.Worker.prototype.webkitPostMessage [function]
 window.XMLDocument [printed above as window.Document]
 window.XMLHttpRequest [object XMLHttpRequestConstructor]
 window.XMLHttpRequest.DONE [number]
@@ -2102,6 +2203,8 @@ window.XMLHttpRequestException.prototype [object XMLHttpRequestExceptionPrototyp
 window.XMLHttpRequestException.prototype.ABORT_ERR [number]
 window.XMLHttpRequestException.prototype.NETWORK_ERR [number]
 window.XMLHttpRequestException.prototype.toString [function]
+window.XMLHttpRequestProgressEvent [object XMLHttpRequestProgressEventConstructor]
+window.XMLHttpRequestProgressEvent.prototype [printed above as window.Event.prototype]
 window.XMLHttpRequestUpload [object XMLHttpRequestUploadConstructor]
 window.XMLHttpRequestUpload.prototype [object XMLHttpRequestUploadPrototype]
 window.XMLHttpRequestUpload.prototype.addEventListener [function]
@@ -2156,6 +2259,7 @@ window.XSLTProcessor.prototype.reset [function]
 window.XSLTProcessor.prototype.setParameter [function]
 window.XSLTProcessor.prototype.transformToDocument [function]
 window.XSLTProcessor.prototype.transformToFragment [function]
+window.__qt_sender__ [undefined]
 window.addEventListener [function]
 window.alert [function]
 window.applicationCache [object DOMApplicationCache]
@@ -2165,6 +2269,7 @@ window.applicationCache.IDLE [number]
 window.applicationCache.OBSOLETE [number]
 window.applicationCache.UNCACHED [number]
 window.applicationCache.UPDATEREADY [number]
+window.applicationCache.abort [function]
 window.applicationCache.addEventListener [function]
 window.applicationCache.dispatchEvent [function]
 window.applicationCache.oncached [null]
@@ -2268,8 +2373,12 @@ window.constructor.prototype.setInterval [function]
 window.constructor.prototype.setTimeout [function]
 window.constructor.prototype.showModalDialog [function]
 window.constructor.prototype.stop [function]
+window.constructor.prototype.webkitCancelAnimationFrame [function]
+window.constructor.prototype.webkitCancelRequestAnimationFrame [function]
 window.constructor.prototype.webkitConvertPointFromNodeToPage [function]
 window.constructor.prototype.webkitConvertPointFromPageToNode [function]
+window.constructor.prototype.webkitPostMessage [function]
+window.constructor.prototype.webkitRequestAnimationFrame [function]
 window.crypto [object Crypto]
 window.crypto.getRandomValues [function]
 window.decodeURI [function]
@@ -2287,7 +2396,7 @@ window.event [undefined]
 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]
@@ -2372,7 +2481,6 @@ window.onmouseup [null]
 window.onmousewheel [null]
 window.onoffline [null]
 window.ononline [null]
-window.onorientationchange [null]
 window.onpagehide [null]
 window.onpageshow [null]
 window.onpause [null]
@@ -2406,7 +2514,6 @@ window.onwebkitanimationstart [null]
 window.onwebkittransitionend [null]
 window.open [function]
 window.openDatabase [function]
-window.orientation [number]
 window.outerHeight [number]
 window.outerWidth [number]
 window.pageXOffset [number]
@@ -2466,9 +2573,12 @@ window.typeOfNullAware [function]
 window.typeStringNullAware [function]
 window.undefined [undefined]
 window.unescape [function]
+window.webkitCancelAnimationFrame [function]
+window.webkitCancelRequestAnimationFrame [function]
 window.webkitConvertPointFromNodeToPage [function]
 window.webkitConvertPointFromPageToNode [function]
-window.webkitNotifications [null]
+window.webkitPostMessage [function]
+window.webkitRequestAnimationFrame [function]
 window.window [printed above as window]
 window.getSelection() [object DOMSelection]
 window.getSelection().addRange [function]