mirror of
https://github.com/servo/servo.git
synced 2025-08-28 16:48:22 +01:00
Update web-platform-tests to revision 615bb572c95add74ca4fb9fed4af5269a49cf4ef
This commit is contained in:
parent
b628b6ef8e
commit
0aa76d7524
162 changed files with 2069 additions and 636 deletions
|
@ -88,8 +88,12 @@
|
|||
)
|
||||
request(
|
||||
"text/plain;charset= utf-8",
|
||||
"text/plain;charset= utf-8",
|
||||
"charset with space that is UTF-8 does not change")
|
||||
"text/plain;charset=UTF-8",
|
||||
"charset with leading space that is UTF-8 does change")
|
||||
request(
|
||||
"text/plain;charset=utf-8 ;x=x",
|
||||
"text/plain;charset=utf-8 ;x=x",
|
||||
"charset with trailing space that is UTF-8 does not change");
|
||||
request(
|
||||
"text/plain;charset=\"utf-8\"",
|
||||
"text/plain;charset=\"utf-8\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue