blob: 10144a1fc3da9d7fdbc8ec5f5a32fd17b05c8330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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]
|