[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

hyatt at apple.com hyatt at apple.com
Thu Oct 29 20:39:18 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 5a2497ef1f3e7299117b7866352c0522a088b761
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 5 22:04:54 2009 +0000

    Update layout tests to account for the new beforeload event object.
    
    * fast/dom/Window/window-properties-expected.txt:
    * fast/dom/prototype-inheritance-expected.txt:
    * fast/js/global-constructors-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49115 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d642c52..4f61b6b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-05  Dave Hyatt  <hyatt at apple.com>
+
+        Update layout tests to account for the new beforeload event object.
+
+        * fast/dom/Window/window-properties-expected.txt:
+        * fast/dom/prototype-inheritance-expected.txt:
+        * fast/js/global-constructors-expected.txt:
+
 2009-10-05  Kenneth Rohde Christiansen  <kenneth at webkit.org>
 
         Rubberstamped by Simon Hausmann.
diff --git a/LayoutTests/fast/dom/Window/window-properties-expected.txt b/LayoutTests/fast/dom/Window/window-properties-expected.txt
index c80d5a5..94f0bea 100644
--- a/LayoutTests/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-expected.txt
@@ -122,6 +122,31 @@ window.Audio.prototype.setAttributeNS [function]
 window.Audio.prototype.setAttributeNode [function]
 window.Audio.prototype.setAttributeNodeNS [function]
 window.Audio.prototype.webkitMatchesSelector [function]
+window.BeforeLoadEvent [object BeforeLoadEventConstructor]
+window.BeforeLoadEvent.prototype [object BeforeLoadEventPrototype]
+window.BeforeLoadEvent.prototype.AT_TARGET [number]
+window.BeforeLoadEvent.prototype.BLUR [number]
+window.BeforeLoadEvent.prototype.BUBBLING_PHASE [number]
+window.BeforeLoadEvent.prototype.CAPTURING_PHASE [number]
+window.BeforeLoadEvent.prototype.CHANGE [number]
+window.BeforeLoadEvent.prototype.CLICK [number]
+window.BeforeLoadEvent.prototype.DBLCLICK [number]
+window.BeforeLoadEvent.prototype.DRAGDROP [number]
+window.BeforeLoadEvent.prototype.FOCUS [number]
+window.BeforeLoadEvent.prototype.KEYDOWN [number]
+window.BeforeLoadEvent.prototype.KEYPRESS [number]
+window.BeforeLoadEvent.prototype.KEYUP [number]
+window.BeforeLoadEvent.prototype.MOUSEDOWN [number]
+window.BeforeLoadEvent.prototype.MOUSEDRAG [number]
+window.BeforeLoadEvent.prototype.MOUSEMOVE [number]
+window.BeforeLoadEvent.prototype.MOUSEOUT [number]
+window.BeforeLoadEvent.prototype.MOUSEOVER [number]
+window.BeforeLoadEvent.prototype.MOUSEUP [number]
+window.BeforeLoadEvent.prototype.SELECT [number]
+window.BeforeLoadEvent.prototype.initBeforeLoadEvent [function]
+window.BeforeLoadEvent.prototype.initEvent [function]
+window.BeforeLoadEvent.prototype.preventDefault [function]
+window.BeforeLoadEvent.prototype.stopPropagation [function]
 window.CDATASection [object CDATASectionConstructor]
 window.CDATASection.prototype [object CDATASectionPrototype]
 window.CDATASection.prototype.ATTRIBUTE_NODE [number]
diff --git a/LayoutTests/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/fast/dom/prototype-inheritance-expected.txt
index bf4b70d..5d067aa 100644
--- a/LayoutTests/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/fast/dom/prototype-inheritance-expected.txt
@@ -7,6 +7,8 @@ PASS inner.Attr.isInner is true
 PASS inner.Attr.constructor.isInner is true
 PASS inner.Audio.isInner is true
 PASS inner.Audio.constructor.isInner is true
+PASS inner.BeforeLoadEvent.isInner is true
+PASS inner.BeforeLoadEvent.constructor.isInner is true
 PASS inner.CDATASection.isInner is true
 PASS inner.CDATASection.constructor.isInner is true
 PASS inner.CSSCharsetRule.isInner is true
diff --git a/LayoutTests/fast/js/global-constructors-expected.txt b/LayoutTests/fast/js/global-constructors-expected.txt
index 742325a..d86d22e 100644
--- a/LayoutTests/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/fast/js/global-constructors-expected.txt
@@ -5,6 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 PASS Attr.toString() is '[object AttrConstructor]'
 PASS Audio.toString() is '[object AudioConstructor]'
+PASS BeforeLoadEvent.toString() is '[object BeforeLoadEventConstructor]'
 PASS CDATASection.toString() is '[object CDATASectionConstructor]'
 PASS CSSCharsetRule.toString() is '[object CSSCharsetRuleConstructor]'
 PASS CSSFontFaceRule.toString() is '[object CSSFontFaceRuleConstructor]'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list