| Index: sky/tests/styles/inline-style.sky
|
| diff --git a/sky/tests/styles/inline-style.sky b/sky/tests/styles/inline-style.sky
|
| index acdbf6b728b2f4b0bc9d1729d881d2a375aaa814..429a37061e413f01be50014eeead3735df689215 100644
|
| --- a/sky/tests/styles/inline-style.sky
|
| +++ b/sky/tests/styles/inline-style.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" />
|
| <foo />
|
| <script>
|
|
|
|
|