mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #8293 - simartin:issue_8113, r=jdm
Issue #8113: Support file, about and data schemes as form action. Fix https://github.com/servo/servo/issues/8113 by supporting those schemes as form action and unit test the "about:blank" case <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8293) <!-- Reviewable:end -->
This commit is contained in:
commit
18f74a3d69
4 changed files with 36 additions and 1 deletions
|
@ -5535,6 +5535,12 @@
|
|||
"url": "/_mozilla/mozilla/follow-hyperlink.html"
|
||||
}
|
||||
],
|
||||
"mozilla/form_submit_about.html": [
|
||||
{
|
||||
"path": "mozilla/form_submit_about.html",
|
||||
"url": "/_mozilla/mozilla/form_submit_about.html"
|
||||
}
|
||||
],
|
||||
"mozilla/getBoundingClientRect.html": [
|
||||
{
|
||||
"path": "mozilla/getBoundingClientRect.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue