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

Side by Side Diff: samples/third_party/dromaeo/web/tests/dom-attr.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-attr"); 6 startTest("dom-attr");
7 7
8 // Try to force real results 8 // Try to force real results
9 var ret, tmp; 9 var ret, tmp;
10 10
(...skipping 2926 matching lines...) Expand 10 before | Expand all | Expand 10 after
2937 <dt>[XMLNAMES] 2937 <dt>[XMLNAMES]
2938 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999 2938 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999
2939 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/ REC-xml-names/</code></a>) 2939 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/ REC-xml-names/</code></a>)
2940 2940
2941 <dt>[YACC] 2941 <dt>[YACC]
2942 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdash; Yet another com piler compiler</cite>", Technical Report, Murray Hill, 1975 2942 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdash; Yet another com piler compiler</cite>", Technical Report, Murray Hill, 1975
2943 2943
2944 </dl> 2944 </dl>
2945 </body> 2945 </body>
2946 </html> 2946 </html>
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/web/tests/RunnerSuite.dart ('k') | samples/third_party/dromaeo/web/tests/dom-attr-html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698