| Index: sky/tests/mutation-observer/script-append.sky
 | 
| diff --git a/sky/tests/mutation-observer/script-append.sky b/sky/tests/mutation-observer/script-append.sky
 | 
| index 837358894b44a0070b13c65f53e2e357da86a78e..fa2d747727e31e4038e5713015b76e91abd9a47f 100644
 | 
| --- a/sky/tests/mutation-observer/script-append.sky
 | 
| +++ b/sky/tests/mutation-observer/script-append.sky
 | 
| @@ -1,6 +1,6 @@
 | 
|  <html>
 | 
| -<link rel="import" href="../resources/chai.sky" />
 | 
| -<link rel="import" href="../resources/mocha.sky" />
 | 
| +<import src="../resources/chai.sky" />
 | 
| +<import src="../resources/mocha.sky" />
 | 
|  <script>
 | 
|  describe('MutationObserver', function() {
 | 
|      it('should not invoke callbacks when appending a script', function() {
 | 
| 
 |