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

Unified Diff: test/data/input/custom_radio_button_test.html

Issue 11465028: rename web_components -> web_ui (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 8 years 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: test/data/input/custom_radio_button_test.html
diff --git a/test/data/input/custom_radio_button_test.html b/test/data/input/custom_radio_button_test.html
index 898541f3ea36fe5716e71f325a75ce865bc3ce9b..996fb94e0b70a2300cb5088eefe7caddf68b66a8 100644
--- a/test/data/input/custom_radio_button_test.html
+++ b/test/data/input/custom_radio_button_test.html
@@ -15,7 +15,7 @@ BSD-style license that can be found in the LICENSE file.
<element name="x-my-input" extends="input">
<template></template>
<script type="application/dart">
- import 'package:web_components/web_components.dart';
+ import 'package:web_ui/web_ui.dart';
class MyInput extends WebComponent {
int clicked;
created() {
@@ -37,7 +37,7 @@ BSD-style license that can be found in the LICENSE file.
<pre>You picked {{name}}. Final value should be 'Bar'</pre>
<script type="application/dart">
import 'dart:html';
- import 'package:web_components/web_components.dart';
+ import 'package:web_ui/web_ui.dart';
import 'package:unittest/unittest.dart';
var name = 'Bar';

Powered by Google App Engine
This is Rietveld 408576698