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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 12:28:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9714951349bb542ad68e5ebffb51b14aec6a452c
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 12:11:15 2010 +0000

    Unreviewed trivial fix.
    
    Remove wrong code from Qt that's dumping extra markup into the clipboard
    https://bugs.webkit.org/show_bug.cgi?id=44506
    
    After r65888 we don't need Qt specific expected result.
    
    * platform/qt/editing/pasteboard/onpaste-text-html-expected.txt: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65890 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 81f6e20..c5c105a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-24  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed trivial fix.
+
+        Remove wrong code from Qt that's dumping extra markup into the clipboard
+        https://bugs.webkit.org/show_bug.cgi?id=44506
+
+        After r65888 we don't need Qt specific expected result.
+
+        * platform/qt/editing/pasteboard/onpaste-text-html-expected.txt: Removed.
+
 2010-08-24  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Reviewed by Dirk Schulze.
diff --git a/LayoutTests/platform/qt/editing/pasteboard/onpaste-text-html-expected.txt b/LayoutTests/platform/qt/editing/pasteboard/onpaste-text-html-expected.txt
deleted file mode 100644
index 1cd7746..0000000
--- a/LayoutTests/platform/qt/editing/pasteboard/onpaste-text-html-expected.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-CONSOLE MESSAGE: line 21: text/plain: This test verifies that we can get text/html from the clipboard during an onpaste event. 
-CONSOLE MESSAGE: line 23: text/html: <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0);  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">This test verifies that we can get text/html from the clipboard during an onpaste event.<span class="Apple-converted-space"> </span></span></body></html>
-This test verifies that we can get text/html from the clipboard during an onpaste event. This test requires DRT.
-Paste content in this div.This test verifies that we can get text/html from the clipboard during an onpaste event. 
-PASS
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list