<?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>192178</bug_id>
          
          <creation_ts>2018-11-29 14:04:35 -0800</creation_ts>
          <short_desc>REGRESSION (r238635): [iOS] 11 API tests failing</short_desc>
          <delta_ts>2018-11-29 18:51:23 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>192165</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=192165</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dbates</cc>
    
    <cc>jlewis3</cc>
    
    <cc>thorton</cc>
    
    <cc>tsavell</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1483167</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-11-29 14:04:35 -0800</bug_when>
    <thetext>Failed

    TestWebKitAPI.WKWebViewEditActions.PasteAndMatchStyle
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:257
        Expected equality of these values:
          &quot;WebKit&quot;
          [destination stringByEvaluatingJavaScript:@&quot;getSelection().toString()&quot;]
            Which is: &quot;&quot;
        

    TestWebKitAPI.WKWebViewEditActions.SetTextColor
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:300
        Expected equality of these values:
          &quot;rgba(0, 255, 0, 0.2)&quot;
          [webView stylePropertyAtSelectionStart:@&quot;color&quot;]
            Which is: &quot;rgb(255, 0, 0)&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:301
        Value of: [webView querySelectorExists:@&quot;font&quot;]
          Actual: true
        Expected: false
        

    TestWebKitAPI.WKWebViewEditActions.ChangeFontSize
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:277
        Expected equality of these values:
          17
          [[webView stylePropertyAtSelectionStart:@&quot;font-size&quot;] floatValue]
            Which is: 16
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:279
        Expected equality of these values:
          18
          [[webView stylePropertyAtSelectionStart:@&quot;font-size&quot;] floatValue]
            Which is: 16
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:282
        Expected equality of these values:
          17
          [[webView stylePropertyAtSelectionStart:@&quot;font-size&quot;] floatValue]
            Which is: 16
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:287
        Expected equality of these values:
          20
          [[webView stylePropertyAtSelectionStart:@&quot;font-size&quot;] floatValue]
            Which is: 16
        

    TestWebKitAPI.WKWebViewEditActions.SetFontFamily
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:317
        Expected equality of these values:
          &quot;\&quot;Times New Roman\&quot;&quot;
          [webView stylePropertyAtSelectionStart:@&quot;font-family&quot;]
            Which is: &quot;Helvetica&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:318
        Expected equality of these values:
          &quot;12px&quot;
          [webView stylePropertyAtSelectionStart:@&quot;font-size&quot;]
            Which is: &quot;24px&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:319
        Expected equality of these values:
          &quot;bold&quot;
          [webView stylePropertyAtSelectionStart:@&quot;font-weight&quot;]
            Which is: &quot;normal&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:325
        Expected equality of these values:
          &quot;20px&quot;
          [webView stylePropertyAtSelectionStart:@&quot;font-size&quot;]
            Which is: &quot;24px&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:326
        Expected equality of these values:
          &quot;bold&quot;
          [webView stylePropertyAtSelectionStart:@&quot;font-weight&quot;]
            Which is: &quot;normal&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:327
        Expected equality of these values:
          &quot;italic&quot;
          [webView stylePropertyAtSelectionStart:@&quot;font-style&quot;]
            Which is: &quot;normal&quot;
        

    TestWebKitAPI.WKWebViewEditActions.ToggleStrikeThrough
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:221
        Expected equality of these values:
          &quot;none&quot;
          [webView stylePropertyAtSelectionStart:@&quot;-webkit-text-decorations-in-effect&quot;]
            Which is: &quot;line-through&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:222
        Expected equality of these values:
          &quot;none&quot;
          [webView stylePropertyAtSelectionEnd:@&quot;-webkit-text-decorations-in-effect&quot;]
            Which is: &quot;line-through&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:227
        Expected equality of these values:
          &quot;line-through&quot;
          [webView stylePropertyAtSelectionStart:@&quot;-webkit-text-decorations-in-effect&quot;]
            Which is: &quot;none&quot;
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:231
        Expected equality of these values:
          &quot;none&quot;
          [webView stylePropertyAtSelectionStart:@&quot;-webkit-text-decorations-in-effect&quot;]
            Which is: &quot;line-through&quot;
        

Timeout

    TestWebKitAPI.DragAndDropTests.ContentEditableToContentEditable
    TestWebKitAPI.DragAndDropTests.TextAreaToInput
    TestWebKitAPI.DragAndDropTests.ContentEditableToTextarea
    TestWebKitAPI.DragAndDropTests.SinglePlainTextWordTypeIdentifiers
    TestWebKitAPI.DragAndDropTests.ContentEditableMoveParagraphs
    TestWebKitAPI.DragAndDropTests.SinglePlainTextURLTypeIdentifiers

https://build.webkit.org/builders/Apple%20iOS%2012%20Simulator%20Release%20WK2%20(Tests)/builds/1245</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1483169</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-11-29 14:06:26 -0800</bug_when>
    <thetext>Maybe this regressed with &quot;[iOS] Page not defocused when Find-in-page becomes first responder&quot;
​https://bugs.webkit.org/show_bug.cgi?id=192084</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1483171</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-11-29 14:08:19 -0800</bug_when>
    <thetext>It seems the most likely candidate in the regression range:
https://trac.webkit.org/log/webkit/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=238635&amp;stop_rev=238632&amp;limit=100&amp;verbose=on</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1483350</commentid>
    <comment_count>3</comment_count>
    <who name="Wenson Hsieh">wenson_hsieh</who>
    <bug_when>2018-11-29 18:51:23 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 192165 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>