Index: content/renderer/dom_serializer_browsertest.cc |
diff --git a/content/renderer/dom_serializer_browsertest.cc b/content/renderer/dom_serializer_browsertest.cc |
index 2cb395c18da8eb9e265574065b600a0562b80797..362a6cefca6b72beb31809ffe23d29768084bb91 100644 |
--- a/content/renderer/dom_serializer_browsertest.cc |
+++ b/content/renderer/dom_serializer_browsertest.cc |
@@ -779,7 +779,8 @@ class DomSerializerTests : public ContentBrowserTest, |
// If original contents have document type, the serialized contents also have |
// document type. |
brucedawson
2015/05/15 22:01:34
Should add a comment here that links to the bug. S
Elly Fong-Jones
2015/05/18 17:06:40
Done.
|
-IN_PROC_BROWSER_TEST_F(DomSerializerTests, SerializeHTMLDOMWithDocType) { |
+IN_PROC_BROWSER_TEST_F(DomSerializerTests, |
+ DISABLED_SerializeHTMLDOMWithDocType) { |
base::FilePath page_file_path = |
GetTestFilePath("dom_serializer", "youtube_1.htm"); |
GURL file_url = net::FilePathToFileURL(page_file_path); |