| Index: sky/tests/mutation-observer/clear-transient-without-delivery.sky
|
| diff --git a/sky/tests/mutation-observer/clear-transient-without-delivery.html b/sky/tests/mutation-observer/clear-transient-without-delivery.sky
|
| similarity index 89%
|
| rename from sky/tests/mutation-observer/clear-transient-without-delivery.html
|
| rename to sky/tests/mutation-observer/clear-transient-without-delivery.sky
|
| index ebe30d934a8ea1db50b181a1ff9fb52b04574ce5..3eb91f72a06ef256b54f39d206586c2e9358fc33 100644
|
| --- a/sky/tests/mutation-observer/clear-transient-without-delivery.html
|
| +++ b/sky/tests/mutation-observer/clear-transient-without-delivery.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('Transient registrations', function() {
|
| it('should be cleared even without delivery', function(done) {
|
|
|