<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>89473</bug_id>
          
          <creation_ts>2012-06-19 08:15:30 -0700</creation_ts>
          <short_desc>[Qt][WK2] editing/pasteboard/copy-in-password-field.html fails</short_desc>
          <delta_ts>2013-05-30 05:03:15 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abrhm</cc>
    
    <cc>ossy</cc>
    
    <cc>zarvai</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>652462</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-19 08:15:30 -0700</bug_when>
    <thetext>editing/pasteboard/copy-in-password-field.html fails on Qt-WK2 bots.
(It passed when xvfbdriver was enabled.)

--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/editing/pasteboard/copy-in-password-field-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/editing/pasteboard/copy-in-password-field-actual.txt
@@ -3,9 +3,9 @@
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldInsertText:[not modified] replacingDOMRange:range from 0 of #text &gt; DIV &gt; #shadow-root to 14 of #text &gt; DIV &gt; #shadow-root givenAction:WebViewInsertActionPasted
+EDITING DELEGATE: shouldInsertText: replacingDOMRange:range from 0 of #text &gt; DIV &gt; #shadow-root to 14 of #text &gt; DIV &gt; #shadow-root givenAction:WebViewInsertActionPasted
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #shadow-root to 0 of DIV &gt; #shadow-root toDOMRange:range from 14 of #text &gt; DIV &gt; #shadow-root to 14 of #text &gt; DIV &gt; #shadow-root affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #shadow-root to 0 of DIV &gt; #shadow-root toDOMRange:range from 0 of DIV &gt; #shadow-root to 0 of DIV &gt; #shadow-root 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&apos;ll see a of &apos;PASS&apos; message below, and the textfield will remain unmodified.
@@ -13,5 +13,5 @@
 (The test is only meaningful in debug builds, since paste is disabled in release builds.)
 
   
-PASS document.getElementById(&quot;text&quot;).value is &quot;[not modified]&quot;
+FAIL document.getElementById(&quot;text&quot;).value should be [not modified]. Was .
 

I tried to reproduce it locally, but I can&apos;t when I run only this test or all editing or all editing/pasteboard tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>652487</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-19 08:42:13 -0700</bug_when>
    <thetext>I skipped it to try to paint the bots green - http://trac.webkit.org/changeset/120715</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>652500</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-19 08:55:29 -0700</bug_when>
    <thetext>Great ... after skipping editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html	started to fail ... 

It is before editing/pasteboard/copy-in-password-field.html ... 
but it was &quot;only&quot; flakey (IMAGE PASS) previously. But after skipping
editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html
it started to fail constantly. Let&apos;s skip it too, because less tests means less problem. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>652511</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-19 09:09:38 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; Great ... after skipping editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html    started to fail ... 
&gt; 
&gt; It is before editing/pasteboard/copy-in-password-field.html ... 
&gt; but it was &quot;only&quot; flakey (IMAGE PASS) previously. But after skipping
&gt; editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html
&gt; it started to fail constantly. Let&apos;s skip it too, because less tests means less problem. :)

editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html  skipped in http://trac.webkit.org/changeset/120720</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>895485</commentid>
    <comment_count>4</comment_count>
    <who name="Gábor Ábrahám">abrhm</who>
    <bug_when>2013-05-30 04:38:17 -0700</bug_when>
    <thetext>Now this test passed.
https://trac.webkit.org/changeset/150892</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>