| Index: sky/tests/mutation-observer/mutation-record-constructor.sky
|
| diff --git a/sky/tests/mutation-observer/mutation-record-constructor.sky b/sky/tests/mutation-observer/mutation-record-constructor.sky
|
| index df1c999e525173319736df7d8160a59f6c53b8db..2c1d9de58f027c1961aefc1c03f8e1bf1ae82203 100644
|
| --- a/sky/tests/mutation-observer/mutation-record-constructor.sky
|
| +++ b/sky/tests/mutation-observer/mutation-record-constructor.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('MutationRecord', function() {
|
| it('should be exposed on window but not constructable', function() {
|
|
|