| Index: sky/tests/mutation-observer/observe-attributes.sky
|
| diff --git a/sky/tests/mutation-observer/observe-attributes.sky b/sky/tests/mutation-observer/observe-attributes.sky
|
| index 9710bf0e513c7fcf15fd58c9206e36cf7d299481..c824351fc78ab88eefa63d868481e6c4a053cf08 100644
|
| --- a/sky/tests/mutation-observer/observe-attributes.sky
|
| +++ b/sky/tests/mutation-observer/observe-attributes.sky
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| -<link rel="import" href="../resources/chai.sky" />
|
| -<link rel="import" href="../resources/mocha.sky" />
|
| +<import src="../resources/chai.sky" />
|
| +<import src="../resources/mocha.sky" />
|
| <script>
|
| describe('MutationObserver.observe on attributes', function() {
|
| it('should handle basic aspects of attribute observation', function(done) {
|
|
|