mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Add ability to WPT-test file uploads and fetches, fixes #12322
This commit is contained in:
@@ -70,6 +70,11 @@ interface HTMLInputElement : HTMLElement {
|
||||
void setSelectionRange(unsigned long start, unsigned long end, optional DOMString direction);
|
||||
|
||||
// also has obsolete members
|
||||
|
||||
// Select with file-system paths for testing purpose
|
||||
[Pref="dom.testing.htmlinputelement.select_files.enabled"]
|
||||
void selectFiles(sequence<DOMString> path);
|
||||
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLInputElement-partial
|
||||
|
||||
Reference in New Issue
Block a user