| Index: sky/tests/mutation-observer/document-fragment-insertion.sky
|
| diff --git a/sky/tests/mutation-observer/document-fragment-insertion.html b/sky/tests/mutation-observer/document-fragment-insertion.sky
|
| similarity index 95%
|
| rename from sky/tests/mutation-observer/document-fragment-insertion.html
|
| rename to sky/tests/mutation-observer/document-fragment-insertion.sky
|
| index d446c0083b865eb439a6075e68d65338e485e091..ee9e83eb4a1990ac2106a6c006ffdbdc490fffce 100644
|
| --- a/sky/tests/mutation-observer/document-fragment-insertion.html
|
| +++ b/sky/tests/mutation-observer/document-fragment-insertion.sky
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| -<link rel="import" href="../resources/mocha.html" />
|
| -<link rel="import" href="../resources/chai.html" />
|
| +<link rel="import" href="../resources/mocha.sky" />
|
| +<link rel="import" href="../resources/chai.sky" />
|
| <script>
|
| describe('DocumentFragments should remove all children of the fragment before moving children, ', function() {
|
| var mutations;
|
|
|