Index: sky/tests/mutation-observer/takeRecords.sky |
diff --git a/sky/tests/mutation-observer/takeRecords.html b/sky/tests/mutation-observer/takeRecords.sky |
similarity index 93% |
rename from sky/tests/mutation-observer/takeRecords.html |
rename to sky/tests/mutation-observer/takeRecords.sky |
index cbceb205f7d16b0c4d00bd0685b17bfe0d06eecb..1dceae896f0585ef52061694877e6d5a88e8add8 100644 |
--- a/sky/tests/mutation-observer/takeRecords.html |
+++ b/sky/tests/mutation-observer/takeRecords.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.takeRecords', function() { |
it('should allow taking records synchronously or getting a notification', function(done) { |