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

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

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
« no previous file with comments | « no previous file | LayoutTests/dom/html/level2/core/createAttributeNS06.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd" > 2 "http://www.w3.org/TR/html4/strict.dtd" >
3 <!-- This is comment number 1.--> 3 <!-- This is comment number 1.-->
4 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">< title>hc_staff</title><script type="text/javascript" src="selfhtml.js"></script> <script charset="UTF-8" type="text/javascript" src="hc_attrappendchild2.js"></sc ript><script type='text/javascript'>function loadComplete() { startTest(); }</sc ript></head><body onload="loadComplete()"> 4 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">< title>hc_staff</title><script type="text/javascript" src="selfhtml.js"></script> <script charset="UTF-8" type="text/javascript" src="createAttributeNS06.js"></sc ript><script type='text/javascript'>function loadComplete() { startTest(); }</sc ript></head><body onload="loadComplete()">
5 <p> 5 <p>
6 <em>EMP0001</em> 6 <em>EMP0001</em>
7 <strong>Margaret Martin</strong> 7 <strong>Margaret Martin</strong>
8 <code>Accountant</code> 8 <code>Accountant</code>
9 <sup>56,000</sup> 9 <sup>56,000</sup>
10 <var>Female</var> 10 <var>Female</var>
11 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym> 11 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
12 </p> 12 </p>
13 <p> 13 <p>
14 <em>EMP0002</em> 14 <em>EMP0002</em>
(...skipping 24 matching lines...) Expand all
39 </p> 39 </p>
40 <p> 40 <p>
41 <em>EMP0005</em> 41 <em>EMP0005</em>
42 <strong>Robert Myers</strong> 42 <strong>Robert Myers</strong>
43 <code>Computer Specialist</code> 43 <code>Computer Specialist</code>
44 <sup>90,000</sup> 44 <sup>90,000</sup>
45 <var>male</var> 45 <var>male</var>
46 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym> 46 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
47 </p> 47 </p>
48 </body></html> 48 </body></html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/dom/html/level2/core/createAttributeNS06.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698