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

Side by Side Diff: sky/tests/resources/dump-as-markup.sky

Issue 980423002: Organize sky/framework a bit (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « sky/tests/resources/dom-serializer.sky ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <import src="/sky/framework/dom-serializer.sky" as="DomSerializer"/> 1 <import src="dom-serializer.sky" as="DomSerializer"/>
2 <script> 2 <script>
3 import "dart:sky"; 3 import "dart:sky";
4 import "dart:sky.internals" as internals; 4 import "dart:sky.internals" as internals;
5 5
6 void _init(_) { 6 void _init(_) {
7 window.addEventListener('load', (_) { 7 window.addEventListener('load', (_) {
8 internals.notifyTestComplete(DomSerializer.serializeNode(document)); 8 internals.notifyTestComplete(DomSerializer.serializeNode(document));
9 }); 9 });
10 } 10 }
11 </script> 11 </script>
OLDNEW
« no previous file with comments | « sky/tests/resources/dom-serializer.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698