Skip to content

Commit c7b6a59

Browse files
author
Andreu Botella
authored
Make the tests for multipart/form-data escapes not tentative
See whatwg/html#6282. This change doesn't mark the tests dealing with building a multipart/form-data request body directly from a `FormData` object because some of the details are still being worked on in whatwg/html#6247.
1 parent c12cdbb commit c7b6a59

File tree

5 files changed

+5
-34
lines changed

5 files changed

+5
-34
lines changed

FileAPI/file/send-file-form-controls.tentative.html renamed to FileAPI/file/send-file-form-controls.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8" />
3-
<title>Upload files named using controls (tentative)</title>
4-
<!--
5-
NOTE: This test is tentative because encoding for filename
6-
control characters is not yet standardized.
7-
-->
3+
<title>Upload files named using controls</title>
84
<link
95
rel="help"
106
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"

FileAPI/file/send-file-form-iso-2022-jp.tentative.html renamed to FileAPI/file/send-file-form-iso-2022-jp.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
33
<meta name=timeout content=long>
4-
<title>Upload files in ISO-2022-JP form (tentative)</title>
5-
<!--
6-
NOTE: This test is tentative because encoding for filename
7-
characters unrepresentable in the form charset is not yet
8-
standardized.
9-
-->
10-
<link rel="help"
11-
href="https://github.com/whatwg/html/issues/3223">
4+
<title>Upload files in ISO-2022-JP form</title>
125
<link rel="help"
136
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data">
147
<link rel="help"

FileAPI/file/send-file-form-punctuation.tentative.html renamed to FileAPI/file/send-file-form-punctuation.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8" />
3-
<title>Upload files named using punctuation (tentative)</title>
4-
<!--
5-
NOTE: This test is tentative because encoding for filename
6-
punctuation characters is not yet standardized.
7-
-->
3+
<title>Upload files named using punctuation</title>
84
<link
95
rel="help"
106
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"

FileAPI/file/send-file-form-windows-1252.tentative.html renamed to FileAPI/file/send-file-form-windows-1252.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>Upload files in Windows-1252 form (tentative)</title>
4-
<!--
5-
NOTE: This test is tentative because encoding for filename
6-
characters unrepresentable in the form charset is not yet
7-
standardized.
8-
-->
9-
<link rel="help"
10-
href="https://github.com/whatwg/html/issues/3223">
3+
<title>Upload files in Windows-1252 form</title>
114
<link rel="help"
125
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data">
136
<link rel="help"

FileAPI/file/send-file-form-x-user-defined.tentative.html renamed to FileAPI/file/send-file-form-x-user-defined.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>Upload files in x-user-defined form (tentative)</title>
4-
<!--
5-
NOTE: This test is tentative because encoding for filename
6-
characters unrepresentable in the form charset is not yet
7-
standardized.
8-
-->
9-
<link rel="help"
10-
href="https://github.com/whatwg/html/issues/3223">
3+
<title>Upload files in x-user-defined form</title>
114
<link rel="help"
125
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data">
136
<link rel="help"

0 commit comments

Comments
 (0)