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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 17:59:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ecd086e83b9c3797a3e02397dd486c326c047662
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 4 02:45:59 2010 +0000

    2010-12-03  Martin Robinson  <mrobinson at igalia.com>
    
            Add a platform-specific baseline for GTK+ after r73128. This test
            just click at a predetermined location in the middle of the text field.
            Since GTK+ font sizes differ from other ports, the text selected differs.
    
            * platform/gtk/fast/forms/onselect-textarea-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73322 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 918c86f..6a16746 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-03  Martin Robinson  <mrobinson at igalia.com>
+
+        Add a platform-specific baseline for GTK+ after r73128. This test
+        just click at a predetermined location in the middle of the text field.
+        Since GTK+ font sizes differ from other ports, the text selected differs.
+
+        * platform/gtk/fast/forms/onselect-textarea-expected.txt: Added.
+
 2010-12-03  Dimitri Glazkov  <dglazkov at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/gtk/fast/forms/onselect-textarea-expected.txt b/LayoutTests/platform/gtk/fast/forms/onselect-textarea-expected.txt
new file mode 100644
index 0000000..4c87299
--- /dev/null
+++ b/LayoutTests/platform/gtk/fast/forms/onselect-textarea-expected.txt
@@ -0,0 +1,20 @@
+
+This tests onSelect for textareas. 
+This also makes sure that the correct selection is restored when the element regains focus.
+
+Calling focus on textarea
+After focus: textarea selection start: 0 end: 0
+
+Calling setSelectionRange on textarea
+After setSelectionRange(5, 10): textarea selection start: 5 end: 10
+
+Double clicking to make selection for textarea
+onselect fired for textarea
+After double clicking: textarea selection start: 0 end: 8
+
+Calling blur on textarea
+After blur: textarea selection start: 0 end: 8
+
+Calling focus on textarea
+After focus: textarea selection start: 0 end: 8
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list