Chromium Code Reviews| Index: LayoutTests/mhtml/transfer_encoding_8bit.html_original |
| diff --git a/LayoutTests/mhtml/transfer_encoding_8bit.html_original b/LayoutTests/mhtml/transfer_encoding_8bit.html_original |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b59c82d25e6c398700becefc05c2ccc461e5764a |
| --- /dev/null |
| +++ b/LayoutTests/mhtml/transfer_encoding_8bit.html_original |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<html lang='en'> |
| + <head> |
| + <meta charset='utf-8'> |
| + <title>MHTML Tests</title> |
| + <script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + </script> |
| + </head> |
| + <body> |
| + <h1>MHTML Content-Transfer-Encoding 8-bit test - 😉</h1> |
| + </body> |
| +</html> |