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

mjs at apple.com mjs at apple.com
Sun Feb 20 22:59:51 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b4fe755c20f17eb610f10107c1a2154991640b47
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 15 00:42:13 2011 +0000

    2011-01-14  Maciej Stachowiak  <mjs at apple.com>
    
            Reviewed by Anders Carlsson.
    
            Fix a few things in the WebKit2 skipped list
            https://bugs.webkit.org/show_bug.cgi?id=52484
    
            * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list.
            * editing/style/stylewithcss-without-selection.html: Fix this test to avoid
            referencing an undefined variable in the failure case.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75841 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 88cd686..ccf6b28 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-14  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Anders Carlsson.
+
+        Fix a few things in the WebKit2 skipped list
+        https://bugs.webkit.org/show_bug.cgi?id=52484
+
+        * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list.
+        * editing/style/stylewithcss-without-selection.html: Fix this test to avoid
+        referencing an undefined variable in the failure case.
+
 2011-01-14  Mihai Parparita  <mihaip at chromium.org>
 
         Update the svg/ pixel expectations for the chromium-mac port.
diff --git a/LayoutTests/editing/style/stylewithcss-without-selection.html b/LayoutTests/editing/style/stylewithcss-without-selection.html
index 27af7fe..d0b7804 100644
--- a/LayoutTests/editing/style/stylewithcss-without-selection.html
+++ b/LayoutTests/editing/style/stylewithcss-without-selection.html
@@ -22,7 +22,7 @@ document.execCommand('bold', false, null);
 
 var result = 'PASS';
 if (firstInnerHTML != test.innerHTML)
-    result = 'FAIL: ' + firstResult + ' does not match ' + test.innerHTML;
+    result = 'FAIL: ' + firstInnerHTML + ' does not match ' + test.innerHTML;
 document.body.appendChild(document.createTextNode(result));
 
 </script>
diff --git a/LayoutTests/platform/mac-wk2/Skipped b/LayoutTests/platform/mac-wk2/Skipped
index 787037e..e55c9b2 100644
--- a/LayoutTests/platform/mac-wk2/Skipped
+++ b/LayoutTests/platform/mac-wk2/Skipped
@@ -61,6 +61,7 @@ editing/style/style-boundary-005.html
 
 # WebKitTestRunner needs an implementation of eventSender
 # <https://bugs.webkit.org/show_bug.cgi?id=42194>
+fast/forms/focus-change-on-keypress.html
 fast/forms/select-live-pseudo-selectors.html
 editing/selection/caret-bidi-first-and-last-letters.html
 compositing/iframes/layout-on-compositing-change.html
@@ -319,7 +320,6 @@ fast/events/scroll-to-anchor-in-overflow-hidden.html
 fast/events/scrollbar-double-click.html
 fast/events/select-onchange-crash.html
 fast/events/selectstart-during-autoscroll.html
-fast/events/shadow-boundary-crossing-2.html
 fast/events/shadow-boundary-crossing.html
 fast/events/space-scroll-event.html
 fast/events/special-key-events-in-input-text.html
@@ -1223,6 +1223,15 @@ fast/forms/textarea-paste-newline.html
 http/tests/misc/copy-resolves-urls.html
 platform/mac/editing/pasteboard/text-precomposed.html
 
+# execCommand("undo") doesn't work in WebKit2
+# <rdar://problem/8862023>
+editing/style/stylewithcss-without-selection.html
+editing/execCommand/format-block-multiple-paragraphs-in-pre.html
+
+# Assigning location.hash is not immediately reflected in location object
+# <rdar://problem/8867804>
+svg/css/cursor-replace.svg
+
 # WebKitTestRunner needs to support evaluateInWebInspector
 # <https://bugs.webkit.org/show_bug.cgi?id=42319>
 # Need Web Inspector in WebKit2
@@ -1948,6 +1957,9 @@ fast/frames/meta-refresh-user-gesture.html
 # WebKitTestRunner needs layoutTestController.setUseDashboardCompatibilityMode
 platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html
 
+# WebKitTestRunner needs layoutTestController.addURLToRedirect
+http/tests/loading/cross-origin-XHR-willLoadRequest.html
+
 # WebKit2 needs support for moving/resizing and querying the location/size the window
 fast/dom/Window/window-resize-and-move-arguments.html
 fast/dom/Window/window-resize.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list