[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

dbates at webkit.org dbates at webkit.org
Thu Feb 4 21:28:58 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b20c732fb62fe039698e7b479030194db8222b23
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 27 06:07:04 2010 +0000

    2010-01-26  Daniel Bates  <dbates at webkit.org>
    
            Unreviewed. Updated expected failing results for table-percent-height.html
            to reflect one pixel difference between the results generated by the Qt bot
            and my machine. Added failing test fast/css/button-height.html to GTK Skipped
            file as we need to look into this. See bug #33936 for more details.
    
            * platform/gtk/Skipped: Added failing test fast/css/button-height.html.
            * platform/qt/fast/replaced/table-percent-height-expected.txt: Updated result.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53900 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 9da69fb..b4c0c24 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
 2010-01-26  Daniel Bates  <dbates at webkit.org>
 
+        Unreviewed. Updated expected failing results for table-percent-height.html
+        to reflect one pixel difference between the results generated by the Qt bot
+        and my machine. Added failing test fast/css/button-height.html to GTK Skipped
+        file as we need to look into this. See bug #33936 for more details.
+
+        * platform/gtk/Skipped: Added failing test fast/css/button-height.html.
+        * platform/qt/fast/replaced/table-percent-height-expected.txt: Updated result.
+
+2010-01-26  Daniel Bates  <dbates at webkit.org>
+
         Reviewed by Tor Arne Vestbø.
 
         https://bugs.webkit.org/show_bug.cgi?id=29564
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 455096a..e143978 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5474,6 +5474,10 @@ http/tests/security/frameNavigation/cross-origin-opener.html
 # Tests with bugs attached : Enable these tests again once these bugs are fixed.
 # ------------------
 
+# Height not honored for <input> and <button> elements.
+# See Bug #33936 - https://bugs.webkit.org/show_bug.cgi?id=33936
+fast/css/button-height.htm
+
 # See Bug #27637 - https://bugs.webkit.org/show_bug.cgi?id=27637
 fast/history/saves-state-after-fragment-nav.html
 
diff --git a/LayoutTests/platform/qt/fast/replaced/table-percent-height-expected.txt b/LayoutTests/platform/qt/fast/replaced/table-percent-height-expected.txt
index 576f21d..ce3ca8f 100644
--- a/LayoutTests/platform/qt/fast/replaced/table-percent-height-expected.txt
+++ b/LayoutTests/platform/qt/fast/replaced/table-percent-height-expected.txt
@@ -46,10 +46,10 @@ PASS getWidth('object-100') is '300px'
 PASS getHeight('object-100') is '150px'
 PASS getWidth('button-75') is getWidth('button-100')
 PASS getHeight('button-75') != '0px' is true
-FAIL getHeight('button-75') should be 21px. Was 15px.
+FAIL getHeight('button-75') should be 20px. Was 14px.
 PASS getWidth('input-button-75') is getWidth('input-button-100')
 PASS getHeight('input-button-75') != '0px' is true
-FAIL getHeight('input-button-75') should be 21px. Was 15px.
+FAIL getHeight('input-button-75') should be 20px. Was 14px.
 PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100')
 PASS getHeight('input-checkbox-75') != '0px' is true
 PASS getHeight('input-checkbox-75') is 75% of getHeight('input-checkbox-100').
@@ -65,10 +65,10 @@ PASS getHeight('input-radio-75') != '0px' is true
 PASS getHeight('input-radio-75') is 75% of getHeight('input-radio-100').
 PASS getWidth('input-reset-75') is getWidth('input-reset-100')
 PASS getHeight('input-reset-75') != '0px' is true
-FAIL getHeight('input-reset-75') should be 21px. Was 15px.
+FAIL getHeight('input-reset-75') should be 20px. Was 14px.
 PASS getWidth('input-submit-75') is getWidth('input-submit-100')
 PASS getHeight('input-submit-75') != '0px' is true
-FAIL getHeight('input-submit-75') should be 21px. Was 15px.
+FAIL getHeight('input-submit-75') should be 20px. Was 14px.
 PASS getWidth('select-75') is getWidth('select-100')
 PASS getHeight('select-75') != '0px' is true
 PASS getHeight('select-75') is getHeight('select-100')

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list