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

hclam at chromium.org hclam at chromium.org
Wed Dec 22 13:59:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ddaad2492c97e760829ae7574bdbba509330b59c
Author: hclam at chromium.org <hclam at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 30 23:08:51 2010 +0000

    Build fix. Not reviewed.
    
    Add test expectations for Chromium.
    
    * platform/chromium-win/editing/execCommand/toggle-compound-styles-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68848 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f5045cc..8b37396 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,14 @@
 
         Build fix. Not reviewed.
 
+        Add test expectations for Chromium.
+
+        * platform/chromium-win/editing/execCommand/toggle-compound-styles-expected.txt: Added.
+
+2010-09-30  Alpha Lam  <hclam at chromium.org>
+
+        Build fix. Not reviewed.
+
         Update test expectations for Chromium.
 
         * platform/chromium-linux/fast/text/international/thai-baht-space-expected.checksum:
diff --git a/LayoutTests/platform/chromium-win/editing/execCommand/toggle-compound-styles-expected.txt b/LayoutTests/platform/chromium-win/editing/execCommand/toggle-compound-styles-expected.txt
new file mode 100644
index 0000000..1e10fc0
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/editing/execCommand/toggle-compound-styles-expected.txt
@@ -0,0 +1,22 @@
+Test to make sure we can toggle text decorations correctly. The first three tests give different result on mac only.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PLATFORM-DEPENDENT TESTS
+one bold command converted <u><b>hello</b> world</u> to <u><b>hello world</b></u>
+one bold command converted <b>hello </b>world to <b>hello world</b>
+one bold command converted <u><b>hello </b></u>world to <b><u>hello </u>world</b>
+one italic command converted <i>hello</i> <img> to <i>hello <img></i>
+one italic command converted <s><b>hello<i> world</i></b></s> to <s><b><i>hello world</i></b></s>
+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>
+PASS one italic command converted <i>hello </i><img> to hello <img>
+PASS one italic command converted <i><b>hello</b>world</i> to <b>hello</b>world
+PASS one italic command converted <span style='font-style: normal;'> <i> hello </i> </span> to   hello  
+PASS one italic command converted <p><i>hello</i><span style='font-style:italic;'>world</span></p> to <p>helloworld</p>
+PASS successfullyParsed is true
+
+TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list