| Index: sky/tests/mutation-observer/mutation-record-nullity.sky
|
| diff --git a/sky/tests/mutation-observer/mutation-record-nullity.html b/sky/tests/mutation-observer/mutation-record-nullity.sky
|
| similarity index 93%
|
| rename from sky/tests/mutation-observer/mutation-record-nullity.html
|
| rename to sky/tests/mutation-observer/mutation-record-nullity.sky
|
| index a32e945954b069411da27ec26a86fe925252b046..da198ef6c92c5a931a3fff97e05de38ecefdfa1f 100644
|
| --- a/sky/tests/mutation-observer/mutation-record-nullity.html
|
| +++ b/sky/tests/mutation-observer/mutation-record-nullity.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('Non-relevant properties on mutation records should be null, except for NodeLists, which should be empty', function() {
|
|
|
|
|