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

Unified Diff: third_party/WebKit/LayoutTests/dom/html/level2/core/createDocument08.html

Issue 2667393004: Move DOM conformance tests to dom/legacy_dom_conformance/, part 4/N. (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/LayoutTests/dom/html/level2/core/createDocument08.html
diff --git a/third_party/WebKit/LayoutTests/dom/html/level2/core/createDocument08.html b/third_party/WebKit/LayoutTests/dom/html/level2/core/createDocument08.html
deleted file mode 100644
index 5d333bb18753056b7a5d07c3afb4546ee8c08b2a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/dom/html/level2/core/createDocument08.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd" >
-<html>
-<!--
-Copyright(c) 2001-2004 World Wide Web Consortium,
-(Massachusetts Institute of Technology, European Research Consortium
-for Informatics and Mathematics, Keio University). All
-Rights Reserved. This work is distributed under the W3C(r) Software License [1] in the
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
--->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>implementation</title>
- <script type='text/javascript' src='selfhtml.js'></script>
- <script type='text/javascript' charset='UTF-8' src='createDocument08.js'></script>
- <script type='text/javascript'>function loadComplete() { startTest(); }</script>
- </head>
- <body onload="loadComplete()">
- </body>
-</html>
-
-

Powered by Google App Engine
This is Rietveld 408576698