<?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>257861</bug_id>
          
          <creation_ts>2023-06-08 11:57:35 -0700</creation_ts>
          <short_desc>REGRESSION (262875@main / iOS 17): fill: &apos;both&apos; not respected with animation</short_desc>
          <delta_ts>2023-07-10 11:01:23 -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>Animations</component>
          <version>Safari 17</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=255338</see_also>
    
    <see_also>https://github.com/web-platform-tests/wpt/pull/40736</see_also>
    
    <see_also>https://github.com/web-platform-tests/wpt/pull/40947</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="Liam DeBeasi">ldebeasi</reporter>
          <assigned_to name="Antoine Quint">graouts</assigned_to>
          <cc>dino</cc>
    
    <cc>graouts</cc>
    
    <cc>graouts</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1960592</commentid>
    <comment_count>0</comment_count>
      <attachid>466639</attachid>
    <who name="Liam DeBeasi">ldebeasi</who>
    <bug_when>2023-06-08 11:57:35 -0700</bug_when>
    <thetext>Created attachment 466639
Code reproduction

Using fill: &apos;both&apos; causes elements to disappear after their animation ends when using iOS 17 beta 1.

Steps to reproduce:

1. Open code reproduction on an iOS 17 device.
2. Tap &quot;Open Overlay&quot;. Observe that the overlay opens.
3. Tap &quot;Close Overlay&quot;. Observe that the overlay closes.
4. Tap &quot;Open Overlay&quot; again. Observe that the overlay opens and then disappears.

Expected Behavior:

I expect the overlay to remain visible every time I present it.

Actual Behavior:

The overlay disappears after subsequent presentations.

Other Information:

- This does not reproduce on Chrome 113 or Firefox 113.
- This does not reproduce on iOS 16. This appears to be a regression on iOS 17.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1960904</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-06-09 19:03:40 -0700</bug_when>
    <thetext>&lt;rdar://problem/110559121&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1960960</commentid>
    <comment_count>2</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-11 12:05:27 -0700</bug_when>
    <thetext>I&apos;ll look into this. In the meantime, do you know whether this only apply to opacity or transform, which are accelerated properties, or also other properties such as width/height/top/left which are not accelerated?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961000</commentid>
    <comment_count>3</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-12 03:29:56 -0700</bug_when>
    <thetext>This regressed with 262875@main, the fix for bug 255338.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961011</commentid>
    <comment_count>4</comment_count>
      <attachid>466664</attachid>
    <who name="Liam DeBeasi">ldebeasi</who>
    <bug_when>2023-06-12 05:43:10 -0700</bug_when>
    <thetext>Created attachment 466664
Non-accelerated demo (working as expected)

This behavior does not reproduce with non-accelerated properties. I attached a reproduction that shows the expected behavior when animating height.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961586</commentid>
    <comment_count>5</comment_count>
      <attachid>466694</attachid>
    <who name="alan">zalan</who>
    <bug_when>2023-06-14 11:23:57 -0700</bug_when>
    <thetext>Created attachment 466694
Test reduction</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961589</commentid>
    <comment_count>6</comment_count>
      <attachid>466695</attachid>
    <who name="alan">zalan</who>
    <bug_when>2023-06-14 11:26:18 -0700</bug_when>
    <thetext>Created attachment 466695
Test reduction</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961791</commentid>
    <comment_count>7</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-15 06:56:34 -0700</bug_when>
    <thetext>Not clear to me what is going wrong just yet, as far as I can tell at the GraphicsLayerCA level we are left with a single animation which is the last added animation in the test reduction – which is correct since its composite order is higher and the first animation is &quot;replaced&quot; per https://drafts.csswg.org/web-animations-1/#removing-replaced-animations. So I don&apos;t yet understand what the presentation value is the final value of the first animation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961794</commentid>
    <comment_count>8</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-15 07:14:33 -0700</bug_when>
    <thetext>Actually, we end up calling GraphicsLayerCA::removeAnimation() with the last animation and not the former, so the final stack for GraphicsLayerCA is incorrect. So the presentation value makes sense, it&apos;s the content of the GraphicsLayerCA animation stack which is incorrect.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961890</commentid>
    <comment_count>9</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2023-06-15 14:12:30 -0700</bug_when>
    <thetext>&lt;rdar://109221339&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1962033</commentid>
    <comment_count>10</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-16 01:33:00 -0700</bug_when>
    <thetext>The accelerated actions we issue are correct, the first animation is played and stopped when it stops producing an interpolating value, at which points the second animation is played and stopped when itself stops producing an interpolating value.

