mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Add form submission for file type input and related fixings
This commit is contained in:
parent
2553bb7af4
commit
ef091179f5
15 changed files with 243 additions and 113 deletions
|
@ -5806,16 +5806,16 @@
|
|||
"url": "/_mozilla/css/word_break_a.html"
|
||||
}
|
||||
],
|
||||
"mozilla/blob_url_upload.html": [
|
||||
"mozilla/FileAPI/blob_url_upload.html": [
|
||||
{
|
||||
"path": "mozilla/blob_url_upload.html",
|
||||
"path": "mozilla/FileAPI/blob_url_upload.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/blob_url_upload_ref.html",
|
||||
"/_mozilla/mozilla/FileAPI/blob_url_upload_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/blob_url_upload.html"
|
||||
"url": "/_mozilla/mozilla/FileAPI/blob_url_upload.html"
|
||||
}
|
||||
],
|
||||
"mozilla/canvas/drawimage_html_image_1.html": [
|
||||
|
@ -6234,6 +6234,24 @@
|
|||
"url": "/_mozilla/mozilla/Event.html"
|
||||
}
|
||||
],
|
||||
"mozilla/FileAPI/blob.html": [
|
||||
{
|
||||
"path": "mozilla/FileAPI/blob.html",
|
||||
"url": "/_mozilla/mozilla/FileAPI/blob.html"
|
||||
}
|
||||
],
|
||||
"mozilla/FileAPI/file-select.html": [
|
||||
{
|
||||
"path": "mozilla/FileAPI/file-select.html",
|
||||
"url": "/_mozilla/mozilla/FileAPI/file-select.html"
|
||||
}
|
||||
],
|
||||
"mozilla/FileAPI/file-upload.html": [
|
||||
{
|
||||
"path": "mozilla/FileAPI/file-upload.html",
|
||||
"url": "/_mozilla/mozilla/FileAPI/file-upload.html"
|
||||
}
|
||||
],
|
||||
"mozilla/FocusEvent.html": [
|
||||
{
|
||||
"path": "mozilla/FocusEvent.html",
|
||||
|
@ -6258,12 +6276,6 @@
|
|||
"url": "/_mozilla/mozilla/binding_keyword.html"
|
||||
}
|
||||
],
|
||||
"mozilla/blob.html": [
|
||||
{
|
||||
"path": "mozilla/blob.html",
|
||||
"url": "/_mozilla/mozilla/blob.html"
|
||||
}
|
||||
],
|
||||
"mozilla/body_listener.html": [
|
||||
{
|
||||
"path": "mozilla/body_listener.html",
|
||||
|
@ -6540,12 +6552,6 @@
|
|||
"url": "/_mozilla/mozilla/event_listener.html"
|
||||
}
|
||||
],
|
||||
"mozilla/file_upload.html": [
|
||||
{
|
||||
"path": "mozilla/file_upload.html",
|
||||
"url": "/_mozilla/mozilla/file_upload.html"
|
||||
}
|
||||
],
|
||||
"mozilla/focus_blur.html": [
|
||||
{
|
||||
"path": "mozilla/focus_blur.html",
|
||||
|
@ -14936,16 +14942,16 @@
|
|||
"url": "/_mozilla/css/word_break_a.html"
|
||||
}
|
||||
],
|
||||
"mozilla/blob_url_upload.html": [
|
||||
"mozilla/FileAPI/blob_url_upload.html": [
|
||||
{
|
||||
"path": "mozilla/blob_url_upload.html",
|
||||
"path": "mozilla/FileAPI/blob_url_upload.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/blob_url_upload_ref.html",
|
||||
"/_mozilla/mozilla/FileAPI/blob_url_upload_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/blob_url_upload.html"
|
||||
"url": "/_mozilla/mozilla/FileAPI/blob_url_upload.html"
|
||||
}
|
||||
],
|
||||
"mozilla/canvas/drawimage_html_image_1.html": [
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[file_upload.html]
|
||||
[file-select.html]
|
||||
type: testharness
|
||||
prefs: [dom.testing.htmlinputelement.select_files.enabled:true]
|
|
@ -0,0 +1,3 @@
|
|||
[file-upload.html]
|
||||
type: testharness
|
||||
prefs: [dom.testing.htmlinputelement.select_files.enabled:true]
|
Loading…
Add table
Add a link
Reference in a new issue