[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

bweinstein at apple.com bweinstein at apple.com
Fri Jan 21 14:58:14 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 33bc4199d7b32634e197b751cbee3fd6d550f902
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 19:03:04 2011 +0000

    Land failing Windows results after r75031. Fixing the tests is being tracked by
    https://bugs.webkit.org/show_bug.cgi?id=51912.
    
    * platform/win/accessibility/document-role-expected.txt:
    * platform/win/accessibility/selection-and-focus-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75083 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d505242..4f65fda 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-05  Brian Weinstein  <bweinstein at apple.com>
+
+        Land failing Windows results after r75031. Fixing the tests is being tracked by
+        https://bugs.webkit.org/show_bug.cgi?id=51912.
+
+        * platform/win/accessibility/document-role-expected.txt:
+        * platform/win/accessibility/selection-and-focus-expected.txt:
+
 2011-01-05  Abhishek Arya  <inferno at chromium.org>
 
         Reviewed by Dave Hyatt.
diff --git a/LayoutTests/platform/win/accessibility/document-role-expected.txt b/LayoutTests/platform/win/accessibility/document-role-expected.txt
index 1557943..a59d90e 100644
--- a/LayoutTests/platform/win/accessibility/document-role-expected.txt
+++ b/LayoutTests/platform/win/accessibility/document-role-expected.txt
@@ -1,4 +1,4 @@
 Test for role attribute of document 
 ----------------------------------- 
-role of Document : document 
+role of Document : client 
 
diff --git a/LayoutTests/platform/win/accessibility/selection-and-focus-expected.txt b/LayoutTests/platform/win/accessibility/selection-and-focus-expected.txt
index c83d082..9e621cc 100644
--- a/LayoutTests/platform/win/accessibility/selection-and-focus-expected.txt
+++ b/LayoutTests/platform/win/accessibility/selection-and-focus-expected.txt
@@ -2,7 +2,7 @@
 This tests that we can adjust focus and selection via accessibility API.
 
 
-PASS accessibilityController.focusedElement.role is "document"
+FAIL accessibilityController.focusedElement.role should be document. Was client.
 PASS accessibilityController.focusedElement.role is "list"
 
 Option 0 is selected.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list