Bug 201055

Summary: Implement StaticRange constructor
Product: WebKit Reporter: Sanket Joshi <sajos>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, dbates, esprehn+autocc, ews-watchlist, kangil.han, kondapallykalyan, rniwa, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Adds the constructor
none
Rebaselined a test wenson_hsieh: review+

Description Sanket Joshi 2019-08-22 15:01:46 PDT
Currently, StaticRange is not constructible in any browser. This bug is being filed in response to this spec PR: https://github.com/whatwg/dom/pull/778, which introduces a StaticRange constructor.
Comment 1 Radar WebKit Bug Importer 2019-08-22 16:34:39 PDT
<rdar://problem/54620232>
Comment 2 Ryosuke Niwa 2019-08-22 19:39:38 PDT
Created attachment 377093 [details]
Adds the constructor
Comment 3 Ryosuke Niwa 2019-08-22 20:51:50 PDT
Created attachment 377099 [details]
Rebaselined a test
Comment 4 Ryosuke Niwa 2019-08-23 19:22:30 PDT
Committed r249079: <https://trac.webkit.org/changeset/249079>