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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/svg/level3/xpath/resources/staffNS.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"?><?TEST-STYLE PIDATA?>
2 <!DOCTYPE staff PUBLIC "STAFF" "staffNS.dtd">
3 <staff xmlns="http://www.nist.gov" xmlns:nist="http://www.nist.gov">
4 <employee xmlns:dmstc="http://www.usa.com">
5 <employeeId>EMP0001</employeeId>
6 <name>Margaret Martin</name>
7 <position>Accountant</position>
8 <salary>56,000</salary>
9 <gender>Female</gender>
10 <address dmstc:domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
11 </employee>
12 <employee xmlns:dmstc="http://www.usa.com">
13 <employeeId>EMP0002</employeeId>
14 <name>Martha Raynolds</name>
15 <position>Secretary</position>
16 <salary>35,000</salary>
17 <gender>Female</gender>
18 <address dmstc:domestic="Yes" street="Yes">1900 Dallas Road Dallas, Texas 9855 4</address>
19 </employee>
20 <employee xmlns:dmstc="http://www.netzero.com">
21 <employeeId>EMP0003</employeeId>
22 <name>Roger
23 Jones</name>
24 <position>Department Manager</position>
25 <salary>100,000</salary>
26 <gender>Male</gender>
27 <address dmstc:domestic="Yes" street="No">PO Box 27 Irving, texas 98553</addre ss>
28 </employee>
29 <emp:employee xmlns:emp="http://www.nist.gov" xmlns:nm="http://www.altavista.co m" > <emp:employeeId>EMP0004</emp:employeeId>
30 <nm:name>Jeny Oconnor</nm:name>
31 <emp:position>Personnel Director</emp:position>
32 <emp:salary>95,000</emp:salary>
33 <emp:gender>Female</emp:gender>
34 <emp:address emp:domestic="Yes" street="Yes" emp:zone="CANADA" emp:local1="TRU E">27 South Road. Dallas, texas 98556</emp:address>
35 </emp:employee>
36 <employee xmlns:emp2="http://www.nist.gov">
37 <employeeId>EMP0005</employeeId>
38 <name>Robert Myers</name>
39 <position>Computer Specialist</position>
40 <salary>90,000</salary>
41 <gender>male</gender>
42 <address street="Yes" xmlns="http://www.nist.gov">1821 Nordic. Road, Irving Te xas 98558</address>
43 </employee>
44 </staff>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698