[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

jberlin at webkit.org jberlin at webkit.org
Sun Feb 20 23:32:35 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 955e4a7223be43d0a5658f42bd3aca2cfc42a96d
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 21 16:36:54 2011 +0000

    Modify the Windows-specific results after http://trac.webkit.org/changeset/76208 in order to
    get the bots green. Unreviewed.
    https://bugs.webkit.org/show_bug.cgi?id=52557
    
    * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
    * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
    * platform/win/fast/dom/prototype-inheritance-expected.txt:
    * platform/win/fast/js/global-constructors-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76350 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a03621b..cfb95a5 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,16 @@
 2011-01-21  Jessie Berlin  <jberlin at apple.com>
 
+        Modify the Windows-specific results after http://trac.webkit.org/changeset/76208 in order to
+        get the bots green. Unreviewed.
+        https://bugs.webkit.org/show_bug.cgi?id=52557
+
+        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/win/fast/dom/prototype-inheritance-expected.txt:
+        * platform/win/fast/js/global-constructors-expected.txt:
+
+2011-01-21  Jessie Berlin  <jberlin at apple.com>
+
         Add Windows-specific results for fast/dom/52776.html to get the bot green. Unreviewed.
         https://bugs.webkit.org/show_bug.cgi?id=52776
 
diff --git a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
index 86eef74..4ba9bf5 100644
--- a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
@@ -87,6 +87,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIFrameElement') is 'obj
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLImageElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLInputElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIsIndexElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLKeygenElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLIElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLabelElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLegendElement') is 'object'
diff --git a/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
index 72afb8a..4c3974a 100644
--- a/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
@@ -251,6 +251,7 @@ Never found HTMLHeadingElement
 Never found HTMLIFrameElement
 Never found HTMLImageElement
 Never found HTMLIsIndexElement
+Never found HTMLKeygenElement
 Never found HTMLLIElement
 Never found HTMLLabelElement
 Never found HTMLLegendElement
diff --git a/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
index 15c301c..093c0f5 100644
--- a/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
@@ -171,6 +171,8 @@ PASS inner.HTMLInputElement.isInner is true
 PASS inner.HTMLInputElement.constructor.isInner is true
 PASS inner.HTMLIsIndexElement.isInner is true
 PASS inner.HTMLIsIndexElement.constructor.isInner is true
+PASS inner.HTMLKeygenElement.isInner is true
+PASS inner.HTMLKeygenElement.constructor.isInner is true
 PASS inner.HTMLLIElement.isInner is true
 PASS inner.HTMLLIElement.constructor.isInner is true
 PASS inner.HTMLLabelElement.isInner is true
diff --git a/LayoutTests/platform/win/fast/js/global-constructors-expected.txt b/LayoutTests/platform/win/fast/js/global-constructors-expected.txt
index 7b92537..4441c3b 100644
--- a/LayoutTests/platform/win/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/win/fast/js/global-constructors-expected.txt
@@ -81,6 +81,7 @@ PASS HTMLIFrameElement.toString() is '[object HTMLIFrameElementConstructor]'
 PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
 PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
 PASS HTMLIsIndexElement.toString() is '[object HTMLIsIndexElementConstructor]'
+PASS HTMLKeygenElement.toString() is '[object HTMLKeygenElementConstructor]'
 PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
 PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'
 PASS HTMLLegendElement.toString() is '[object HTMLLegendElementConstructor]'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list