mirror of
https://github.com/servo/servo.git
synced 2025-10-03 10:09:20 +01:00
Auto merge of #24870 - pshaughn:2909, r=jdm
Fix #2909 (squashed version of PR #24865) <!-- Please describe your changes on the following line: --> Now using data-url::forgiving_base64 instead of base64, this fixes all the fetch/data-urls/base64.* tests. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not quite fix yet #2909 <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
81c59077fd
4 changed files with 17 additions and 41 deletions
|
@ -1,33 +0,0 @@
|
|||
[base64.any.worker.html]
|
||||
[data: URL base64 handling: "ab="]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: "ab\\fcd"]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: "ab\\t\\n\\f\\r cd"]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: " \\t\\n\\f\\r ab\\t\\n\\f\\r cd\\t\\n\\f\\r "]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: "ab\\t\\n\\f\\r =\\t\\n\\f\\r =\\t\\n\\f\\r "]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[base64.any.html]
|
||||
[data: URL base64 handling: "ab="]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: "ab\\fcd"]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: "ab\\t\\n\\f\\r cd"]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: " \\t\\n\\f\\r ab\\t\\n\\f\\r cd\\t\\n\\f\\r "]
|
||||
expected: FAIL
|
||||
|
||||
[data: URL base64 handling: "ab\\t\\n\\f\\r =\\t\\n\\f\\r =\\t\\n\\f\\r "]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue