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

Unified Diff: Source/web/tests/data/pageserializer/simple.xhtml

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 | « Source/web/tests/WebPageNewSerializerTest.cpp ('k') | Source/web/tests/data/pageserializer/xml/xmldecl.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/pageserializer/simple.xhtml
diff --git a/Source/web/tests/data/pageserializer/simple.xhtml b/Source/web/tests/data/pageserializer/simple.xhtml
deleted file mode 100644
index 5f12df635686c6f1c1c5edb4bdd573523f800aff..0000000000000000000000000000000000000000
--- a/Source/web/tests/data/pageserializer/simple.xhtml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>XHTML 1.0 Strict Example</title>
- </head>
- <body>
- <p>Hello! </p>
- </body>
-</html>
« no previous file with comments | « Source/web/tests/WebPageNewSerializerTest.cpp ('k') | Source/web/tests/data/pageserializer/xml/xmldecl.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698