Somehow, we fail to remove the first animation, or add it back, it&apos;s unclear yet.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1962034</commentid>
    <comment_count>11</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-16 01:38:37 -0700</bug_when>
    <thetext>Oh, I think I see what&apos;s wrong, in KeyframeEffect::applyPendingAcceleratedActionsOrUpdateTimingProperties() we append AcceleratedAction::UpdateProperties but fail to record it as the last recorded action. This might just be it, there&apos;s a state disconnect here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963352</commentid>
    <comment_count>12</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2023-06-23 10:34:48 -0700</bug_when>
    <thetext>*** Bug 258134 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963469</commentid>
    <comment_count>13</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-24 06:08:23 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/15275</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963470</commentid>
    <comment_count>14</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-24 06:18:40 -0700</bug_when>
    <thetext>Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/40736</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963487</commentid>
    <comment_count>15</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-06-24 11:05:40 -0700</bug_when>
    <thetext>Committed 265498@main (c35a74273103): &lt;https://commits.webkit.org/265498@main&gt;

Reviewed commits have been landed. Closing PR #15275 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963833</commentid>
    <comment_count>16</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2023-06-27 09:12:50 -0700</bug_when>
    <thetext>While the fix addresses https://bug-257861-attachments.webkit.org/attachment.cgi?id=466695 it does not fix the original test case (and the duped bugzilla fails too)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963875</commentid>
    <comment_count>17</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2023-06-27 12:51:59 -0700</bug_when>
    <thetext>Let&apos;s use &lt;rdar://111407099&gt; to track this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963999</commentid>
    <comment_count>18</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-06-28 03:45:22 -0700</bug_when>
    <thetext>Sorry for not being as thorough as I should have been. I&apos;ll take a look at the Code reproduction listed here.

Should we also de-dupe bug 258134 until we know for a fact that the complete fix for this bug actually addresses that bug as well?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1964608</commentid>
    <comment_count>19</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-07-01 01:29:22 -0700</bug_when>
    <thetext>I have a good understand of the issue here, we&apos;ll need to send down the relative sorting order of accelerated effects to GraphicsLayerCA which should be easy enough. I&apos;m hoping to get this done in the coming week (starting July 3).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1965937</commentid>
    <comment_count>20</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-07-10 07:21:17 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/15693</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1965938</commentid>
    <comment_count>21</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-07-10 07:22:25 -0700</bug_when>
    <thetext>Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/40947</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1965976</commentid>
    <comment_count>22</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-07-10 10:33:01 -0700</bug_when>
    <thetext>Committed 265909@main (6f928cc543c3): &lt;https://commits.webkit.org/265909@main&gt;

Reviewed commits have been landed. Closing PR #15693 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1965979</commentid>
    <comment_count>23</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-07-10 10:41:31 -0700</bug_when>
    <thetext>@Liam: does that regression break a website or application?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1965983</commentid>
    <comment_count>24</comment_count>
    <who name="Liam DeBeasi">ldebeasi</who>
    <bug_when>2023-07-10 11:01:23 -0700</bug_when>
    <thetext>This breaks Ionic Framework&apos;s sheet modal component: https://docs-demo.ionic.io/component/modal

Open on an iOS 17 device and tap &quot;Open Sheet Modal&quot;. The animation should break after you try to swipe.

Thanks for the fix! I&apos;ll give this a try when it lands in an upcoming beta.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>466639</attachid>
            <date>2023-06-08 11:57:35 -0700</date>
            <delta_ts>2023-06-08 11:57:35 -0700</delta_ts>
            <desc>Code reproduction</desc>
            <filename>index.html</filename>
            <type>text/html</type>
            <size>1706</size>
            <attacher name="Liam DeBeasi">ldebeasi</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+CjxodG1sPgogIDxoZWFkPgogICAgPG1ldGEgY2hhcnNldD0iVVRGLTgi
