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

Side by Side Diff: samples/third_party/dromaeo/tests/dom-query.html

Issue 9374026: Move dromaeo to third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved Dromaeo to third party. Created 8 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="application/dart" src="dom-query.dart"></script> 3 <script type="application/dart" src="dom-query.dart"></script>
4 <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/d art.js"></script>
4 </head> 5 </head>
5 <body> 6 <body>
6 <div class="head"> 7 <div class="head">
7 <p><a href="http://www.w3.org/"><img height=48 alt=W3C src="http://www.w3.org /Icons/w3c_home" width=72></a> 8 <p><a href="http://www.w3.org/"><img height=48 alt=W3C src="http://www.w3.org /Icons/w3c_home" width=72></a>
8 9
9 <h1 id="title">Selectors</h1> 10 <h1 id="title">Selectors</h1>
10 11
11 <h2>W3C Working Draft 15 December 2005</h2> 12 <h2>W3C Working Draft 15 December 2005</h2>
12 13
13 <dl> 14 <dl>
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after
2890 <dt>[XMLNAMES] 2891 <dt>[XMLNAMES]
2891 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999 2892 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999
2892 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/ REC-xml-names/</code></a>) 2893 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/ REC-xml-names/</code></a>)
2893 2894
2894 <dt>[YACC] 2895 <dt>[YACC]
2895 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdash; Yet another com piler compiler</cite>", Technical Report, Murray Hill, 1975 2896 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdash; Yet another com piler compiler</cite>", Technical Report, Murray Hill, 1975
2896 2897
2897 </dl> 2898 </dl>
2898 </body> 2899 </body>
2899 </html> 2900 </html>
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/tests/dom-query.dart ('k') | samples/third_party/dromaeo/tests/dom-traverse.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698