mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Make nested browsing context navigations check the loaded status of the active document of the nested browsing context.
This commit is contained in:
parent
edfd15c36f
commit
c2ce7d72a1
8 changed files with 99 additions and 5 deletions
|
@ -10459,6 +10459,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/resources/first.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/resources/http-cache.js": [
|
||||
[
|
||||
{}
|
||||
|
@ -10499,6 +10504,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/resources/second.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/resources/ssl.https.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -12659,6 +12669,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/history.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/history.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/hit-test-background.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/hit-test-background.html",
|
||||
|
@ -19424,6 +19440,10 @@
|
|||
"9baa0cdcd5abad00b321e8b9351a1bc162783ed5",
|
||||
"support"
|
||||
],
|
||||
"mozilla/history.html": [
|
||||
"130307f1e9c8bc4c5ee6fff4d5fef8fda89a1564",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/hit-test-background.html": [
|
||||
"5212954e4ee6ecb684212e7373e24a2268434b1c",
|
||||
"testharness"
|
||||
|
@ -19796,6 +19816,10 @@
|
|||
"5f0242874cfa47b84af35325ad651690cd9fb790",
|
||||
"support"
|
||||
],
|
||||
"mozilla/resources/first.html": [
|
||||
"b4359ad2855339999cfeda0c2681a51da6fdd940",
|
||||
"support"
|
||||
],
|
||||
"mozilla/resources/http-cache.js": [
|
||||
"34aaacf536f31e4d9ae003cb0891ede965201f08",
|
||||
"support"
|
||||
|
@ -19828,6 +19852,10 @@
|
|||
"b0883f382e1a80609b7b2c7904e701fbe6760b14",
|
||||
"support"
|
||||
],
|
||||
"mozilla/resources/second.html": [
|
||||
"c4fbe534ed193e1d192c0338997a8d9da8eb6406",
|
||||
"support"
|
||||
],
|
||||
"mozilla/resources/ssl.https.html": [
|
||||
"8faa57c0c47c4fdf27c052d059b28ee1088235e9",
|
||||
"support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue