| Index: sky/tests/mutation-observer/mutation-record-constructor.sky
|
| diff --git a/sky/tests/mutation-observer/mutation-record-constructor.html b/sky/tests/mutation-observer/mutation-record-constructor.sky
|
| similarity index 84%
|
| rename from sky/tests/mutation-observer/mutation-record-constructor.html
|
| rename to sky/tests/mutation-observer/mutation-record-constructor.sky
|
| index 7fd7d7ed8a7992d3a5fb6fefccfd6019278a1be6..df1c999e525173319736df7d8160a59f6c53b8db 100644
|
| --- a/sky/tests/mutation-observer/mutation-record-constructor.html
|
| +++ b/sky/tests/mutation-observer/mutation-record-constructor.sky
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| -<link rel="import" href="../resources/chai.html" />
|
| -<link rel="import" href="../resources/mocha.html" />
|
| +<link rel="import" href="../resources/chai.sky" />
|
| +<link rel="import" href="../resources/mocha.sky" />
|
| <script>
|
| describe('MutationRecord', function() {
|
| it('should be exposed on window but not constructable', function() {
|
|
|