[DOM] Implement AbstractRange superclass
This patch means implementing AbstractRange according to specification[1]. The bits shared between StaticRange and Range objects are put on a shared superclass named AbstractRange. And, make the failed the web test[2] successful. [1] https://dom.spec.whatwg.org/#interface-abstractrange [2] https://github.com/w3c/web-platform-tests/pull/9967 Bug: 820947 Change-Id: If9ea0b4d9b3f3fa0c30920e0c1972b76da995453 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212290 Commit-Queue: Jaeyong Bae <jdragon.bae@gmail.com> Reviewed-by:Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#845074}
Showing
Please register or sign in to comment