| 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
|
| deleted file mode 100644
|
| index 653aa8847595a50295d2aa494996c1eef4d0c40f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/encoding/api/encoding-labels.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Encoding API: Encoding labels</title>
|
| -<script src="../../../resources/testharness.js"></script>
|
| -<script src="../../../resources/testharnessreport.js"></script>
|
| -<script src="resources/shared.js"></script>
|
| -<script>
|
| -
|
| -encodings_table.forEach(function(section) {
|
| - section.encodings.filter(function(encoding) {
|
| - return encoding.name !== 'replacement';
|
| - }).forEach(function(encoding) {
|
| - var name = encoding.name;
|
| - encoding.labels.forEach(function(label) {
|
| - test(function(){
|
| - assert_equals(new TextDecoder(label).encoding, encoding.name);
|
| - }, 'name=' + name + ' label=' + label);
|
| - });
|
| - });
|
| -});
|
| -
|
| -</script>
|
|
|