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

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 12:59:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 59ccce7c4a9913ee371a73c2c20546628dd6124d
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 3 20:28:13 2010 +0000

    2010-09-03  Ryosuke Niwa  <rniwa at webkit.org>
    
            Unreviewed.
    
            Added new expected result that wasn't committed in r66764.
    
            * editing/style/push-down-implicit-styles-around-list-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66766 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3b54a10..063ea72 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,13 @@
 2010-09-03  Ryosuke Niwa  <rniwa at webkit.org>
 
+        Unreviewed.
+
+        Added new expected result that wasn't committed in r66764.
+
+        * editing/style/push-down-implicit-styles-around-list-expected.txt:
+
+2010-09-03  Ryosuke Niwa  <rniwa at webkit.org>
+
         Reviewed by Tony Chang.
 
         Fixed a test committed in r66743.
diff --git a/LayoutTests/editing/style/push-down-implicit-styles-around-list-expected.txt b/LayoutTests/editing/style/push-down-implicit-styles-around-list-expected.txt
index f65303f..aca1245 100644
--- a/LayoutTests/editing/style/push-down-implicit-styles-around-list-expected.txt
+++ b/LayoutTests/editing/style/push-down-implicit-styles-around-list-expected.txt
@@ -5,19 +5,19 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 PASS bold on first word of <b><ul><li><b>a</b></li></ul></b> yields <ul><li>a</li></ul>
 PASS bold on first word of <b><ul><li>hello</li><li>world</li></ul></b> yields <ul><li>hello</li><li style="font-weight: bold; ">world</li></ul>
-PASS bold on second word of <ul><li>hello</li><li style="font-weight: bold; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
+PASS bold on last word of <ul><li>hello</li><li style="font-weight: bold; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
 PASS bold on first word of <b><ul><li>hello world</li><li>webkit</li></ul></b> yields <ul><li>hello<b> world</b></li><li style="font-weight: bold; ">webkit</li></ul>
 PASS italic on first word of <i><ul><li><i>a</i></li></ul></i> yields <ul><li>a</li></ul>
 PASS italic on first word of <i><ul><li>hello</li><li>world</li></ul></i> yields <ul><li>hello</li><li style="font-style: italic; ">world</li></ul>
-PASS italic on second word of <ul><li>hello</li><li style="font-style: italic; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
+PASS italic on last word of <ul><li>hello</li><li style="font-style: italic; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
 PASS italic on first word of <i><ul><li>hello world</li><li>webkit</li></ul></i> yields <ul><li>hello<i> world</i></li><li style="font-style: italic; ">webkit</li></ul>
 PASS underline on first word of <u><ul><li><u>a</u></li></ul></u> yields <ul><li>a</li></ul>
 PASS underline on first word of <u><ul><li>hello</li><li>world</li></ul></u> yields <ul><li>hello</li><li style="text-decoration: underline; ">world</li></ul>
-PASS underline on second word of <ul><li>hello</li><li style="text-decoration: underline; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
+PASS underline on last word of <ul><li>hello</li><li style="text-decoration: underline; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
 PASS underline on first word of <u><ul><li>hello world</li><li>webkit</li></ul></u> yields <ul><li>hello<u> world</u></li><li style="text-decoration: underline; ">webkit</li></ul>
 PASS strikethrough on first word of <s><ul><li><s>a</s></li></ul></s> yields <ul><li>a</li></ul>
 PASS strikethrough on first word of <s><ul><li>hello</li><li>world</li></ul></s> yields <ul><li>hello</li><li style="text-decoration: line-through; ">world</li></ul>
-PASS strikethrough on second word of <ul><li>hello</li><li style="text-decoration: line-through; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
+PASS strikethrough on last word of <ul><li>hello</li><li style="text-decoration: line-through; ">world</li></ul> yields <ul><li>hello</li><li>world</li></ul>
 PASS strikethrough on first word of <s><ul><li>hello world</li><li>webkit</li></ul></s> yields <ul><li>hello<s> world</s></li><li style="text-decoration: line-through; ">webkit</li></ul>
 PASS successfullyParsed is true
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list