| Index: pkg/polymer/lib/elements/polymer-ajax/test/js/polymer-ajax.js
|
| diff --git a/pkg/polymer/lib/elements/polymer-ajax/test/js/polymer-ajax.js b/pkg/polymer/lib/elements/polymer-ajax/test/js/polymer-ajax.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a623c37da3a05947cacdb8b2c49928d1dd0afc41
|
| --- /dev/null
|
| +++ b/pkg/polymer/lib/elements/polymer-ajax/test/js/polymer-ajax.js
|
| @@ -0,0 +1,9 @@
|
| +/*
|
| + * Copyright 2013 The Polymer Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style
|
| + * license that can be found in the LICENSE file.
|
| + */
|
| +
|
| +htmlSuite('polymer-ajax', function() {
|
| + htmlTest('html/polymer-ajax.html');
|
| +});
|
|
|