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

Unified Diff: Source/WebKit/chromium/tests/data/pageserializer/simple.xhtml

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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
Index: Source/WebKit/chromium/tests/data/pageserializer/simple.xhtml
diff --git a/Source/WebKit/chromium/tests/data/pageserializer/simple.xhtml b/Source/WebKit/chromium/tests/data/pageserializer/simple.xhtml
deleted file mode 100644
index 5f12df635686c6f1c1c5edb4bdd573523f800aff..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/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