Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2588)

Unified Diff: Source/web/tests/PageSerializerTest.cpp

Issue 1178483002: Merge page serializers [5/12] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/tests/WebPageNewSerializerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/PageSerializerTest.cpp
diff --git a/Source/web/tests/PageSerializerTest.cpp b/Source/web/tests/PageSerializerTest.cpp
index 22388d016dcbf7ebfe221948df9baaace15421ef..351bbd3015da0162cde1164bd531dbfaf297febe 100644
--- a/Source/web/tests/PageSerializerTest.cpp
+++ b/Source/web/tests/PageSerializerTest.cpp
@@ -273,7 +273,7 @@ TEST_F(PageSerializerTest, CSSImport)
TEST_F(PageSerializerTest, XMLDeclaration)
{
V8TestingScope scope(v8::Isolate::GetCurrent());
- setBaseFolder("pageserializer/xmldecl/");
+ setBaseFolder("pageserializer/xml/");
registerURL("xmldecl.xml", "text/xml");
serialize("xmldecl.xml");
« no previous file with comments | « no previous file | Source/web/tests/WebPageNewSerializerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698