IC8+CiAgICA8bWV0YSBuYW1lPSJ2aWV3cG9ydCIgY29udGVudD0id2lkdGg9ZGV2aWNlLXdpZHRo
LCBpbml0aWFsLXNjYWxlPTEiIC8+CiAgICA8c3R5bGU+CiAgICAgIC5vdmVybGF5LWhpZGRlbiB7
CiAgICAgICAgZGlzcGxheTogbm9uZTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2hlYWQ+CiAg
PGJvZHk+ICAgCiAgICAgPGJ1dHRvbiBvbmNsaWNrPSJzaG93T3ZlcmxheSgpIj5PcGVuIE92ZXJs
YXk8L2J1dHRvbj4KICAgICAgPGN1c3RvbS1vdmVybGF5IGNsYXNzPSJvdmVybGF5LWhpZGRlbiI+
CiAgICAgICAgQ29udGVudAogICAgICAgIDxidXR0b24gb25jbGljaz0iY2xvc2VPdmVybGF5KCki
PkNsb3NlIE92ZXJsYXk8L2J1dHRvbj4KICAgICAgPC9jdXN0b20tb3ZlcmxheT4KICAgIAogICAg
CiAgICA8c2NyaXB0PgogICAgICBjbGFzcyBDdXN0b21PdmVybGF5IGV4dGVuZHMgSFRNTEVsZW1l
bnQgewogICAgICAgIGNvbnN0cnVjdG9yKCkgewogICAgICAgICAgc3VwZXIoKTsKICAgICAgICAg
IGNvbnN0IHJvb3QgPSB0aGlzLmF0dGFjaFNoYWRvdyh7IG1vZGU6ICdvcGVuJyB9KTsKICAgIAog
ICAgICAgICAgcm9vdC5pbm5lckhUTUwgPSBgCiAgICAgICAgICAgIDxkaXYgY2xhc3M9Im92ZXJs
YXktd3JhcHBlciI+CiAgICAgICAgICAgICAgPHNsb3Q+PC9zbG90PgogICAgICAgICAgICA8L2Rp
dj4KICAgICAgICAgIGAKICAgICAgICB9CiAgICAgIH0KICAgIAogICAgICBjdXN0b21FbGVtZW50
cy5kZWZpbmUoJ2N1c3RvbS1vdmVybGF5JywgQ3VzdG9tT3ZlcmxheSk7CiAgICAKICAgIAogICAg
ICBjb25zdCBjdXN0b21PdmVybGF5RWwgPSBkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCdjdXN0b20t
b3ZlcmxheScpOwogICAgICAKICAgICAgY29uc3Qgc2hvd092ZXJsYXkgPSAoKSA9PiB7CiAgICAg
ICAgY3VzdG9tT3ZlcmxheUVsLmNsYXNzTGlzdC5yZW1vdmUoJ292ZXJsYXktaGlkZGVuJykKICAg
IAogICAgICAgIGNvbnN0IHdyYXBwZXIgPSBjdXN0b21PdmVybGF5RWwuc2hhZG93Um9vdC5xdWVy
eVNlbGVjdG9yKCcub3ZlcmxheS13cmFwcGVyJykKICAgICAgICBjb25zdCBhbmkgPSB3cmFwcGVy
LmFuaW1hdGUoWwogICAgICAgICAgeyBvZmZzZXQ6IDAsIG9wYWNpdHk6IDAgfSwKICAgICAgICAg
IHsgb2Zmc2V0OiAxLCBvcGFjaXR5OiAxIH0KICAgICAgICBdLCB7IGR1cmF0aW9uOiAxNTAsIGZp
bGw6ICdib3RoJyB9KTsKICAgICAgfQogICAgCiAgICAgIGNvbnN0IGNsb3NlT3ZlcmxheSA9ICgp
ID0+IHsKICAgICAgICBjb25zdCB3cmFwcGVyID0gY3VzdG9tT3ZlcmxheUVsLnNoYWRvd1Jvb3Qu
cXVlcnlTZWxlY3RvcignLm92ZXJsYXktd3JhcHBlcicpCiAgICAgICAgY29uc3QgYW5pID0gd3Jh
cHBlci5hbmltYXRlKFsKICAgICAgICAgIHsgb2Zmc2V0OiAwLCBvcGFjaXR5OiAxIH0sCiAgICAg
ICAgICB7IG9mZnNldDogMSwgb3BhY2l0eTogMCB9CiAgICAgICAgXSwgeyBkdXJhdGlvbjogMTUw
LCBmaWxsOiAnYm90aCcgfSk7CiAgICAgICAgCiAgICAgICAgYW5pLm9uZmluaXNoID0gKCkgPT4g
ewogICAgICAgICAgY3VzdG9tT3ZlcmxheUVsLmNsYXNzTGlzdC5hZGQoJ292ZXJsYXktaGlkZGVu
JykKICAgICAgICB9CiAgICAgIH0KICAgIDwvc2NyaXB0PgogIDwvYm9keT4KPC9odG1sPgo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>466664</attachid>
            <date>2023-06-12 05:43:10 -0700</date>
            <delta_ts>2023-06-12 05:43:10 -0700</delta_ts>
            <desc>Non-accelerated demo (working as expected)</desc>
            <filename>index.html</filename>
            <type>text/html</type>
            <size>1491</size>
            <attacher name="Liam DeBeasi">ldebeasi</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+CjxodG1sPgogIDxoZWFkPgogICAgPG1ldGEgY2hhcnNldD0iVVRGLTgi
