| Index: sky/tests/mutation-observer/mutation-observer-constructor.sky
|
| diff --git a/sky/tests/mutation-observer/mutation-observer-constructor.html b/sky/tests/mutation-observer/mutation-observer-constructor.sky
|
| similarity index 88%
|
| rename from sky/tests/mutation-observer/mutation-observer-constructor.html
|
| rename to sky/tests/mutation-observer/mutation-observer-constructor.sky
|
| index df07463c8793a504b3f1f0690282e0d89b33e5c1..385f45e2cf0c4099a69471524184487ec594f830 100644
|
| --- a/sky/tests/mutation-observer/mutation-observer-constructor.html
|
| +++ b/sky/tests/mutation-observer/mutation-observer-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('MutationObserver', function() {
|
| var observer = new MutationObserver(function(mutations) { });
|
|
|