Chromium Code Reviews| Index: LayoutTests/fast/encoding/api/textdecoder-ignorebom-expected.txt |
| diff --git a/LayoutTests/fast/encoding/api/textdecoder-ignorebom-expected.txt b/LayoutTests/fast/encoding/api/textdecoder-ignorebom-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..92a766d294684b3fb268e8eb0f1b130425395c15 |
| --- /dev/null |
| +++ b/LayoutTests/fast/encoding/api/textdecoder-ignorebom-expected.txt |
| @@ -0,0 +1,6 @@ |
| +This is a testharness.js-based test. |
| +PASS BOM is ignored if ignoreBOM option is specified: utf-8 |
| +PASS BOM is ignored if ignoreBOM option is specified: utf-16le |
| +PASS BOM is ignored if ignoreBOM option is specified: utf-16be |
| +Harness: the test ran to completion. |
| + |