IC8+CiAgICA8bWV0YSBuYW1lPSJ2aWV3cG9ydCIgY29udGVudD0id2lkdGg9ZGV2aWNlLXdpZHRo
LCBpbml0aWFsLXNjYWxlPTEiIC8+CiAgPC9oZWFkPgogIDxib2R5PiAgIAogICAgIDxidXR0b24g
b25jbGljaz0ic2hvd092ZXJsYXkoKSI+T3BlbiBPdmVybGF5PC9idXR0b24+CiAgICAgIDxjdXN0
b20tb3ZlcmxheT4KICAgICAgICBDb250ZW50CiAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPSJjbG9z
ZU92ZXJsYXkoKSI+Q2xvc2UgT3ZlcmxheTwvYnV0dG9uPgogICAgICA8L2N1c3RvbS1vdmVybGF5
PgogICAgCiAgICAKICAgIDxzY3JpcHQ+CiAgICAgIGNsYXNzIEN1c3RvbU92ZXJsYXkgZXh0ZW5k
cyBIVE1MRWxlbWVudCB7CiAgICAgICAgY29uc3RydWN0b3IoKSB7CiAgICAgICAgICBzdXBlcigp
OwogICAgICAgICAgY29uc3Qgcm9vdCA9IHRoaXMuYXR0YWNoU2hhZG93KHsgbW9kZTogJ29wZW4n
IH0pOwogICAgCiAgICAgICAgICByb290LmlubmVySFRNTCA9IGAKICAgICAgICAgICAgPGRpdiBj
bGFzcz0ib3ZlcmxheS13cmFwcGVyIiBzdHlsZT0iYmFja2dyb3VuZDogZ3JlZW47IGhlaWdodDog
MTAwcHgiPgogICAgICAgICAgICAgIDxzbG90Pjwvc2xvdD4KICAgICAgICAgICAgPC9kaXY+CiAg
ICAgICAgICBgCiAgICAgICAgfQogICAgICB9CiAgICAKICAgICAgY3VzdG9tRWxlbWVudHMuZGVm
aW5lKCdjdXN0b20tb3ZlcmxheScsIEN1c3RvbU92ZXJsYXkpOwogICAgCiAgICAgIGNvbnN0IGN1
c3RvbU92ZXJsYXlFbCA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJ2N1c3RvbS1vdmVybGF5Jyk7
CiAgICAgIAogICAgICBjb25zdCBzaG93T3ZlcmxheSA9ICgpID0+IHsgICAgCiAgICAgICAgY29u
c3Qgd3JhcHBlciA9IGN1c3RvbU92ZXJsYXlFbC5zaGFkb3dSb290LnF1ZXJ5U2VsZWN0b3IoJy5v
dmVybGF5LXdyYXBwZXInKQogICAgICAgIGNvbnN0IGFuaSA9IHdyYXBwZXIuYW5pbWF0ZShbCiAg
ICAgICAgICB7IG9mZnNldDogMCwgaGVpZ2h0OiAnMTAwcHgnIH0sCiAgICAgICAgICB7IG9mZnNl
dDogMSwgaGVpZ2h0OiAnMzAwcHgnIH0KICAgICAgICBdLCB7IGR1cmF0aW9uOiAxNTAsIGZpbGw6
ICdib3RoJyB9KTsKICAgICAgfQogICAgCiAgICAgIGNvbnN0IGNsb3NlT3ZlcmxheSA9ICgpID0+
IHsKICAgICAgICBjb25zdCB3cmFwcGVyID0gY3VzdG9tT3ZlcmxheUVsLnNoYWRvd1Jvb3QucXVl
cnlTZWxlY3RvcignLm92ZXJsYXktd3JhcHBlcicpCiAgICAgICAgY29uc3QgYW5pID0gd3JhcHBl
ci5hbmltYXRlKFsKICAgICAgICAgIHsgb2Zmc2V0OiAwLCBoZWlnaHQ6ICczMDBweCcgfSwKICAg
ICAgICAgIHsgb2Zmc2V0OiAxLCBoZWlnaHQ6ICcxMDBweCcgfQogICAgICAgIF0sIHsgZHVyYXRp
b246IDE1MCwgZmlsbDogJ2JvdGgnIH0pOwogICAgICB9CiAgICA8L3NjcmlwdD4KICA8L2JvZHk+
CjwvaHRtbD4K
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>466694</attachid>
            <date>2023-06-14 11:23:57 -0700</date>
            <delta_ts>2023-06-14 11:26:18 -0700</delta_ts>
            <desc>Test reduction</desc>
            <filename>257861.html</filename>
            <type>text/html</type>
            <size>418</size>
            <attacher name="alan">zalan</attacher>
            
              <data encoding="base64">PHN0eWxlPgojYW5pbWF0ZV90aGlzIHsKICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7Cn0KPC9z
dHlsZT4KPGRpdiBpZD1hbmltYXRlX3RoaXM+UEFTUyBpZiB0aGlzIHNob3dzLjwvZGl2PjxzY3Jp
cHQ+CmRvY3VtZW50LmJvZHkub2Zmc2V0SGVpZ2h0OwoKYW5pbWF0ZV90aGlzLmFuaW1hdGUoWwog
IHsgb2Zmc2V0OiAwLCBvcGFjaXR5OiAxIH0sCiAgeyBvZmZzZXQ6IDEsIG9wYWNpdHk6IDAgfQpd
LCB7IGR1cmF0aW9uOiAxMCwgZmlsbDogJ2JvdGgnIH0pLm9uZmluaXNoID0gKCkgPT4gewogIGFu
aW1hdGVfdGhpcy5hbmltYXRlKFsKICAgIHsgb2Zmc2V0OiAwLCBvcGFjaXR5OiAwIH0sCiAgICB7
IG9mZnNldDogMSwgb3BhY2l0eTogMSB9CiAgXSwgeyBkdXJhdGlvbjogMTAsIGZpbGw6ICdib3Ro
JyB9KTsKfTsKPC9zY3JpcHQ+Cg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>466695</attachid>
            <date>2023-06-14 11:26:18 -0700</date>
            <delta_ts>2023-06-14 11:26:18 -0700</delta_ts>
            <desc>Test reduction</desc>
            <filename>257861.html</filename>
            <type>text/html</type>
            <size>495</size>
            <attacher name="alan">zalan</attacher>
            
              <data encoding="base64">PHN0eWxlPgojYW5pbWF0ZV90aGlzIHsKICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7CiAgd2lk
dGg6IDEwMHB4OwogIGhlaWdodDogMTAwcHg7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JlZW47Cn0K
PC9zdHlsZT4KUEFTUyBpZiBncmVlbiBib3ggaXMgdmlzaWJsZSBiZWxvdy4KPGRpdiBpZD1hbmlt
YXRlX3RoaXM+PC9kaXY+PHNjcmlwdD4KZG9jdW1lbnQuYm9keS5vZmZzZXRIZWlnaHQ7Cgphbmlt
YXRlX3RoaXMuYW5pbWF0ZShbCiAgeyBvZmZzZXQ6IDAsIG9wYWNpdHk6IDEgfSwKICB7IG9mZnNl
dDogMSwgb3BhY2l0eTogMCB9Cl0sIHsgZHVyYXRpb246IDEwLCBmaWxsOiAnYm90aCcgfSkub25m
aW5pc2ggPSAoKSA9PiB7CiAgYW5pbWF0ZV90aGlzLmFuaW1hdGUoWwogICAgeyBvZmZzZXQ6IDAs
IG9wYWNpdHk6IDAgfSwKICAgIHsgb2Zmc2V0OiAxLCBvcGFjaXR5OiAxIH0KICBdLCB7IGR1cmF0
aW9uOiAxMCwgZmlsbDogJ2JvdGgnIH0pOwp9Owo8L3NjcmlwdD4K
</data>

          </attachment>
      

    </bug>

</bugzilla>