Bug 174388

Summary: WKWindowFeatures.allowsResizing always returns YES
Product: WebKit Reporter: Ansh Shukla <ansh_shukla>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: rdemarest
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ansh Shukla 2017-07-11 13:48:38 PDT
window.open("about:blank", "_blank", "resizable=yes") -> WKWindowFeatures.allowsResizing = YES;
window.open("about:blank", "_blank", "resizable=no") -> WKWindowFeatures.allowsResizing = YES;
Comment 1 Remy Demarest 2023-08-23 11:55:02 PDT
I'm covering this issue with the bug 259093 since I'm following the HTML specs.
Comment 2 Remy Demarest 2023-08-23 12:00:36 PDT

*** This bug has been marked as a duplicate of bug 259093 ***