<?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>235788</bug_id>
          
          <creation_ts>2022-01-28 07:36:02 -0800</creation_ts>
          <short_desc>css/css-backgrounds/animations/border-image-source-interpolation.html has failures</short_desc>
          <delta_ts>2026-01-12 09:06:27 -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>Animations</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=235787</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>BrowserCompat, InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>232087</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Antoine Quint">graouts</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dino</cc>
    
    <cc>graouts</cc>
    
    <cc>karlcow</cc>
    
    <cc>nmouchtaris</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1834941</commentid>
    <comment_count>0</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2022-01-28 07:36:02 -0800</bug_when>
    <thetext>css/css-backgrounds/animations/border-image-source-interpolation.html has 50 failures, we need to investigate and fix them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1837384</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-02-04 07:36:19 -0800</bug_when>
    <thetext>&lt;rdar://problem/88488364&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1999492</commentid>
    <comment_count>2</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2023-12-13 22:30:42 -0800</bug_when>
    <thetext>Antoine,

These failures are weird.
They happen mostly when

&quot;border-image-source&quot; is set 
* from &quot;inherit&quot; 
* to something else

and the window.getComputedStyle value returns a surprising &quot;cross-fade()&quot;

For example:

CSS Transitions and CSS Animations
&lt;border-image-source&gt; 
from [inherit] 
to [url(http://wpt.live/support/orange_color.png)] at (-0.3) 
should be [url(http://wpt.live/support/orange_color.png)]

but it returns 
cross-fade(
  url(http://wpt.live/support/green.png), 
  url(http://wpt.live/support/orange_color.png), 
  -0.3
  )

Why the cross-fade() ?
This happens only when the starting value is inherit and different from 0


For inherit and 0, it has a different error
expected: url(http://wpt.live/support/orange_color.png)
actual:   url(http://wpt.live/support/green.png)

For inherit and 1, they PASS

Web Animations seem to be mostly working apart of a couple of things.


CSS Animations tests
from image to image mostly fail in the intermediate steps (so except for 0 and 1 which is a PASS).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1999709</commentid>
    <comment_count>3</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-12-14 13:59:20 -0800</bug_when>
    <thetext>This is because we treat most of the image types in CSS as animatable when they are not. The `cross-fade()` value is a representation of blending two images. The issue is that WebKit feels those specs should be updated to make those properties animatable.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>