forked from sailfishos/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1825745 - Make form submits do a replace load if they happen befo…
…re document load has ended. r=smaug Differential Revision: https://phabricator.services.mozilla.com/D174224
- Loading branch information
1 parent
2a5b096
commit 1e615c9
Showing
6 changed files
with
71 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...wsing-the-web/navigating-across-documents/replace-before-load/form-requestsubmit.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
[form-requestsubmit.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[Replace before load, triggered by formElement.requestSubmit()] | ||
expected: FAIL |
2 changes: 0 additions & 2 deletions
2
...the-web/navigating-across-documents/replace-before-load/form-submit-button-click.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
[form-submit-button-click.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[Replace before load, triggered by submitButton.click()] | ||
expected: FAIL |
4 changes: 2 additions & 2 deletions
4
...ers/browsing-the-web/navigating-across-documents/replace-before-load/form-submit.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[form-submit.html] | ||
[Replace before load, triggered by same-document formElement.submit()] | ||
expected: FAIL | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] |