Index: sky/tests/mutation-observer/observe-childList.sky |
diff --git a/sky/tests/mutation-observer/observe-childList.html b/sky/tests/mutation-observer/observe-childList.sky |
similarity index 98% |
rename from sky/tests/mutation-observer/observe-childList.html |
rename to sky/tests/mutation-observer/observe-childList.sky |
index feaa1d31425df6b9929d08a099e844bfb713e698..f2aa91ba706fe8654b185687928cf1a72a31f23e 100644 |
--- a/sky/tests/mutation-observer/observe-childList.html |
+++ b/sky/tests/mutation-observer/observe-childList.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 childList', function() { |
it('should handle basic observation', function(done) { |