| Index: sky/tests/mutation-observer/takeRecords.sky
|
| diff --git a/sky/tests/mutation-observer/takeRecords.sky b/sky/tests/mutation-observer/takeRecords.sky
|
| index 1dceae896f0585ef52061694877e6d5a88e8add8..ba8a274aec169a947bd03eff27d0d59040552e39 100644
|
| --- a/sky/tests/mutation-observer/takeRecords.sky
|
| +++ b/sky/tests/mutation-observer/takeRecords.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.takeRecords', function() {
|
| it('should allow taking records synchronously or getting a notification', function(done) {
|
|
|