mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Ensure parsers initiated from DOMParser always complete. (#33056)
* Ensure parsers initiated from DOMParser always complete. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Add test for parseFromString with async parser. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Add expected failure. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
3cc91e655f
commit
69185c4af1
5 changed files with 36 additions and 34 deletions
7
tests/wpt/mozilla/meta/MANIFEST.json
vendored
7
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -12632,6 +12632,13 @@
|
|||
}
|
||||
]
|
||||
],
|
||||
"DOMParser-parseFromString.html": [
|
||||
"38715db5d923e4f153e2c4a2679f644fe1e6d14d",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"DOMParser.html": [
|
||||
"f386a3e0191af2c70dcb05790ce7db15dd5ccbf1",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue