Skip to content

Commit c09bd77

Browse files
targosdanielleadams
authored andcommitted
test: redownload wpt fixtures with correct encoding
PR-URL: #37467 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 057c6a8 commit c09bd77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+138
-37
lines changed

test/fixtures/wpt/common/square.png

-2.18 KB

test/fixtures/wpt/encoding/eof-shift_jis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<meta charset=shift_jis>
33
<title>Shift_JIS file ending with a truncated sequence</title>
44
<link rel=match href=/encoding/eof-shift_jis-ref.html>
5-
One-byte truncated sequence:
5+
One-byte truncated sequence:ƒ

test/fixtures/wpt/encoding/eof-utf-8-one.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<meta charset=utf-8>
33
<title>UTF-8 file ending with a one-byte truncated sequence</title>
44
<link rel=match href="eof-utf-8-one-ref.html">
5-
One-byte truncated sequence:
5+
One-byte truncated sequence:ð

test/fixtures/wpt/encoding/eof-utf-8-three.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<meta charset=utf-8>
33
<title>UTF-8 file ending with a three-byte truncated sequence</title>
44
<link rel=match href="eof-utf-8-three-ref.html">
5-
Three-byte truncated sequence:
5+
Three-byte truncated sequence:ðŸ’

test/fixtures/wpt/encoding/eof-utf-8-two.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<meta charset=utf-8>
33
<title>UTF-8 file ending with a two-byte truncated sequence</title>
44
<link rel=match href="eof-utf-8-two-ref.html">
5-
Two-byte truncated sequence:
5+
Two-byte truncated sequence:ðŸ

test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars-cseucpkdfmtjapanese.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars-x-euc-jp.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_errors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<meta charset="euc-jp">
55
<title>EUC-JP characters</title>
66
</head>
7-
<body><span></span> <span>���</span> <span>���</span> <span></span> <span>���</span> <span></span> <span>���</span> <span>1</span> <span>��</span> <span>��</span> <span>��</span> </body>
7+
<body><span>°</span> <span>°µ°</span> <span>°°°</span> <span>ÿ</span> <span>°µÿ</span> <span></span> <span>°µ‘</span> <span>°1</span> <span>°ÿ</span> <span>° </span> <span>¢¹</span> </body>
88
</html>

0 commit comments

Comments
 (0)