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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <!DOCTYPE test [
3 <!ELEMENT test (child)+ >
4 <!ELEMENT child EMPTY>
5 <!ATTLIST child id ID #IMPLIED>
6 <!ATTLIST child check CDATA #IMPLIED>
7 ]>
8 <test>
9 <child id="child1" check="child1"/>
10 <child id="child2" check="child2"/>
11 </test>
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698