Commit 0644617c authored by yurys@chromium.org's avatar yurys@chromium.org

Temporarily disable DomSerializerTests.SerializeXMLDocWithBuiltInEntities

R=vsevik,pfeldman
BUG=227030

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192574 0039d316-1c4b-4281-b951-d872f2087c98
parent 239b0171
......@@ -341,7 +341,8 @@ TEST_F(DomSerializerTests, SerializeHTMLDOMWithoutDocType) {
// Serialize XML document which has all 5 built-in entities. After
// finishing serialization, the serialized contents should be same
// with original XML document.
TEST_F(DomSerializerTests, SerializeXMLDocWithBuiltInEntities) {
// Disabled because of crbug.com/227030
TEST_F(DomSerializerTests, DISABLED_SerializeXMLDocWithBuiltInEntities) {
base::FilePath page_file_path = data_dir_;
page_file_path = page_file_path.AppendASCII("dom_serializer");
page_file_path = page_file_path.AppendASCII("note.xml");
......
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