<?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>273485</bug_id>
          
          <creation_ts>2024-04-30 03:34:56 -0700</creation_ts>
          <short_desc>[Skia] Test svg/dom/SVGGeometry-circle.xhtml is failing</short_desc>
          <delta_ts>2024-05-31 06:20:38 -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>Platform</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, LayoutTestFailure</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>268972</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Carlos Garcia Campos">cgarcia</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>plampe</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2032186</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2024-04-30 03:34:56 -0700</bug_when>
    <thetext>See https://ews-build.s3-us-west-2.amazonaws.com/GTK-WK2-Tests-EWS/6a6b31b3-47907/svg/dom/SVGGeometry-circle-pretty-diff.html

I think we could just update the thresholds</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2033693</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-05-07 03:35:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/127659132&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2038991</commentid>
    <comment_count>2</comment_count>
    <who name="Pawel Lampe">plampe</who>
    <bug_when>2024-05-31 02:08:25 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/29365</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2038992</commentid>
    <comment_count>3</comment_count>
    <who name="Pawel Lampe">plampe</who>
    <bug_when>2024-05-31 02:10:30 -0700</bug_when>
    <thetext>As discussed offline, just updating the thresholds would be enough unless the:
imported/w3c/web-platform-tests/css/motion/offset-path-shape-circle-003.html
imported/w3c/web-platform-tests/css/motion/offset-path-shape-circle-007.html
layout tests would not suffer from the same lack-of-precision issue.

It turns out the above test cases run the codepaths such as:
1   0x7f3e4a0c8e6f WTFCrash
2   0x7f3e4df2c27d WebCore::PathSkia::applyElements(WTF::Function&lt;void (WebCore::PathElement const&amp;)&gt; const&amp;) const
3   0x7f3e4ddf56a2 WebCore::Path::length() const
4   0x7f3e4e0cf9b0 WebCore::MotionPath::applyMotionPathTransform(WebCore::TransformationMatrix&amp;, WebCore::TransformOperationData const&amp;, WebCore::FloatPoint const&amp;, WebCore::PathOperation const&amp;, WebCore::LengthPoint const&amp;, WebCore::Length const&amp;, WebCore::OffsetRotation const&amp;, WebCore::TransformBox)
5   0x7f3e4e0cfcf1 WebCore::MotionPath::applyMotionPathTransform(WebCore::RenderStyle const&amp;, WebCore::TransformOperationData const&amp;, WebCore::TransformationMatrix&amp;)
6   0x7f3e4e30d766 WebCore::RenderStyle::applyCSSTransform(WebCore::TransformationMatrix&amp;, WebCore::TransformOperationData const&amp;, WTF::OptionSet&lt;WebCore::RenderStyle::TransformOperationOption&gt;) const
7   0x7f3e4e30d9b2 WebCore::RenderStyle::applyTransform(WebCore::TransformationMatrix&amp;, WebCore::TransformOperationData const&amp;, WTF::OptionSet&lt;WebCore::RenderStyle::TransformOperationOption&gt;) const
8   0x7f3e4e0d8bcf WebCore::RenderBox::applyTransform(WebCore::TransformationMatrix&amp;, WebCore::RenderStyle const&amp;, WebCore::FloatRect const&amp;, WTF::OptionSet&lt;WebCore::RenderStyle::TransformOperationOption&gt;) const
9   0x7f3e4e1a0456 WebCore::RenderLayer::updateTransformFromStyle(WebCore::TransformationMatrix&amp;, WebCore::RenderStyle const&amp;, WTF::OptionSet&lt;WebCore::RenderStyle::TransformOperationOption&gt;) const
10  0x7f3e4e1aa164 WebCore::RenderLayer::updateTransform()
11  0x7f3e4e0e5730 WebCore::RenderBlock::updateDescendantTransformsAfterLayout()
12  0x7f3e4e140b0c WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
13  0x7f3e4e0f7e1a WebCore::RenderBlock::layout()
14  0x7f3e4e13090e WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
15  0x7f3e4e13e656 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
16  0x7f3e4e140354 WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
17  0x7f3e4e1409ef WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
18  0x7f3e4e0f7e1a WebCore::RenderBlock::layout()
19  0x7f3e4e13090e WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
20  0x7f3e4e13e656 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
21  0x7f3e4e140354 WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
22  0x7f3e4e1409ef WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
23  0x7f3e4e0f7e1a WebCore::RenderBlock::layout()
24  0x7f3e4e13090e WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
25  0x7f3e4e13e656 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
26  0x7f3e4e140354 WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
27  0x7f3e4e1409ef WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
28  0x7f3e4e0f7e1a WebCore::RenderBlock::layout()
29  0x7f3e4e2a6fcb WebCore::RenderView::layout()
30  0x7f3e4db71cd5 WebCore::LocalFrameViewLayoutContext::performLayout()
31  0x7f3e4db72270 WebCore::LocalFrameViewLayoutContext::layout()
that require more precision anyway.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2039024</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-05-31 06:20:36 -0700</bug_when>
    <thetext>Committed 279573@main (9482ee7698d4): &lt;https://commits.webkit.org/279573@main&gt;

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

    </bug>

</bugzilla>