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

Side by Side Diff: LayoutTests/dom/xhtml/level1/core/hc_attrfirstchild.xhtml

Issue 1158433004: Remove Attr child nodes (making Attr a Node, not a ContainerNode) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0"?><?TEST-STYLE PIDATA?>
2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd" [
5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
11 <!NOTATION notation1 PUBLIC "notation1File">
12 <!NOTATION notation2 SYSTEM "notation2File">
13 <!ATTLIST acronym dir CDATA "ltr">
14 ]>
15 <!-- This is comment number 1.-->
16 <html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title><script type="text/j avascript" src="selfxhtml.js"/><script charset="UTF-8" type="text/javascript" s rc="hc_attrfirstchild.js"/><script type='text/javascript'>function loadComplete( ) { startTest(); }</script></head><body onload="loadComplete()">
17 <p>
18 <em>EMP0001</em>
19 <strong>Margaret Martin</strong>
20 <code>Accountant</code>
21 <sup>56,000</sup>
22 <var>Female</var>
23 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
24 </p>
25 <p>
26 <em>EMP0002</em>
27 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &a mp;ent2;
28 This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
29 <code>Secretary</code>
30 <sup>35,000</sup>
31 <var>Female</var>
32 <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
33 98554</acronym>
34 </p>
35 <p>
36 <em>EMP0003</em>
37 <strong>Roger
38 Jones</strong>
39 <code>Department Manager</code>
40 <sup>100,000</sup>
41 <var>&delta;</var>
42 <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym>
43 </p>
44 <p>
45 <em>EMP0004</em>
46 <strong>Jeny Oconnor</strong>
47 <code>Personnel Director</code>
48 <sup>95,000</sup>
49 <var>Female</var>
50 <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acro nym>
51 </p>
52 <p>
53 <em>EMP0005</em>
54 <strong>Robert Myers</strong>
55 <code>Computer Specialist</code>
56 <sup>90,000</sup>
57 <var>male</var>
58 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
59 </p>
60 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698