[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mihaip at chromium.org mihaip at chromium.org
Fri Jan 21 14:45:55 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 0031486e3d2d90850e3ef067694367118458736d
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 29 18:17:51 2010 +0000

    2010-12-29  Mihai Parparita  <mihaip at chromium.org>
    
            Unreviewed Chromium baselines. Update Chromium baselines for
            fast/events/ime-composition-events-001.html after r74735 (the
            new baselines are closer to the upstream Mac ones).
    
            * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed.
            * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed.
            * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74748 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8a2841b..f83b64f 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
 2010-12-29  Mihai Parparita  <mihaip at chromium.org>
 
+        Unreviewed Chromium baselines. Update Chromium baselines for
+        fast/events/ime-composition-events-001.html after r74735 (the
+        new baselines are closer to the upstream Mac ones).
+
+        * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed.
+        * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed.
+        * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added.
+
+2010-12-29  Mihai Parparita  <mihaip at chromium.org>
+
         Unreviewed Chromium baselines. Add Chromium baselines for the
         layout test added by r74743.
 
diff --git a/LayoutTests/platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt
deleted file mode 100644
index e0184cd..0000000
--- a/LayoutTests/platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
-
-To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
-
-
-SUCCESS: INPUT - compositionend - "1"
-SUCCESS: INPUT - textInput - "1"
-SUCCESS: INPUT - compositionstart - "1"
-SUCCESS: INPUT - compositionend - "2"
-SUCCESS: INPUT - textInput - "2"
-SUCCESS: INPUT - compositionstart - "2"
-SUCCESS: INPUT - compositionend - "3"
-SUCCESS: INPUT - textInput - "3"
-SUCCESS: INPUT - compositionstart - "3"
-SUCCESS: INPUT - compositionend - "3"
-SUCCESS: INPUT - textInput - "3"
-SUCCESS: INPUT - textInput - "4"
-SUCCESS: INPUT - compositionend - "5"
-SUCCESS: INPUT - textInput - "5"
-SUCCESS: INPUT - compositionstart - "5"
-SUCCESS: INPUT - compositionend - "6"
-SUCCESS: INPUT - textInput - "6"
-SUCCESS: INPUT - compositionstart - "6"
-SUCCESS: INPUT - compositionend - "7"
-SUCCESS: INPUT - textInput - "7"
-SUCCESS: INPUT - compositionstart - "7"
-SUCCESS: INPUT - compositionend - ""
-SUCCESS: INPUT - textInput - ""
diff --git a/LayoutTests/platform/chromium-win/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/platform/chromium-win/fast/events/ime-composition-events-001-expected.txt
deleted file mode 100644
index e0184cd..0000000
--- a/LayoutTests/platform/chromium-win/fast/events/ime-composition-events-001-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
-
-To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
-
-
-SUCCESS: INPUT - compositionend - "1"
-SUCCESS: INPUT - textInput - "1"
-SUCCESS: INPUT - compositionstart - "1"
-SUCCESS: INPUT - compositionend - "2"
-SUCCESS: INPUT - textInput - "2"
-SUCCESS: INPUT - compositionstart - "2"
-SUCCESS: INPUT - compositionend - "3"
-SUCCESS: INPUT - textInput - "3"
-SUCCESS: INPUT - compositionstart - "3"
-SUCCESS: INPUT - compositionend - "3"
-SUCCESS: INPUT - textInput - "3"
-SUCCESS: INPUT - textInput - "4"
-SUCCESS: INPUT - compositionend - "5"
-SUCCESS: INPUT - textInput - "5"
-SUCCESS: INPUT - compositionstart - "5"
-SUCCESS: INPUT - compositionend - "6"
-SUCCESS: INPUT - textInput - "6"
-SUCCESS: INPUT - compositionstart - "6"
-SUCCESS: INPUT - compositionend - "7"
-SUCCESS: INPUT - textInput - "7"
-SUCCESS: INPUT - compositionstart - "7"
-SUCCESS: INPUT - compositionend - ""
-SUCCESS: INPUT - textInput - ""
diff --git a/LayoutTests/platform/chromium/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/platform/chromium/fast/events/ime-composition-events-001-expected.txt
new file mode 100644
index 0000000..7fe2156
--- /dev/null
+++ b/LayoutTests/platform/chromium/fast/events/ime-composition-events-001-expected.txt
@@ -0,0 +1,15 @@
+This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
+
+To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
+
+
+SUCCESS: INPUT - compositionstart - "1"
+SUCCESS: INPUT - compositionupdate - "2"
+SUCCESS: INPUT - compositionupdate - "3"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - textInput - "4"
+SUCCESS: INPUT - compositionstart - "5"
+SUCCESS: INPUT - compositionupdate - "6"
+SUCCESS: INPUT - compositionupdate - "7"
+SUCCESS: INPUT - compositionend - ""

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list