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

joepeck at webkit.org joepeck at webkit.org
Sun Feb 20 23:16:10 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit f0c06a0530334b41f8f1f78fe78ab08bc4060f02
Author: joepeck at webkit.org <joepeck at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 19 14:39:43 2011 +0000

    2011-01-19  Joseph Pecoraro  <joepeck at webkit.org>
    
            Reviewed by Simon Fraser.
    
            Update Test Now that Bug is Fixed
            https://bugs.webkit.org/show_bug.cgi?id=52677
    
            * fast/events/offsetX-offsetY-expected.txt: one more PASS line.
            * fast/events/offsetX-offsetY.html: uncomment and update hit-test location.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76124 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3d1ef46..ac4b25a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-19  Joseph Pecoraro  <joepeck at webkit.org>
+
+        Reviewed by Simon Fraser.
+
+        Update Test Now that Bug is Fixed
+        https://bugs.webkit.org/show_bug.cgi?id=52677
+
+        * fast/events/offsetX-offsetY-expected.txt: one more PASS line.
+        * fast/events/offsetX-offsetY.html: uncomment and update hit-test location.
+
 2011-01-19  Jeremy Orlow  <jorlow at chromium.org>
 
         Move pixel test results to the proper place.
diff --git a/LayoutTests/fast/events/offsetX-offsetY-expected.txt b/LayoutTests/fast/events/offsetX-offsetY-expected.txt
index 22dc775..4999478 100644
--- a/LayoutTests/fast/events/offsetX-offsetY-expected.txt
+++ b/LayoutTests/fast/events/offsetX-offsetY-expected.txt
@@ -18,6 +18,7 @@ PASS: event at (112, 62) hit abs-box at offset (32, 37)
 PASS: event at (157, 32) hit rel-box at offset (22, 24)
 PASS: event at (410, 30) hit fixed-box at offset (10, 10)
 PASS: event at (36, 272) hit with-bordertopextra at offset (4, 4)
+PASS: event at (639, 207) hit in-columns at offset (173, -172)
 PASS: event at (563, 410) hit inside-overflow at offset (7, 6)
 PASS: event at (112, 369) hit transformed at offset (11, 16)
 
diff --git a/LayoutTests/fast/events/offsetX-offsetY.html b/LayoutTests/fast/events/offsetX-offsetY.html
index 3a613b8..a432669 100644
--- a/LayoutTests/fast/events/offsetX-offsetY.html
+++ b/LayoutTests/fast/events/offsetX-offsetY.html
@@ -37,7 +37,7 @@
       dispatchEvent(157, 32, 'rel-box', 22, 24);
       dispatchEvent(410, 30, 'fixed-box', 10, 10);
       dispatchEvent(36, 272, 'with-bordertopextra', 4, 4);
-      // dispatchEvent(639, 316, 'in-columns', 173, -172);  // This is buggy. See https://bugs.webkit.org/show_bug.cgi?id=21993
+      dispatchEvent(639, 207, 'in-columns', 173, -172);
       dispatchEvent(563, 410, 'inside-overflow', 7, 6);
       dispatchEvent(112, 369, 'transformed', 11, 16);
             

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list