mirror of
https://github.com/servo/servo.git
synced 2025-09-05 12:38:21 +01:00
Assign a name to iframes when loading the initial about:blank
Before, it would assign the name too late, causing scripts (which will not wait for another tick) to accidentally spawn pop-up windows instead of loading into the iframe.
This commit is contained in:
parent
aa9591137a
commit
eafcd91760
4 changed files with 61 additions and 10 deletions
|
@ -292331,6 +292331,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"html/semantics/forms/form-submission-target/form-target-iframe-helper.py": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"html/semantics/forms/introduction-1/contains.json": [
|
||||
[
|
||||
{}
|
||||
|
@ -366881,6 +366886,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"html/semantics/forms/form-submission-target/form-target-iframe.html": [
|
||||
[
|
||||
"/html/semantics/forms/form-submission-target/form-target-iframe.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"html/semantics/forms/historical.html": [
|
||||
[
|
||||
"/html/semantics/forms/historical.html",
|
||||
|
@ -615852,6 +615863,14 @@
|
|||
"d05364387e62dfedc857628af833c3558ee3d1db",
|
||||
"testharness"
|
||||
],
|
||||
"html/semantics/forms/form-submission-target/form-target-iframe-helper.py": [
|
||||
"291221a9f6ba8876a022021c53c38ff28a3fd893",
|
||||
"support"
|
||||
],
|
||||
"html/semantics/forms/form-submission-target/form-target-iframe.html": [
|
||||
"8fd4d69c28ab1f569ae96453d02f48158124b4f9",
|
||||
"testharness"
|
||||
],
|
||||
"html/semantics/forms/historical.html": [
|
||||
"6873ecd251741fb8436a377081d5a6d3de53b7ab",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue