[wpt-sync] Sync PR 26747 - Add tests for form newline normalization in filenames
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26747 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26747
Details from upstream follow.
b'Andreu Botella <abb@randomunok.com>' wrote:
Add tests for form newline normalization in filenames
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 12 subtests
Status Summary
Firefox
OK : 1
PASS: 6
FAIL: 6
Chrome
OK : 1
PASS: 12
Safari
OK : 1
PASS: 6
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/semantics/forms/form-submission-0/newline-normalization.html
Form newline normalization: \n in the value becomes \r\n: FAIL (Chrome: PASS, Safari: FAIL)
Form newline normalization: \r in the value becomes \r\n: FAIL (Chrome: PASS, Safari: FAIL)
Form newline normalization: \n\r in the value becomes \r\n\r\n: FAIL (Chrome: PASS, Safari: FAIL)
Form newline normalization: \n in the name becomes \r\n: FAIL (Chrome: PASS, Safari: FAIL)
Form newline normalization: \r in the name becomes \r\n: FAIL (Chrome: PASS, Safari: FAIL)
Form newline normalization: \n\r in the name becomes \r\n\r\n: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
Description
•