Commit 15a15d2d authored by ellyjones's avatar ellyjones Committed by Commit bot

Disable DomSerializerTests.SerializeHTMLDOMWithDocType

BUG=488495

R=brucedawson
TBR=jam

Review URL: https://codereview.chromium.org/1147533005

Cr-Commit-Position: refs/heads/master@{#330429}
parent f27b12ff
...@@ -779,7 +779,15 @@ class DomSerializerTests : public ContentBrowserTest, ...@@ -779,7 +779,15 @@ class DomSerializerTests : public ContentBrowserTest,
// If original contents have document type, the serialized contents also have // If original contents have document type, the serialized contents also have
// document type. // document type.
IN_PROC_BROWSER_TEST_F(DomSerializerTests, SerializeHTMLDOMWithDocType) { // Disabled by ellyjones@ on 2015-05-18, see https://crbug.com/488495.
#if defined(OS_MACOSX)
#define MAYBE_SerializeHTMLDOMWithDocType DISABLED_SerializeHTMLDOMWithDocType
#else
#define MAYBE_SerializeHTMLDOMWithDocType SerializeHTMLDOMWithDocType
#endif
IN_PROC_BROWSER_TEST_F(DomSerializerTests,
MAYBE_SerializeHTMLDOMWithDocType) {
base::FilePath page_file_path = base::FilePath page_file_path =
GetTestFilePath("dom_serializer", "youtube_1.htm"); GetTestFilePath("dom_serializer", "youtube_1.htm");
GURL file_url = net::FilePathToFileURL(page_file_path); GURL file_url = net::FilePathToFileURL(page_file_path);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment