<?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>308849</bug_id>
          
          <creation_ts>2026-02-27 14:08:04 -0800</creation_ts>
          <short_desc>REGRESSION(307744@main): [iOS debug] css3/filters/effect-drop-shadow.html is a constant crash</short_desc>
          <delta_ts>2026-03-02 16:23:44 -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>Layout and Rendering</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="Diego De La Toba">d_delatoba</reporter>
          <assigned_to name="Simon Fraser (smfr)">simon.fraser</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>jbedard</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2185661</commentid>
    <comment_count>0</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-27 14:08:04 -0800</bug_when>
    <thetext>css3/filters/effect-drop-shadow.html is a constant crash on iOS debug. 


HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=css3%2Ffilters%2Feffect-drop-shadow.html


CRASH LOG:
No crash log found for WebKitTestRunnerApp:30805.

stdout:
layer at (0,0) size 800x600
  RenderView at (0,0) size 800x600
layer at (0,0) size 800x245
  RenderBlock {HTML} at (0,0) size 800x245
    RenderBody {BODY} at (8,8) size 784x229
      RenderText {#text} at (0,0) size 0x0
layer at (18,18) size 160x90
  RenderImage {IMG} at (10,10) size 160x90
layer at (198,18) size 160x90
  RenderImage {IMG} at (190,10) size 160x90
layer at (378,18) size 160x90
  RenderImage {IMG} at (370,10) size 160x90
layer at (558,18) size 160x90
  RenderImage {IMG} at (550,10) size 160x90
layer at (18,133) size 160x90
  RenderImage {IMG} at (10,124) size 160x91

stderr:
SHOULD NEVER BE REACHED
/Volumes/Data/worker/Apple-iOS-26-Simulator-Debug-Build/build/Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm(3784) : void WebKit::WebPage::updateVisibleContentRects(const VisibleContentRectUpdateInfo &amp;, MonotonicTime)
1   0x132fe4fe4 WebKit::WebPage::updateVisibleContentRects(WebKit::VisibleContentRectUpdateInfo const&amp;, WTF::MonotonicTime)
2   0x13437edcc WebKit::ViewUpdateDispatcher::dispatchVisibleContentRectUpdate()
3   0x134394568 WebKit::ViewUpdateDispatcher::visibleContentRectUpdate(WTF::ObjectIdentifierGeneric&lt;WebCore::PageIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits&lt;unsigned long long&gt;, unsigned long long&gt;, WebKit::VisibleContentRectUpdateInfo const&amp;)::$_0::operator()() const
4   0x134394330 WTF::Detail::CallableWrapper&lt;WebKit::ViewUpdateDispatcher::visibleContentRectUpdate(WTF::ObjectIdentifierGeneric&lt;WebCore::PageIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits&lt;unsigned long long&gt;, unsigned long long&gt;, WebKit::VisibleContentRectUpdateInfo const&amp;)::$_0, void&gt;::call()
5   0x1057a385c WTF::Function&lt;void ()&gt;::operator()() const
6   0x1058817b0 WTF::RunLoop::performWork()
7   0x105889394 WTF::RunLoop::performWork(void*)
8   0x1804563a4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
9   0x1804562ec __CFRunLoopDoSource0
10  0x180455a78 __CFRunLoopDoSources0
11  0x180454c4c __CFRunLoopRun
12  0x18044fcec _CFRunLoopRunSpecificWithOptions
13  0x18110be48 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
14  0x18110c018 -[NSRunLoop(NSRunLoop) run]
15  0x18011282c _xpc_objc_main
16  0x180114c38 _xpc_main
17  0x180114dec _xpc_create_bootstrap_pipe
18  0x1d4bdcaf4 $s19ExtensionFoundation023_EXRunningLibXPCServiceA0C6resumeyyF
19  0x1d4b701e0 $s19ExtensionFoundation010_EXRunningA0C5start13withArguments5counts5Int32VSpySPys4Int8VGGSg_AHtF
20  0x1d4b683d4 $s19ExtensionFoundation15EXExtensionMainyS2i_SpySPys4Int8VGGSgtF
21  0x181151070 NSExtensionMain
22  0x1026ed3d0 21  dyld                                0x00000001026ed3d0 start_sim + 20
23  0x10285cd54 22  ???                                 0x000000010285cd54 0x0 + 4337290580
com.apple.WebKit.WebContent.Development terminated (pid 30810) for reason: crash
#CRASHED - com.apple.WebKit.WebContent.Development (pid 30810)


REPRODUCTION:
I was able to reproduce on iOS 26.2 debug ToT with the following:

run-webkit-tests --ios-simulator --debug --child-processes=1 --no-retry css3/filters/effect-drop-shadow.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2185663</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-02-27 14:08:10 -0800</bug_when>
    <thetext>&lt;rdar://problem/171385160&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2185664</commentid>
    <comment_count>2</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-27 14:12:41 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/59610</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2185665</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-02-27 14:14:45 -0800</bug_when>
    <thetext>Test gardening commit 308367@main (8630c822fcda): &lt;https://commits.webkit.org/308367@main&gt;

Reviewed commits have been landed. Closing PR #59610 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2186130</commentid>
    <comment_count>4</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2026-03-02 08:05:38 -0800</bug_when>
    <thetext>Impacts more than just one test, I expect. compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html, for example, seems to have a similar assertion:
https://results.webkit.org/?suite=layout-tests&amp;test=compositing%2Fgeometry%2Ffixed-position-composited-page-scale-smaller-than-viewport.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2186179</commentid>
    <comment_count>5</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2026-03-02 10:21:27 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/59723</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2186302</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-03-02 16:23:42 -0800</bug_when>
    <thetext>Committed 308491@main (a395421472e8): &lt;https://commits.webkit.org/308491@main&gt;

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

    </bug>

</bugzilla>