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

rniwa at webkit.org rniwa at webkit.org
Fri Jan 21 14:39:54 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 0d880fd0b8a68d93044d57d2cbf44e3468027a52
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 24 03:18:27 2010 +0000

    2010-12-23  Ryosuke Niwa  <rniwa at webkit.org>
    
            Unreviewed Qt rebaseline for r74593.
    
            * platform/qt/editing/pasteboard/copy-in-password-field-expected.txt: Added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74607 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 7612a20..c5e8f5d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-23  Ryosuke Niwa  <rniwa at webkit.org>
 
+        Unreviewed Qt rebaseline for r74593.
+
+        * platform/qt/editing/pasteboard/copy-in-password-field-expected.txt: Added.
+
+2010-12-23  Ryosuke Niwa  <rniwa at webkit.org>
+
         More unreviewed Chromium rebaselines for r74593.
 
         * platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt:
diff --git a/LayoutTests/platform/qt/editing/pasteboard/copy-in-password-field-expected.txt b/LayoutTests/platform/qt/editing/pasteboard/copy-in-password-field-expected.txt
new file mode 100644
index 0000000..6143c6c
--- /dev/null
+++ b/LayoutTests/platform/qt/editing/pasteboard/copy-in-password-field-expected.txt
@@ -0,0 +1,15 @@
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldInsertText:[not modified] replacingDOMRange:range from 0 of #text > DIV to 14 of #text > DIV givenAction:WebViewInsertActionPasted
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 13 of #text > DIV to 14 of #text > DIV toDOMRange:range from 14 of #text > DIV to 14 of #text > DIV affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+This test verifies that copying is disabled for password fields by attempting to copy from a password field and paste into a textfield. If the test passes, you'll see a of 'PASS' message below, and the textfield will remain unmodified.
+
+(The test is only meaningful in debug builds, since paste is disabled in release builds.)
+
+  
+PASS document.getElementById("text").value is "[not modified]"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list