<?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>266008</bug_id>
          
          <creation_ts>2023-12-07 12:37:45 -0800</creation_ts>
          <short_desc>REGRESSION: 270951@main [ iOS17 ] imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative.html (layout-test) is a constant text failure</short_desc>
          <delta_ts>2023-12-07 22:49:54 -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>DOM</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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="Dawn Morningstar">Morningstar</reporter>
          <assigned_to name="Ahmad Saleem">ahmad.saleem792</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>ntim</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>1997729</commentid>
    <comment_count>0</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2023-12-07 12:37:45 -0800</bug_when>
    <thetext>imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative.html 
is a constant text failure after 270951@main

HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fdisabled-elements%2Fdisabled-event-dispatch.tentative.html 

DIFF:
--- /Volumes/Data/worker/Apple-iOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative-actual.txt
@@ -20,8 +20,8 @@
 PASS Testing click events when clicking child of disabled my-control.
 PASS Testing click events when clicking disabled button.
 PASS Testing click events when clicking disabled my-control.
-PASS Testing dblclick events when clicking child of disabled button.
-PASS Testing dblclick events when clicking child of disabled my-control.
+FAIL Testing dblclick events when clicking child of disabled button. assert_equals: child element received dblclick events expected true but got false
+FAIL Testing dblclick events when clicking child of disabled my-control. assert_equals: child element received dblclick events expected true but got false
 PASS Testing dblclick events when clicking disabled button.
 PASS Testing dblclick events when clicking disabled my-control.
 
DIFF-URL:
https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/271609@main%20(987)/imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative-diff.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997730</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-12-07 12:38:19 -0800</bug_when>
    <thetext>&lt;rdar://problem/119332865&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997731</commentid>
    <comment_count>2</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2023-12-07 12:41:07 -0800</bug_when>
    <thetext>Starting on Ahmad whom committed 270951@main</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997732</commentid>
    <comment_count>3</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-12-07 12:41:20 -0800</bug_when>
    <thetext>Note it is not regression but rebaseline issue due to lack of double click on iOS.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997733</commentid>
    <comment_count>4</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-12-07 12:41:48 -0800</bug_when>
    <thetext>Will fix it later today.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997800</commentid>
    <comment_count>5</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-12-07 15:22:35 -0800</bug_when>
    <thetext>Just my notes:

1) This test has now moved on WPT upstream - should we resync it again?

2) This test has two expectation files on &apos;iOS&apos; platform:

platform/ios-simulator-16-wk2/imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative-expected.txt

and

platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative-expected.txt

^ Looks into failing file and &apos;expected&apos; file: It seems to be first one: https://ews-build.s3-us-west-2.amazonaws.com/iOS-17-Simulator-WPT-WK2-Tests-EWS/1ce694b9-5758/imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabled-event-dispatch.tentative-expected.txt

Which we need to update.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997941</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-12-07 22:49:53 -0800</bug_when>
    <thetext>Committed 271716@main (b8b425ed2bb3): &lt;https://commits.webkit.org/271716@main&gt;

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

    </bug>

</bugzilla>