| Index: webkit/glue/dom_serializer_unittest.cc
|
| ===================================================================
|
| --- webkit/glue/dom_serializer_unittest.cc (revision 57726)
|
| +++ webkit/glue/dom_serializer_unittest.cc (working copy)
|
| @@ -584,7 +584,7 @@
|
| // Test situation of html entities in attribute value when serializing
|
| // HTML DOM.
|
| // This test started to fail at WebKit r65388. See http://crbug.com/52279.
|
| -TEST_F(DomSerializerTests, DISABLED_SerializeHTMLDOMWithEntitiesInAttributeValue) {
|
| +TEST_F(DomSerializerTests, SerializeHTMLDOMWithEntitiesInAttributeValue) {
|
| FilePath page_file_path = data_dir_;
|
| page_file_path = page_file_path.AppendASCII(
|
| "dom_serializer/htmlentities_in_attribute_value.htm");
|
| @@ -634,7 +634,7 @@
|
|
|
| // Test situation of non-standard HTML entities when serializing HTML DOM.
|
| // This test started to fail at WebKit r65351. See http://crbug.com/52279.
|
| -TEST_F(DomSerializerTests, DISABLED_SerializeHTMLDOMWithNonStandardEntities) {
|
| +TEST_F(DomSerializerTests, SerializeHTMLDOMWithNonStandardEntities) {
|
| // Make a test file URL and load it.
|
| FilePath page_file_path = data_dir_;
|
| page_file_path = page_file_path.AppendASCII("dom_serializer");
|
|
|