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

Unified Diff: dart/samples/third_party/dromaeo/tests/dom-attr-html.dart

Issue 66253002: Version 0.8.10.9 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/samples/third_party/dromaeo/Dromaeo.dart ('k') | dart/samples/third_party/pop-pop-win/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/third_party/dromaeo/tests/dom-attr-html.dart
===================================================================
--- dart/samples/third_party/dromaeo/tests/dom-attr-html.dart (revision 30098)
+++ dart/samples/third_party/dromaeo/tests/dom-attr-html.dart (working copy)
@@ -12,8 +12,8 @@
// Try to force real results.
var ret;
- Element elem = document.query('#test1');
- Element a = document.query('a');
+ Element elem = document.querySelector('#test1');
+ Element a = document.querySelector('a');
new Suite(window, 'dom-attr')
.test('getAttribute', () {
« no previous file with comments | « dart/samples/third_party/dromaeo/Dromaeo.dart ('k') | dart/samples/third_party/pop-pop-win/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698