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

Unified Diff: sky/tests/inspector/dom-mutation.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
Index: sky/tests/inspector/dom-mutation.sky
diff --git a/sky/tests/inspector/dom-mutation.html b/sky/tests/inspector/dom-mutation.sky
similarity index 87%
rename from sky/tests/inspector/dom-mutation.html
rename to sky/tests/inspector/dom-mutation.sky
index 94350fbd50358e71c5fe6bd19a318b0c1e5a2457..91731620a95a347c6c135ea16f12152c40c9935b 100644
--- a/sky/tests/inspector/dom-mutation.html
+++ b/sky/tests/inspector/dom-mutation.sky
@@ -1,6 +1,6 @@
<html>
-<link rel="import" href="../resources/chai.html" />
-<link rel="import" href="inspector/backend/dom-agent.html" as="DOMAgent" />
+<link rel="import" href="../resources/chai.sky" />
+<link rel="import" href="inspector/backend/dom-agent.sky" as="DOMAgent" />
<div><div></div></div>
<script>
// setTimeout to flush pending DOM modifications and measure
« no previous file with comments | « sky/tests/inspector/dom-mutation.html ('k') | sky/tests/inspector/dom-mutation-modify-text-node-and-append.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698