mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision 55be31752d6d8ae224f4922689e6cdc75576e1e2
This commit is contained in:
parent
2efc2e2880
commit
8e4409345a
109 changed files with 769 additions and 420 deletions
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue