Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: sky/tests/lowlevel/createElement.sky

Issue 685623002: Move the tests from .html to .sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/lowlevel/createElement.html ('k') | sky/tests/lowlevel/dom-implementation-create-document.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/createElement.sky
diff --git a/sky/tests/lowlevel/createElement.html b/sky/tests/lowlevel/createElement.sky
similarity index 97%
rename from sky/tests/lowlevel/createElement.html
rename to sky/tests/lowlevel/createElement.sky
index 9cd83e0044cfd9a3a2ccd956d13078022a3aa6aa..165ddc3f57865729d425e6e01596b0df4dd61d3b 100644
--- a/sky/tests/lowlevel/createElement.html
+++ b/sky/tests/lowlevel/createElement.sky
@@ -1,6 +1,6 @@
<test>
-<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('createElementNS tests from mozilla, attached to webkit bug 16833', function() {
it('should behave like mozilla', function() {
« no previous file with comments | « sky/tests/lowlevel/createElement.html ('k') | sky/tests/lowlevel/dom-implementation-create-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698