Commit 5877ecbc authored by ossy@webkit.org's avatar ossy@webkit.org

Update Qt specific expected results after r80846.

* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:

git-svn-id: svn://svn.chromium.org/blink/trunk@81207 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent b2abfe06
2011-03-15 Csaba Osztrogonác <ossy@webkit.org>
Update Qt specific expected results after r80846.
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:
2011-03-15 David Levin <levin@chromium.org> 2011-03-15 David Levin <levin@chromium.org>
Update leopard specific baselines for tests (editing, css) changes due to r80755. Update leopard specific baselines for tests (editing, css) changes due to r80755.
...@@ -122,6 +122,7 @@ window.Audio.prototype.setAttribute [function] ...@@ -122,6 +122,7 @@ window.Audio.prototype.setAttribute [function]
window.Audio.prototype.setAttributeNS [function] window.Audio.prototype.setAttributeNS [function]
window.Audio.prototype.setAttributeNode [function] window.Audio.prototype.setAttributeNode [function]
window.Audio.prototype.setAttributeNodeNS [function] window.Audio.prototype.setAttributeNodeNS [function]
window.Audio.prototype.webkitGetAnimations [function]
window.Audio.prototype.webkitMatchesSelector [function] window.Audio.prototype.webkitMatchesSelector [function]
window.BeforeLoadEvent [object BeforeLoadEventConstructor] window.BeforeLoadEvent [object BeforeLoadEventConstructor]
window.BeforeLoadEvent.prototype [object BeforeLoadEventPrototype] window.BeforeLoadEvent.prototype [object BeforeLoadEventPrototype]
...@@ -781,6 +782,7 @@ window.Element.prototype.setAttribute [function] ...@@ -781,6 +782,7 @@ window.Element.prototype.setAttribute [function]
window.Element.prototype.setAttributeNS [function] window.Element.prototype.setAttributeNS [function]
window.Element.prototype.setAttributeNode [function] window.Element.prototype.setAttributeNode [function]
window.Element.prototype.setAttributeNodeNS [function] window.Element.prototype.setAttributeNodeNS [function]
window.Element.prototype.webkitGetAnimations [function]
window.Element.prototype.webkitMatchesSelector [function] window.Element.prototype.webkitMatchesSelector [function]
window.Entity [object EntityConstructor] window.Entity [object EntityConstructor]
window.Entity.prototype [object EntityPrototype] window.Entity.prototype [object EntityPrototype]
...@@ -1961,8 +1963,27 @@ window.TypeError [function] ...@@ -1961,8 +1963,27 @@ window.TypeError [function]
window.UIEvent [object UIEventConstructor] window.UIEvent [object UIEventConstructor]
window.UIEvent.prototype [printed above as window.Event.prototype] window.UIEvent.prototype [printed above as window.Event.prototype]
window.URIError [function] window.URIError [function]
window.WebKitAnimation [object WebKitAnimationConstructor]
window.WebKitAnimation.DIRECTION_ALTERNATE [number]
window.WebKitAnimation.DIRECTION_NORMAL [number]
window.WebKitAnimation.FILL_BACKWARDS [number]
window.WebKitAnimation.FILL_BOTH [number]
window.WebKitAnimation.FILL_FORWARDS [number]
window.WebKitAnimation.FILL_NONE [number]
window.WebKitAnimation.prototype [object WebKitAnimationPrototype]
window.WebKitAnimation.prototype.DIRECTION_ALTERNATE [number]
window.WebKitAnimation.prototype.DIRECTION_NORMAL [number]
window.WebKitAnimation.prototype.FILL_BACKWARDS [number]
window.WebKitAnimation.prototype.FILL_BOTH [number]
window.WebKitAnimation.prototype.FILL_FORWARDS [number]
window.WebKitAnimation.prototype.FILL_NONE [number]
window.WebKitAnimation.prototype.pause [function]
window.WebKitAnimation.prototype.play [function]
window.WebKitAnimationEvent [object WebKitAnimationEventConstructor] window.WebKitAnimationEvent [object WebKitAnimationEventConstructor]
window.WebKitAnimationEvent.prototype [printed above as window.Event.prototype] window.WebKitAnimationEvent.prototype [printed above as window.Event.prototype]
window.WebKitAnimationList [object WebKitAnimationListConstructor]
window.WebKitAnimationList.prototype [object WebKitAnimationListPrototype]
window.WebKitAnimationList.prototype.item [function]
window.WebKitCSSKeyframeRule [object WebKitCSSKeyframeRuleConstructor] window.WebKitCSSKeyframeRule [object WebKitCSSKeyframeRuleConstructor]
window.WebKitCSSKeyframeRule.prototype [printed above as window.CSSRule.prototype] window.WebKitCSSKeyframeRule.prototype [printed above as window.CSSRule.prototype]
window.WebKitCSSKeyframesRule [object WebKitCSSKeyframesRuleConstructor] window.WebKitCSSKeyframesRule [object WebKitCSSKeyframesRuleConstructor]
......
...@@ -313,7 +313,9 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'TouchEvent') is 'object' ...@@ -313,7 +313,9 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'TouchEvent') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object' PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object' PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'URIError') is 'object' PASS typeof Object.getOwnPropertyDescriptor(window, 'URIError') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitAnimation') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitAnimationEvent') is 'object' PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitAnimationEvent') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitAnimationList') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframeRule') is 'object' PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframeRule') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframesRule') is 'object' PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframesRule') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSMatrix') is 'object' PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSMatrix') is 'object'
......
...@@ -615,8 +615,12 @@ PASS inner.UIEvent.isInner is true ...@@ -615,8 +615,12 @@ PASS inner.UIEvent.isInner is true
PASS inner.UIEvent.constructor.isInner is true PASS inner.UIEvent.constructor.isInner is true
PASS inner.URIError.isInner is true PASS inner.URIError.isInner is true
PASS inner.URIError.constructor.isInner is true PASS inner.URIError.constructor.isInner is true
PASS inner.WebKitAnimation.isInner is true
PASS inner.WebKitAnimation.constructor.isInner is true
PASS inner.WebKitAnimationEvent.isInner is true PASS inner.WebKitAnimationEvent.isInner is true
PASS inner.WebKitAnimationEvent.constructor.isInner is true PASS inner.WebKitAnimationEvent.constructor.isInner is true
PASS inner.WebKitAnimationList.isInner is true
PASS inner.WebKitAnimationList.constructor.isInner is true
PASS inner.WebKitCSSKeyframeRule.isInner is true PASS inner.WebKitCSSKeyframeRule.isInner is true
PASS inner.WebKitCSSKeyframeRule.constructor.isInner is true PASS inner.WebKitCSSKeyframeRule.constructor.isInner is true
PASS inner.WebKitCSSKeyframesRule.isInner is true PASS inner.WebKitCSSKeyframesRule.isInner is true
......
...@@ -294,7 +294,9 @@ PASS TextMetrics.toString() is '[object TextMetricsConstructor]' ...@@ -294,7 +294,9 @@ PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
PASS TimeRanges.toString() is '[object TimeRangesConstructor]' PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
PASS TouchEvent.toString() is '[object TouchEventConstructor]' PASS TouchEvent.toString() is '[object TouchEventConstructor]'
PASS UIEvent.toString() is '[object UIEventConstructor]' PASS UIEvent.toString() is '[object UIEventConstructor]'
PASS WebKitAnimation.toString() is '[object WebKitAnimationConstructor]'
PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]' PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]'
PASS WebKitAnimationList.toString() is '[object WebKitAnimationListConstructor]'
PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstructor]' PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstructor]'
PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstructor]' PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstructor]'
PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]' PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment