mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Support HTML parser reentrancy (#32820)
* Update parser interface for reentrancy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Remove assertions around invoking scripts with active parser. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Add regression test. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Run test with normal and async html parser. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
d44c0f7e5d
commit
4df7a1af25
13 changed files with 248 additions and 211 deletions
33
tests/wpt/mozilla/meta/MANIFEST.json
vendored
33
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -13776,6 +13776,39 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"parser-reentrancy-customelement.window.js": [
|
||||
"0df997aa6c521ef31c32c4054568ed005e011663",
|
||||
[
|
||||
"mozilla/parser-reentrancy-customelement.window.html?async",
|
||||
{
|
||||
"script_metadata": [
|
||||
[
|
||||
"variant",
|
||||
"?default"
|
||||
],
|
||||
[
|
||||
"variant",
|
||||
"?async"
|
||||
]
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
"mozilla/parser-reentrancy-customelement.window.html?default",
|
||||
{
|
||||
"script_metadata": [
|
||||
[
|
||||
"variant",
|
||||
"?default"
|
||||
],
|
||||
[
|
||||
"variant",
|
||||
"?async"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"partial_shadow_dom.html": [
|
||||
"74e308f94036a6dbf5c4223cd3d229f49ffceb4e",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue