[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

kov at webkit.org kov at webkit.org
Thu Apr 8 00:32:46 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 0dd708e59eb859bfe93e13f22c62ef8ec043f7e9
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 11 17:15:06 2009 +0000

    Fixed typo in test result.
    
    * platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51996 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 417002f..bd4f68b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-11  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Fixed typo in test result.
+
+        * platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt:
+
 2009-12-11  Csaba Osztrogonác  <ossy at webkit.org>
 
         Rubber-stamped by Simon Hausmann.
diff --git a/LayoutTests/platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt b/LayoutTests/platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt
index 24b39f9..b989b76 100644
--- a/LayoutTests/platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt
+++ b/LayoutTests/platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt
@@ -3,13 +3,13 @@ Test to make sure we can toggle text decorations correctly. The first three test
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PLATFORM-DEPENDNET TESTS
+PLATFORM-DEPENDENT TESTS
 one bold command converted <u><b>hello</b> world</u> to <u>hello world</u>
 one bold command converted <b>hello </b>world to hello world
 one bold command converted <u><b>hello </b></u>world to <u>hello </u>world
 one italic command converted <i>hello</i> <img> to hello <img>
 one italic command converted <s><b>hello<i> world</i></b></s> to <s><b><i>hello world</i></b></s>
-PLATFORM-INDEPENDNET TESTS
+PLATFORM-INDEPENDENT TESTS
 PASS one bold command converted <u><span id='test'><b>hello</b></span><b>world</b></u> to <u><span id="test">hello</span>world</u>
 PASS one bold command converted <span id='test' style='font-weight:normal;'><b>hello</b></span> to <span id="test">hello</span>
 PASS one bold command converted <div><b>hello</b><br><br><b>world</b></div> to <div>hello<br><br>world</div>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list