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

Unified Diff: pkg/polymer/test/transform/polyfill_injector_test.dart

Issue 24046003: Fix TODO in polymer _shimCss, remove package:js dependency (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: pkg/polymer/test/transform/polyfill_injector_test.dart
diff --git a/pkg/polymer/test/transform/polyfill_injector_test.dart b/pkg/polymer/test/transform/polyfill_injector_test.dart
index 8bb92edc7cc2ec6de863746aaac5bd0f1d68afd2..9fcc8cf5f3582ae2f61dc7ad6a867654cd2d5cb4 100644
--- a/pkg/polymer/test/transform/polyfill_injector_test.dart
+++ b/pkg/polymer/test/transform/polyfill_injector_test.dart
@@ -37,7 +37,7 @@ void main() {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head></head><body>'
- '$SHADOW_DOM_TAG$INTEROP_TAG$PKG_JS_INTEROP_TAG'
+ '$SHADOW_DOM_TAG$INTEROP_TAG'
'<script type="application/dart" src="a.dart"></script>'
'</body></html>',
});
@@ -48,14 +48,12 @@ void main() {
'<script type="application/dart" src="a.dart"></script>'
'$SHADOW_DOM_TAG'
'$INTEROP_TAG'
- '$PKG_JS_INTEROP_TAG',
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head></head><body>'
'<script type="application/dart" src="a.dart"></script>'
'$SHADOW_DOM_TAG'
'$INTEROP_TAG'
- '$PKG_JS_INTEROP_TAG'
'</body></html>',
});
}
« pkg/polymer/lib/polymer_element.dart ('K') | « pkg/polymer/test/transform/common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698