<?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>186141</bug_id>
          
          <creation_ts>2018-05-31 03:07:00 -0700</creation_ts>
          <short_desc>[GTK] svg/dom/SVGGeometry-isPointInStroke.xhtml failing since added in r231739 &quot;Implement SVGGeometryElement&apos;s isPointInFill and isPointInStroke&quot;</short_desc>
          <delta_ts>2020-01-23 06:04:25 -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>WebKitGTK</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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Miguel Gomez">magomez</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>calvaris</cc>
    
    <cc>krit</cc>
    
    <cc>lmoura</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1428800</commentid>
    <comment_count>0</comment_count>
    <who name="Miguel Gomez">magomez</who>
    <bug_when>2018-05-31 03:07:00 -0700</bug_when>
    <thetext>svg/dom/SVGGeometry-isPointInStroke.xhtml [ Failure ]

diff is

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/svg/dom/SVGGeometry-isPointInStroke-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/svg/dom/SVGGeometry-isPointInStroke-actual.txt
@@ -21,7 +21,7 @@
 PASS p3.isPointInStroke(new DOMPointReadOnly(-200, -200)) is false
 PASS p3.isPointInStroke(svgPoint) is true
 PASS p3.isPointInStroke(svgPoint) is false
-PASS p3.isPointInStroke(new DOMPoint(NaN)) is false
+FAIL p3.isPointInStroke(new DOMPoint(NaN)) should be false. Was true.
 PASS p3.isPointInStroke(new DOMPoint(Infinity)) is false
 PASS p3.isPointInStroke(&apos;string&apos;) threw exception TypeError: Type error.
 
@@ -43,7 +43,7 @@
 PASS p4.isPointInStroke({x: 60}) is true
 PASS p4.isPointInStroke({x: 20, y: 10}) is true
 PASS p4.isPointInStroke({x: 20, y: 11}) is false
-PASS p4.isPointInStroke({x: 20, y: -10}) is true
+FAIL p4.isPointInStroke({x: 20, y: -10}) should be true. Was false.
 PASS p4.isPointInStroke({x: 20, y: -11}) is false
 
 Test different linecaps
@@ -56,7 +56,7 @@
 PASS p8.isPointInStroke({x: 20, y: 75}) is true
 PASS p8.isPointInStroke({x: 20, y: 90}) is true
 PASS p9.isPointInStroke({x: 20, y: 60}) is true
-PASS p9.isPointInStroke({x: 20, y: 70}) is true
+FAIL p9.isPointInStroke({x: 20, y: 70}) should be true. Was false.
 PASS p9.isPointInStroke({x: 20, y: 90}) is false
 PASS p10.isPointInStroke({x: 20, y: 60}) is true
 PASS p10.isPointInStroke({x: 20, y: 70}) is false</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610075</commentid>
    <comment_count>1</comment_count>
    <who name="Lauro Moura">lmoura</who>
    <bug_when>2020-01-23 06:04:25 -0800</bug_when>
    <thetext>Since r231739, svg/dom/SVGGeometry-line.xhtml also started failing with some isPointInStroke issues:

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/svg/dom/SVGGeometry-line-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/svg/dom/SVGGeometry-line-actual.txt
@@ -14,8 +14,8 @@
 PASS l1.isPointInFill({x: 101, y: 11}) is false
 
 Test isPointInStroke()
-PASS l1.isPointInStroke({ }) is true
-PASS l1.isPointInStroke({x: 0, y: 0}) is true
+FAIL l1.isPointInStroke({ }) should be true. Was false.
+FAIL l1.isPointInStroke({x: 0, y: 0}) should be true. Was false.
 PASS l1.isPointInStroke({x: 0, y: 21}) is false
 PASS l1.isPointInStroke({x: 50, y: 0}) is true
 PASS l1.isPointInStroke({x: 50, y: 21}) is false</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>