Update web-platform-tests to revision 55be31752d6d8ae224f4922689e6cdc75576e1e2

This commit is contained in:
WPT Sync Bot 2021-01-14 08:20:58 +00:00
parent 2efc2e2880
commit 8e4409345a
109 changed files with 769 additions and 420 deletions

View file

@ -1,10 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Upload files named using controls (tentative)</title>
<!--
NOTE: This test is tentative because encoding for filename
control characters is not yet standardized.
-->
<title>Upload files named using controls</title>
<link
rel="help"
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"

View file

@ -1,14 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<meta name=timeout content=long>
<title>Upload files in ISO-2022-JP form (tentative)</title>
<!--
NOTE: This test is tentative because encoding for filename
characters unrepresentable in the form charset is not yet
standardized.
-->
<link rel="help"
href="https://github.com/whatwg/html/issues/3223">
<title>Upload files in ISO-2022-JP form</title>
<link rel="help"
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data">
<link rel="help"

View file

@ -1,10 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Upload files named using punctuation (tentative)</title>
<!--
NOTE: This test is tentative because encoding for filename
punctuation characters is not yet standardized.
-->
<title>Upload files named using punctuation</title>
<link
rel="help"
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"

View file

@ -1,13 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Upload files in Windows-1252 form (tentative)</title>
<!--
NOTE: This test is tentative because encoding for filename
characters unrepresentable in the form charset is not yet
standardized.
-->
<link rel="help"
href="https://github.com/whatwg/html/issues/3223">
<title>Upload files in Windows-1252 form</title>
<link rel="help"
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data">
<link rel="help"

View file

@ -1,13 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Upload files in x-user-defined form (tentative)</title>
<!--
NOTE: This test is tentative because encoding for filename
characters unrepresentable in the form charset is not yet
standardized.
-->
<link rel="help"
href="https://github.com/whatwg/html/issues/3223">
<title>Upload files in x-user-defined form</title>
<link rel="help"
href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data">
<link rel="help"