mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Add ability to WPT-test file uploads and fetches, fixes #12322
This commit is contained in:
parent
c2a22bd05e
commit
5e051c08f6
9 changed files with 168 additions and 71 deletions
|
@ -6456,6 +6456,12 @@
|
|||
"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",
|
||||
|
|
3
tests/wpt/mozilla/meta/mozilla/file_upload.html.ini
Normal file
3
tests/wpt/mozilla/meta/mozilla/file_upload.html.ini
Normal file
|
@ -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