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

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

Issue 68613003: Merges the two different page serializers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove newline after XML decl Created 7 years 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
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>

Powered by Google App Engine
This is Rietveld 408576698