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

mario at webkit.org mario at webkit.org
Wed Dec 22 15:01:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d0264ee8ef254369b0e06b7902a4c1ced7c04803
Author: mario at webkit.org <mario at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 27 12:46:37 2010 +0000

    2010-10-27  Mario Sanchez Prada  <msanchez at igalia.com>
    
            Unreviewed, added missing line in testatk.c to add an unit test.
    
            This fixes a mistake that happened when landing reviewed patch for
            bug 47365, while addressing a minor issue before committing it.
    
            getTextAtOffset returns incorrect results if a link includes text and an image
            https://bugs.webkit.org/show_bug.cgi?id=47365
    
            * tests/testatk.c:
            (main):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70639 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/tests/testatk.c b/WebKit/gtk/tests/testatk.c
index fad92bc..bd6473a 100644
--- a/WebKit/gtk/tests/testatk.c
+++ b/WebKit/gtk/tests/testatk.c
@@ -1223,6 +1223,7 @@ int main(int argc, char** argv)
     g_test_add_func("/webkit/atk/textSelections", testWekitAtkTextSelections);
     g_test_add_func("/webkit/atk/getExtents", testWebkitAtkGetExtents);
     g_test_add_func("/webkit/atk/layoutAndDataTables", testWebkitAtkLayoutAndDataTables);
+    g_test_add_func("/webkit/atk/linksWithInlineImages", testWebkitAtkLinksWithInlineImages);
     g_test_add_func("/webkit/atk/listsOfItems", testWebkitAtkListsOfItems);
     g_test_add_func("/webkit/atk/textChangedNotifications", testWebkitAtkTextChangedNotifications);
     return g_test_run ();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list