 Chromium Code Reviews
 Chromium Code Reviews Issue 1407663004:
  Tweaking WebPageSerializerImpl to emit a BOM for UTF16/32.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1407663004:
  Tweaking WebPageSerializerImpl to emit a BOM for UTF16/32.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/test/data/save_page/utf32.htm.mock-http-headers | 
| diff --git a/chrome/test/data/save_page/utf32.htm.mock-http-headers b/chrome/test/data/save_page/utf32.htm.mock-http-headers | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..d6ba024ab445c5ff49671dc48f2430d06f943314 | 
| --- /dev/null | 
| +++ b/chrome/test/data/save_page/utf32.htm.mock-http-headers | 
| @@ -0,0 +1,4 @@ | 
| +HTTP/1.1 200 OK | 
| +Connection: close | 
| +Content-Length: 1312 | 
| +Content-Type: text/html; charset=utf-32 |