<?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>256806</bug_id>
          
          <creation_ts>2023-05-15 14:42:48 -0700</creation_ts>
          <short_desc>Follow-up: Use the same simulated iPhone model for layout tests an API tests</short_desc>
          <delta_ts>2023-05-24 15:13:18 -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>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=239885</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Robert Jenner">jenner</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>jbedard</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1955498</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2023-05-15 14:42:48 -0700</bug_when>
    <thetext>The following tests fail on iOS devices that are iPhone XS and higher. It should be noted that they all pass on iPhone SE:

TestWebKitAPI.DragAndDropTests.AvoidPreciseDropNearTopOfTextArea
TestWebKitAPI.DragAndDropTests.CanDragImageWhenNotFirstResponder
TestWebKitAPI.DragAndDropTests.CanStartDragOnDivWithDraggableAttribute
TestWebKitAPI.DragAndDropTests.CanStartDragOnModel
TestWebKitAPI.DragAndDropTests.DataTransferTypesOnDragStartForLink
TestWebKitAPI.DragAndDropTests.DataTransferTypesOnDragStartForTextSelection
TestWebKitAPI.DragAndDropTests.DoNotExposeCrossOriginImageData
TestWebKitAPI.DragAndDropTests.DragLiftPreviewDataTransferSetDragImage
TestWebKitAPI.DragAndDropTests.EnterAndLeaveEvents
TestWebKitAPI.DragAndDropTests.ModernWebArchiveType
TestWebKitAPI.DocumentEditingContext.Simple
TestWebKitAPI.ImageAnalysisTests.AvoidRedundantTextRecognitionRequests
TestWebKitAPI.PDFSnapshot.FullContent
TestWebKitAPI.PDFSnapshot.Over200Inches
TestWebKitAPI.RequestTextInputContext.FocusedEditableEmptyLine
TestWebKitAPI.RequestTextInputContext.FocusedEditableLineWithOnlyLineBreak
TestWebKitAPI.RequestTextInputContext.Iframe
TestWebKitAPI.RequestTextInputContext.RectContainsEditableNonRootChild
TestWebKitAPI.RequestTextInputContext.RectContainsInnerEditableNonRootChild
TestWebKitAPI.RequestTextInputContext.RectContainsNestedEditableNonRootChild
TestWebKitAPI.RequestTextInputContext.Simple
TestWebKitAPI.RequestTextInputContext.TextInteraction_HighlightSelectedText
TestWebKitAPI.RestoreScrollPositionTests.RestoreScrollPositionAfterBack
TestWebKitAPI.ScrollViewInsetTests.ChangeInsetWithoutAutomaticAdjustmentWhileWebProcessIsUnresponsive
TestWebKitAPI.ScrollViewInsetTests.InnerHeightWithLargeBottomContentInset
TestWebKitAPI.ScrollViewInsetTests.RestoreInitialContentOffsetAfterCrash
TestWebKitAPI.ScrollViewInsetTests.RestoreInitialContentOffsetAfterCrashWithAsyncPolicyDelegates
TestWebKitAPI.ScrollViewInsetTests.RestoreInitialContentOffsetAfterNavigation
TestWebKitAPI.TrackingPrevention.HideScreenSizeWithScaledPage
TestWebKitAPI.TrackingPrevention.VerifyHashFromNoisyCanvas2DAPI
TestWebKitAPI.TrackingPrevention.VerifyPixelsFromNoisyCanvas2DAPI
TestWebKitAPI.WKAttachmentTests.DropFolderAsAttachmentAndMoveByDragging
TestWebKitAPI.WKAttachmentTestsIOS.DragAttachmentInsertedAsFile
TestWebKitAPI.WKAttachmentTestsIOS.InsertDroppedAttributedStringContainingAttachment
TestWebKitAPI.WKAttachmentTestsIOS.InsertDroppedImageAsAttachment
TestWebKitAPI.WKAttachmentTestsIOS.InsertDroppedImageWithNonImageFileExtension
TestWebKitAPI.WKAttachmentTestsIOS.InsertDroppedImageWithPreferredPresentationSize
TestWebKitAPI.WKAttachmentTestsIOS.InsertDroppedItemProvidersInOrder
TestWebKitAPI.WKAttachmentTestsIOS.InsertDroppedRichAndPlainTextFilesAsAttachments
TestWebKitAPI.WKAttachmentTestsIOS.InsertDroppedZipArchiveAsAttachment
TestWebKitAPI.WKAttachmentTestsIOS.InsertPastedContactAsAttachment
TestWebKitAPI.WKAttachmentTestsIOS.TargetedPreviewIsClippedWhenDroppingTallImage
TestWebKitAPI.WKScrollViewTests.PositionFixedLayerAfterScrolling
TestWebKitAPI.WKWebView.SnapshotAfterScreenUpdates
TestWebKitAPI.WKWebView.SnapshotImageBaseCase
TestWebKitAPI.WKWebView.SnapshotWithoutAfterScreenUpdates
TestWebKitAPI.WebKit.OverrideViewportArguments
TestWebKitAPI.WebKit.VisibleContentRect_ClippedBoundsWhenClippedByEnclosingView
TestWebKitAPI.WebKit.VisibleContentRect_ClippedBoundsWhenClippedByScrollView
TestWebKitAPI.WebKit.VisibleContentRect_FullBoundsWhenClippedByNonScrollView
TestWebKitAPI.WebKitLegacy.RenderInContextSnapshot
TestWebKitAPI._WKActivatedElementInfo.HitTestPointOutsideView
TestWebKitAPI._WKActivatedElementInfo.InfoForBlank
TestWebKitAPI._WKActivatedElementInfo.InfoForLink


Adjustments to these tests will need to be made to take into account a device with a larger edge to edge screen, such as an iPhone XS or higher, or a device with a dynamic island (iPhone 14)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1955499</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2023-05-15 14:43:18 -0700</bug_when>
    <thetext>&lt;rdar://problem/109372419&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1957466</commentid>
    <comment_count>2</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2023-05-23 15:53:38 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 256860 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1957493</commentid>
    <comment_count>3</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2023-05-23 16:45:58 -0700</bug_when>
    <thetext>The majority of these tests were fixed in:

https://commits.webkit.org/264150@main


The rest have been filed:
https://bugs.webkit.org/show_bug.cgi?id=257239
https://bugs.webkit.org/show_bug.cgi?id=257235
https://bugs.webkit.org/show_bug.cgi?id=257228
 
and are currently being worked on. That being said, I think we can put up a PR to switch our API simulator for API tests from iPhone SE, to iPhone 12.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1957496</commentid>
    <comment_count>4</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2023-05-23 16:47:22 -0700</bug_when>
    <thetext>Re-opening to land a config change after all of these tests have been addressed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1957729</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-05-24 15:13:15 -0700</bug_when>
    <thetext>Committed 264487@main (c0733478cc6a): &lt;https://commits.webkit.org/264487@main&gt;

Reviewed commits have been landed. Closing PR #14275 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>