Bug 148779
Summary: | isPointInRange should never throw WrongDocumentError | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/22571721>
Ryosuke Niwa
This was fixed by http://trac.webkit.org/changeset/189347.