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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 15:51:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6b68126a0f59cb50b8a0d39950dc4e72a115a251
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 15 14:49:56 2010 +0000

    Unreviewed. Add Qt specific expected results after r72003.
    
    [Qt] Possible DRT bug revealed by r72003
    https://bugs.webkit.org/show_bug.cgi?id=49538
    
    * platform/qt/fast/forms/formaction-attribute-expected.txt: Copied from LayoutTests/fast/forms/formaction-attribute-expected.txt.
    * platform/qt/fast/forms/formmethod-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/formmethod-attribute-button-html-expected.txt.
    * platform/qt/fast/forms/formtarget-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/formtarget-attribute-button-html-expected.txt.
    * platform/qt/fast/forms/mailto: Added.
    * platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/mailto/formenctype-attribute-button-html-expected.txt.
    * platform/qt/fast/forms/mailto/formenctype-attribute-input-html-expected.txt: Copied from LayoutTests/fast/forms/mailto/formenctype-attribute-input-html-expected.txt.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72005 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f4eba38..99d9fa2 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2010-11-15  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed. Add Qt specific expected results after r72003.
+
+        [Qt] Possible DRT bug revealed by r72003
+        https://bugs.webkit.org/show_bug.cgi?id=49538
+
+        * platform/qt/fast/forms/formaction-attribute-expected.txt: Copied from LayoutTests/fast/forms/formaction-attribute-expected.txt.
+        * platform/qt/fast/forms/formmethod-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/formmethod-attribute-button-html-expected.txt.
+        * platform/qt/fast/forms/formtarget-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/formtarget-attribute-button-html-expected.txt.
+        * platform/qt/fast/forms/mailto: Added.
+        * platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/mailto/formenctype-attribute-button-html-expected.txt.
+        * platform/qt/fast/forms/mailto/formenctype-attribute-input-html-expected.txt: Copied from LayoutTests/fast/forms/mailto/formenctype-attribute-input-html-expected.txt.
+
 2010-11-15  Yael Aharon  <yael.aharon at nokia.com>
 
         Reviewed by Antonio Gomes.
diff --git a/LayoutTests/platform/qt/fast/forms/formaction-attribute-expected.txt b/LayoutTests/platform/qt/fast/forms/formaction-attribute-expected.txt
new file mode 100644
index 0000000..844ef34
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/forms/formaction-attribute-expected.txt
@@ -0,0 +1,17 @@
+Test for formaction attributes in input and button tags.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS The formaction attribute in the input tag was used.
+PASS The formaction attribute in the button tag was used.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+ 
+
+
+
+
+
+
diff --git a/LayoutTests/platform/qt/fast/forms/formmethod-attribute-button-html-expected.txt b/LayoutTests/platform/qt/fast/forms/formmethod-attribute-button-html-expected.txt
new file mode 100644
index 0000000..1e278c0
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/forms/formmethod-attribute-button-html-expected.txt
@@ -0,0 +1,16 @@
+Test for the formmethod attribute in button tags.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS The formmethod attribute was successfully used
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+
+
+
+
+
diff --git a/LayoutTests/platform/qt/fast/forms/formtarget-attribute-button-html-expected.txt b/LayoutTests/platform/qt/fast/forms/formtarget-attribute-button-html-expected.txt
new file mode 100644
index 0000000..cce2604
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/forms/formtarget-attribute-button-html-expected.txt
@@ -0,0 +1,17 @@
+Test for the formtarget attribute in a button tag.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS The formtarget attribute was successfully used.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+
+
+
+
+
+
diff --git a/LayoutTests/platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt b/LayoutTests/platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt
new file mode 100644
index 0000000..1cfc209
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt
@@ -0,0 +1,7 @@
+Policy delegate: attempt to load mailto:?body=to%3Done%40example.org%0D%0Abody%3DLine%201%0D%0ALine%202%0D%0A%40%26%3D%2C%3B%3F%22%2B%0D%0A with navigation type 'form submitted'
+Field 1:  Field 2:  
+
+
+
+
+
diff --git a/LayoutTests/fast/forms/mailto/post-multiple-items-text-plain-expected.txt b/LayoutTests/platform/qt/fast/forms/mailto/formenctype-attribute-input-html-expected.txt
similarity index 100%
copy from LayoutTests/fast/forms/mailto/post-multiple-items-text-plain-expected.txt
copy to LayoutTests/platform/qt/fast/forms/mailto/formenctype-attribute-input-html-expected.txt

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list