[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

abecsi at webkit.org abecsi at webkit.org
Fri Feb 26 22:17:37 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit fe13ade6887ce5fdfa626fa77c9d7d01f5d3bce9
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 11 09:26:07 2010 +0000

        Rubber-stamped by Kenneth Rohde Christiansen.
    
        [Qt] Update expected results for the following tests after r54646 because of ImageData support.
    
        * 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: http://svn.webkit.org/repository/webkit/trunk@54648 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f966ec4..54f7367 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-11  Andras Becsi  <abecsi at webkit.org>
+
+        Rubber-stamped by Kenneth Rohde Christiansen.
+
+        [Qt] Update expected results for the following tests after r54646 because of ImageData support.
+
+        * 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:
+
 2010-02-11  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
index 7a5edc3..ad21870 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
@@ -1044,6 +1044,8 @@ window.HTMLVideoElement [object HTMLVideoElementConstructor]
 window.HTMLVideoElement.prototype [printed above as window.Element.prototype]
 window.Image [object ImageConstructor]
 window.Image.prototype [printed above as window.Element.prototype]
+window.ImageData [object ImageDataConstructor]
+window.ImageData.prototype [object ImageDataPrototype]
 window.KeyboardEvent [object KeyboardEventConstructor]
 window.KeyboardEvent.prototype [printed above as window.Event.prototype]
 window.MediaError [object MediaErrorConstructor]
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
index 0a680dd..b19e2b7 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
@@ -114,6 +114,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'obje
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Image') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'ImageData') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Infinity') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'JSON') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'KeyboardEvent') is 'object'
diff --git a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
index 300a055..384c0a1 100644
--- a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
@@ -215,6 +215,8 @@ PASS inner.HTMLVideoElement.isInner is true
 PASS inner.HTMLVideoElement.constructor.isInner is true
 PASS inner.Image.isInner is true
 PASS inner.Image.constructor.isInner is true
+PASS inner.ImageData.isInner is true
+PASS inner.ImageData.constructor.isInner is true
 PASS inner.KeyboardEvent.isInner is true
 PASS inner.KeyboardEvent.constructor.isInner is true
 PASS inner.MediaError.isInner is true
diff --git a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt b/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
index 77cc4c6..3364928 100644
--- a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
@@ -107,6 +107,7 @@ PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
 PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
 PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
 PASS Image.toString() is '[object ImageConstructor]'
+PASS ImageData.toString() is '[object ImageDataConstructor]'
 PASS KeyboardEvent.toString() is '[object KeyboardEventConstructor]'
 PASS MediaError.toString() is '[object MediaErrorConstructor]'
 PASS MediaList.toString() is '[object MediaListConstructor]'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list