Index: sky/tests/mutation-observer/cross-document.sky |
diff --git a/sky/tests/mutation-observer/cross-document.html b/sky/tests/mutation-observer/cross-document.sky |
similarity index 94% |
rename from sky/tests/mutation-observer/cross-document.html |
rename to sky/tests/mutation-observer/cross-document.sky |
index 56ec130d2d63b3b6064d856730381d1acff6af2d..05f3cfb2f47b66c8bc72047830a010a183455d56 100644 |
--- a/sky/tests/mutation-observer/cross-document.html |
+++ b/sky/tests/mutation-observer/cross-document.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 cross document moves', function() { |
it('should handle basic observation', function(done) { |