| Index: sky/tests/mutation-observer/observe-attributes.sky
|
| diff --git a/sky/tests/mutation-observer/observe-attributes.html b/sky/tests/mutation-observer/observe-attributes.sky
|
| similarity index 99%
|
| rename from sky/tests/mutation-observer/observe-attributes.html
|
| rename to sky/tests/mutation-observer/observe-attributes.sky
|
| index 6261cf6ab71ac808ddba6f0d989ef6d940686bfd..e85651110e098b3cb875d8da30b91dd34751e250 100644
|
| --- a/sky/tests/mutation-observer/observe-attributes.html
|
| +++ b/sky/tests/mutation-observer/observe-attributes.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.observe on attributes', function() {
|
| it('should handle basic aspects of attribute observation', function(done) {
|
|
|