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

Unified Diff: third_party/WebKit/LayoutTests/dom/svg/level3/xpath/resources/internaldtd.xml

Issue 2670783003: Move DOM conformance tests to dom/legacy_dom_conformance/, part 3/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/svg/level3/xpath/resources/internaldtd.xml
diff --git a/third_party/WebKit/LayoutTests/dom/svg/level3/xpath/resources/internaldtd.xml b/third_party/WebKit/LayoutTests/dom/svg/level3/xpath/resources/internaldtd.xml
deleted file mode 100644
index 0844f5cd5ed78e7702196d3cda49b0628ce7ee9a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/dom/svg/level3/xpath/resources/internaldtd.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE test [
- <!ELEMENT test (child)+ >
- <!ELEMENT child EMPTY>
- <!ATTLIST child id ID #IMPLIED>
- <!ATTLIST child check CDATA #IMPLIED>
-]>
-<test>
- <child id="child1" check="child1"/>
- <child id="child2" check="child2"/>
-</test>
-

Powered by Google App Engine
This is Rietveld 408576698