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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 13:16:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d199b887cc5e82e960f4e6c2b4e899c2688ffedf
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 10 05:40:14 2010 +0000

    2010-09-09  Kent Tamura  <tkent at chromium.org>
    
            Unreviewed, attempt to fix a Qt test failure.
    
            * fast/forms/input-number-unacceptable-style.html: Set background-color explicitly.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67171 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 285a2c2..aa6c49d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-09  Kent Tamura  <tkent at chromium.org>
+
+        Unreviewed, attempt to fix a Qt test failure.
+
+        * fast/forms/input-number-unacceptable-style.html: Set background-color explicitly.
+
 2010-09-09  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/LayoutTests/fast/forms/input-number-unacceptable-style.html b/LayoutTests/fast/forms/input-number-unacceptable-style.html
index a16514f..35b5235 100644
--- a/LayoutTests/fast/forms/input-number-unacceptable-style.html
+++ b/LayoutTests/fast/forms/input-number-unacceptable-style.html
@@ -4,6 +4,9 @@
 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
 <script src="../../fast/js/resources/js-test-pre.js"></script>
 <style>
+input {
+  background-color: #ffffff;
+}
 :invalid {
   background-color: #ff0000;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list