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

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

Issue 199003005: Package-ify Dromaeo and browser controller functionality (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 src="../htmlrunner.js"></script> 3 <script src="../htmlrunner.js"></script>
4 <script> 4 <script>
5 window.onload = function(){ 5 window.onload = function(){
6 startTest("dom-modify"); 6 startTest("dom-modify");
7 7
8 // Try to force real results 8 // Try to force real results
9 var ret, tmp, str; 9 var ret, tmp, str;
10 10
(...skipping 2953 matching lines...) Expand 10 before | Expand all | Expand 10 after
2964 <dt>[XMLNAMES] 2964 <dt>[XMLNAMES]
2965 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999 2965 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999
2966 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/ REC-xml-names/</code></a>) 2966 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/ REC-xml-names/</code></a>)
2967 2967
2968 <dt>[YACC] 2968 <dt>[YACC]
2969 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdash; Yet another com piler compiler</cite>", Technical Report, Murray Hill, 1975 2969 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdash; Yet another com piler compiler</cite>", Technical Report, Murray Hill, 1975
2970 2970
2971 </dl> 2971 </dl>
2972 </body> 2972 </body>
2973 </html> 2973 </html>
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/web/tests/dom-attr-html.html ('k') | samples/third_party/dromaeo/web/tests/dom-modify-html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698