| Index: LayoutTests/fast/encoding/api/encoding-labels.html
|
| diff --git a/LayoutTests/fast/encoding/api/encoding-labels.html b/LayoutTests/fast/encoding/api/encoding-labels.html
|
| index c20b99b92bb9a38ab0e6b22e38325a5a32d53b50..653aa8847595a50295d2aa494996c1eef4d0c40f 100644
|
| --- a/LayoutTests/fast/encoding/api/encoding-labels.html
|
| +++ b/LayoutTests/fast/encoding/api/encoding-labels.html
|
| @@ -10,11 +10,11 @@ encodings_table.forEach(function(section) {
|
| return encoding.name !== 'replacement';
|
| }).forEach(function(encoding) {
|
| var name = encoding.name;
|
| - test(function(){
|
| - encoding.labels.forEach(function(label) {
|
| + encoding.labels.forEach(function(label) {
|
| + test(function(){
|
| assert_equals(new TextDecoder(label).encoding, encoding.name);
|
| - });
|
| - }, 'Labels for: ' + name);
|
| + }, 'name=' + name + ' label=' + label);
|
| + });
|
| });
|
| });
|
|
|
|
|