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

Side by Side Diff: LayoutTests/dom/xhtml/level2/core/createAttributeNS06.xhtml

Issue 740223003: Revive tests for Document.createAttributeNS() and Element.setAttributeNodeNS() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: deprecation messages Created 6 years, 1 month 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
1 <?xml version="1.0"?><?TEST-STYLE PIDATA?> 1 <?xml version="1.0"?><?TEST-STYLE PIDATA?>
2 <!DOCTYPE html 2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd" [ 4 "xhtml1-strict.dtd" [
5 <!ENTITY alpha "&#945;"> 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;"> 6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;"> 7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;"> 8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;"> 9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;"> 10 <!ENTITY alpha "&#950;">
11 <!NOTATION notation1 PUBLIC "notation1File"> 11 <!NOTATION notation1 PUBLIC "notation1File">
12 <!NOTATION notation2 SYSTEM "notation2File"> 12 <!NOTATION notation2 SYSTEM "notation2File">
13 <!ATTLIST acronym dir CDATA "ltr"> 13 <!ATTLIST acronym dir CDATA "ltr">
14 ]> 14 ]>
15 <!-- This is comment number 1.--> 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_attrchildnodes1.js"/><script type='text/javascript'>function loadComplete () { startTest(); }</script></head><body onload="loadComplete()"> 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" sr c="createAttributeNS06.js"/><script type='text/javascript'>function loadComplete () { startTest(); }</script></head><body onload="loadComplete()">
17 <p> 17 <p>
18 <em>EMP0001</em> 18 <em>EMP0001</em>
19 <strong>Margaret Martin</strong> 19 <strong>Margaret Martin</strong>
20 <code>Accountant</code> 20 <code>Accountant</code>
21 <sup>56,000</sup> 21 <sup>56,000</sup>
22 <var>Female</var> 22 <var>Female</var>
23 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym> 23 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
24 </p> 24 </p>
25 <p> 25 <p>
26 <em>EMP0002</em> 26 <em>EMP0002</em>
(...skipping 24 matching lines...) Expand all
51 </p> 51 </p>
52 <p> 52 <p>
53 <em>EMP0005</em> 53 <em>EMP0005</em>
54 <strong>Robert Myers</strong> 54 <strong>Robert Myers</strong>
55 <code>Computer Specialist</code> 55 <code>Computer Specialist</code>
56 <sup>90,000</sup> 56 <sup>90,000</sup>
57 <var>male</var> 57 <var>male</var>
58 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym> 58 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
59 </p> 59 </p>
60 </body></html> 60 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698