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

commit-queue at webkit.org commit-queue at webkit.org
Sun Feb 20 23:19:44 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 9ddde0bcb35efa105dd28b0f95b95b7b0c34c50b
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 19 23:19:48 2011 +0000

    2011-01-19  Sheriff Bot  <webkit.review.bot at gmail.com>
    
            Unreviewed, rolling out r76166.
            http://trac.webkit.org/changeset/76166
            https://bugs.webkit.org/show_bug.cgi?id=52755
    
            The platform-specific baseline should not be removed yet.
            (Requested by dglazkov on #webkit).
    
            * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Added.
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76171 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5065e9d..43d2e8a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-19  Sheriff Bot  <webkit.review.bot at gmail.com>
+
+        Unreviewed, rolling out r76166.
+        http://trac.webkit.org/changeset/76166
+        https://bugs.webkit.org/show_bug.cgi?id=52755
+
+        The platform-specific baseline should not be removed yet.
+        (Requested by dglazkov on #webkit).
+
+        * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2011-01-19  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Anders Carlsson.
diff --git a/LayoutTests/platform/chromium-win/fast/forms/slider-mouse-events-expected.txt b/LayoutTests/platform/chromium-win/fast/forms/slider-mouse-events-expected.txt
new file mode 100644
index 0000000..cd5cc5b
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/forms/slider-mouse-events-expected.txt
@@ -0,0 +1,18 @@
+This tests that slider controls get mousedown, mousemove, input, and mouseup events and properly set its value.
+
+mousemove
+mousedown
+0
+mousemove
+input
+mouseup
+36
+mousemove
+mousedown
+input
+4
+mousemove
+input
+mouseup
+21
+
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index f8b4abb..edd67bf 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3085,3 +3085,6 @@ BUGCR69639 : http/tests/loading/cross-origin-XHR-willLoadRequest.html = TEXT
 // New test, added in r75852 for JSC, fails in V8
 BUGCR69736 : fast/js/js-continue-break-restrictions.html = TEXT
 BUGCR1 REBASELINE MAC : fast/events/offsetX-offsetY.html = TEXT
+
+// Waiting to rebaseline
+BUG_DGLAZKOV : fast/forms/slider-mouse-events.html = TEXT
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list