Bug 200442

Summary: Setting the 'orientType' attribute of SVGMarkerElement to 'auto' should set the 'orientAngle' to '0'
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, rniwa, simon.fraser, zalan, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 200143    
Attachments:
Description Flags
test case none

Said Abou-Hallawa
Reported 2019-08-05 11:30:03 PDT
Created attachment 375539 [details] test case Open the attached test case. Expected: No alert messages fires Result: A message fires saying: "expected 0 but got 20" When setting the 'orientType' attribute of SVGMarkerElement to 'auto', it is expected also to set the 'orientAngle' attribute to '0'. 'orientType' and 'orientAngle' are paired attributes.
Attachments
test case (806 bytes, text/html)
2019-08-05 11:30 PDT, Said Abou-Hallawa
no flags
Ahmad Saleem
Comment 1 2022-08-02 09:22:01 PDT
I am unable to reproduce this bug in Safari 15.6 on macOS 12.5 and it does not show any dialog when loading and it is matching with other browsers (Firefox Nightly 105 and Chrome Canary 106) and they also don't show any dialog box mentioned in Comment 0. I think it was fixed along the way and this can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!
Ryosuke Niwa
Comment 2 2022-08-02 09:24:13 PDT
This is working now.
Note You need to log in before you can comment on or make changes to this bug.