| Index: sky/tests/mutation-observer/script-append.sky
|
| diff --git a/sky/tests/mutation-observer/script-append.html b/sky/tests/mutation-observer/script-append.sky
|
| similarity index 88%
|
| rename from sky/tests/mutation-observer/script-append.html
|
| rename to sky/tests/mutation-observer/script-append.sky
|
| index aa9659732476bf17d4566979549d329a1a41eb61..837358894b44a0070b13c65f53e2e357da86a78e 100644
|
| --- a/sky/tests/mutation-observer/script-append.html
|
| +++ b/sky/tests/mutation-observer/script-append.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() {
|
| it('should not invoke callbacks when appending a script', function() {
|
|
|