[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

aroben at apple.com aroben at apple.com
Wed Dec 22 16:23:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c85476c6237cb8416722a2169f00a3e38d6d678e
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 22 23:21:09 2010 +0000

    Update Windows results after r72552
    
    * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
    * platform/win/fast/dom/prototype-inheritance-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72568 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index fb20e6d..6e11877 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-22  Adam Roben  <aroben at apple.com>
+
+        Update Windows results after r72552
+
+        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/win/fast/dom/prototype-inheritance-expected.txt:
+
 2010-11-22  James Robinson  <jamesr at chromium.org>
 
         Reviewed by Dimitri Glazkov.
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 a75171d..5d1af9a 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
@@ -505,6 +505,7 @@ PASS Object.getOwnPropertyDescriptor(window, 'getMatchedCSSRules') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'getSelection') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'hasOwnProperty') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'isPrototypeOf') is undefined.
+PASS Object.getOwnPropertyDescriptor(window, 'matchMedia') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'moveBy') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'moveTo') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'open') is undefined.
diff --git a/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
index d559392..0b13e94 100644
--- a/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
@@ -733,6 +733,8 @@ PASS inner.location.isInner is true
 PASS inner.location.constructor.isInner is true
 PASS inner.locationbar.isInner is true
 PASS inner.locationbar.constructor.isInner is true
+PASS inner.matchMedia.isInner is true
+PASS inner.matchMedia.constructor.isInner is true
 PASS inner.menubar.isInner is true
 PASS inner.menubar.constructor.isInner is true
 PASS inner.moveBy.isInner is true

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list