diff options
Diffstat (limited to 'testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini')
-rw-r--r-- | testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini new file mode 100644 index 0000000000..10144a1fc3 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini @@ -0,0 +1,12 @@ +[send-file-form-controls.html] + expected: + if (processor == "x86_64") and (os == "android") and fission: [OK, TIMEOUT] + if processor == "x86": [OK, TIMEOUT] + [Upload file-for-upload-in-form-ESC-[\x1b\].txt (ASCII) in UTF-8 form] + expected: + if processor == "x86": [PASS, TIMEOUT] + + [Upload file-for-upload-in-form-SPACE-[ \].txt (ASCII) in UTF-8 form] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN] + if (processor == "x86") and debug: [PASS, NOTRUN] |