<?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>224006</bug_id>
          
          <creation_ts>2021-03-31 10:20:08 -0700</creation_ts>
          <short_desc>REGRESSION (r275227): [ macOS iOS Release ] imported/w3c/web-platform-tests/css/css-transitions/properties-value-003.html is a constant failure</short_desc>
          <delta_ts>2021-03-31 23:32:08 -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>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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="Robert Jenner">jenner</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>graouts</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>1745679</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-03-31 10:20:08 -0700</bug_when>
    <thetext>imported/w3c/web-platform-tests/css/css-transitions/properties-value-003.html

is constantly failing in macOS and iOS Release starting at r275227. 

HISTORY URL:
https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-transitions%2Fproperties-value-003.html

TEXT DIFF:
 PASS background-image image(url) / events
 PASS background-image image(data) / values
 PASS background-image image(data) / events
-FAIL background-image image(gradient) / values assert_not_equals: must not be target value after start got disallowed value &quot;-webkit-linear-gradient(top, rgb(186, 218, 85), rgb(240, 117, 117))&quot;
+FAIL background-image image(gradient) / values assert_not_equals: may not be target value while transitioning on .transition got disallowed value &quot;-webkit-linear-gradient(top, rgb(186, 218, 85), rgb(240, 117, 117))&quot;
 PASS background-image image(gradient) / events
 FAIL background-size background-size(keyword) / values assert_not_equals: must not be target value after start got disallowed value &quot;contain&quot;
 FAIL background-size background-size(keyword) / events assert_equals: Expected TransitionEnd events triggered on .transition expected &quot;background-size:2s&quot; but got &quot;&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745680</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-03-31 10:20:28 -0700</bug_when>
    <thetext>&lt;rdar://problem/76058812&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745685</commentid>
    <comment_count>2</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-03-31 10:30:57 -0700</bug_when>
    <thetext>Was able to reproduce to failure using the following test:

run-webkit-test imported/w3c/web-platform-tests/css/css-transitions/properties-value-003.html --iterations 1000 -f

Revision r275227 was not available to me. The history is pretty clear that&apos;s where it started, and I did produce the failure at r275228, but not at r275226.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745783</commentid>
    <comment_count>3</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-03-31 14:43:11 -0700</bug_when>
    <thetext>I just noticed that. I&apos;ll be looking at this tomorrow.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745791</commentid>
    <comment_count>4</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-03-31 14:54:18 -0700</bug_when>
    <thetext>This actually just needs a rebaseline, this test now fails later than it used to, so it is actually a progression.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745806</commentid>
    <comment_count>5</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-03-31 15:12:50 -0700</bug_when>
    <thetext>Removed all test expectations here because this was causing it not to be flagged by EWS:
https://trac.webkit.org/changeset/275309/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745824</commentid>
    <comment_count>6</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-03-31 15:33:01 -0700</bug_when>
    <thetext>Rebaselined test here: 

https://trac.webkit.org/changeset/275311/webkit

I hope I did this correctly, this is only the second time I&apos;ve done this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745945</commentid>
    <comment_count>7</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-03-31 23:32:08 -0700</bug_when>
    <thetext>(In reply to Robert Jenner from comment #6)
&gt; Rebaselined test here: 
&gt; 
&gt; https://trac.webkit.org/changeset/275311/webkit
&gt; 
&gt; I hope I did this correctly, this is only the second time I&apos;ve done this.

Bots sure look like you did :) Thanks Robert.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>