mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Invalidate iterator over elements of a XPathResult when the document changes (#39411)
Also includes a fix to not throw a type error in `XPathResult.invalidIteratorState`. Testing: Includes a new web platform test Part of https://github.com/servo/servo/issues/34527 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
9d7b438d6b
commit
2ccaf86ff6
4 changed files with 162 additions and 39 deletions
7
tests/wpt/meta/MANIFEST.json
vendored
7
tests/wpt/meta/MANIFEST.json
vendored
|
@ -643317,6 +643317,13 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"result-iterateNext.html": [
|
||||
"8c17f7ebc1c4292a0d8eb32b3d3503ca1e693eb9",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"text-html-attributes.html": [
|
||||
"2157dcd2d68c5701b47ba907f7b1c3b2176f9239",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue