[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mitz at apple.com mitz at apple.com
Sun Feb 20 23:36:48 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 119e1ca60a7030bc655d7b15b2ef33a134400f07
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 22 03:22:52 2011 +0000

    Fix test failure.
    
    * fast/text/justify-nbsp.html: Removed a contenteditable attribute
    that was added after generating results.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76421 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6823ff3..7d9a9c5 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-21  Dan Bernstein  <mitz at apple.com>
+
+        Fix test failure.
+
+        * fast/text/justify-nbsp.html: Removed a contenteditable attribute
+        that was added after generating results.
+
 2011-01-21  Andreas Kling  <kling at webkit.org>
 
         Unreviewed, removing the Qt result for r76414 since the test
diff --git a/LayoutTests/fast/text/justify-nbsp.html b/LayoutTests/fast/text/justify-nbsp.html
index cbe3d45..1964d2b 100644
--- a/LayoutTests/fast/text/justify-nbsp.html
+++ b/LayoutTests/fast/text/justify-nbsp.html
@@ -1,4 +1,4 @@
-<div contenteditable style="border: solid blue; font: 25px ahem; width: 650px; text-align: justify; line-height: 2; -webkit-font-smoothing: none;">
+<div style="border: solid blue; font: 25px ahem; width: 650px; text-align: justify; line-height: 2; -webkit-font-smoothing: none;">
     <span>a&nbsp;b&nbsp;c&nbsp;d </span>e f g h xxxxxxxxxxx
     <br>
     <span>a b c d </span>e f g h xxxxxxxxxxx

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list