[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

eric at webkit.org eric at webkit.org
Fri Feb 26 22:19:41 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit f79bdc40f0eaf35c20eecaaa8eebfb428d6eadb1
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 15 05:14:51 2010 +0000

    2010-02-14  Shu Chang  <Chang.Shu at nokia.com>
    
            Reviewed by Adam Barth.
    
            [Qt] The original test case failed on Qt because its real output
            "A B C DE F" did not match the expected "A B C D E F". The input
            field between D and E failed to generate the space in the dumped
            text as it normally would if it was broken into a new line.
            This DRT issue can be addressed in a seperate bug if necessary
            but shrinking the size of font so as to fit all fields into one
            line is an immediate fix to pass the test case.
            https://bugs.webkit.org/show_bug.cgi?id=33093
    
            * fast/html/text-field-input-types.html:
            * platform/qt/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54761 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ce3ec37..e0c67b1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,19 @@
+2010-02-14  Shu Chang  <Chang.Shu at nokia.com>
+
+        Reviewed by Adam Barth.
+
+        [Qt] The original test case failed on Qt because its real output
+        "A B C DE F" did not match the expected "A B C D E F". The input
+        field between D and E failed to generate the space in the dumped
+        text as it normally would if it was broken into a new line.
+        This DRT issue can be addressed in a seperate bug if necessary
+        but shrinking the size of font so as to fit all fields into one
+        line is an immediate fix to pass the test case.
+        https://bugs.webkit.org/show_bug.cgi?id=33093
+
+        * fast/html/text-field-input-types.html:
+        * platform/qt/Skipped:
+
 2010-02-14  Chang Shu  <Chang.Shu at nokia.com>
 
         Reviewed by Laszlo Gombos.
diff --git a/LayoutTests/fast/html/text-field-input-types.html b/LayoutTests/fast/html/text-field-input-types.html
index 264fd2f..e682f2e 100644
--- a/LayoutTests/fast/html/text-field-input-types.html
+++ b/LayoutTests/fast/html/text-field-input-types.html
@@ -1,6 +1,9 @@
 <html>
 <head>
     <title>HTML5 Input Types for Text Controls</title>
+    <style>
+        body {font-size: 60%;}
+    </style>
     <script type="text/javascript">
         function test()
         {
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 4a0c589..b20374b 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -7,7 +7,6 @@ editing/pasteboard/5780697-2.html
 fast/css/getComputedStyle/computed-style-without-renderer.html
 fast/css/getComputedStyle/computed-style.html
 fast/history/history_reload.html
-fast/html/text-field-input-types.html
 svg/batik/filters/feTile.svg
 
 # =========================================================================== #

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list