Bug 148779 - isPointInRange should never throw WrongDocumentError
Summary: isPointInRange should never throw WrongDocumentError
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-09-03 19:58 PDT by Ryosuke Niwa
Modified: 2015-09-04 09:25 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-09-03 19:58:19 PDT
https://dom.spec.whatwg.org/#dom-range-ispointinrange never throws WrongDocumentError.

This bug was found by the newly added test: LayoutTests/http/tests/w3c/dom/ranges/Range-isPointInRange.html
Comment 1 Radar WebKit Bug Importer 2015-09-03 19:58:43 PDT
<rdar://problem/22571721>
Comment 2 Ryosuke Niwa 2015-09-04 09:25:22 PDT
This was fixed by http://trac.webkit.org/changeset/189347.