Bug 160667

Summary: [Meta] Improve support for Range mutations
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, rniwa
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: http://w3c-test.org/dom/ranges/Range-mutations.html
Bug Depends on: 160663, 160676    
Bug Blocks:    

Description Chris Dumez 2016-08-08 12:06:07 PDT
Improve support for Range mutations.

We have over 3000 failures on the following web-platform-test:
http://w3c-test.org/dom/ranges/Range-mutations.html

Firefox is passing 100%.

A lot of the failures seem related to our implementation of the Selection API not matching the specification:
- https://www.w3.org/TR/selection-api/#idl-def-Selection
Comment 1 Ahmad Saleem 2023-04-07 21:32:56 PDT
We are now passing all as well with Live Range Selection API - https://wpt.fyi/results/dom/ranges?label=master&label=experimental&aligned&q=range-mutations

Marking this as "RESOLVED CONFIGURATION CHANGED".