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

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

Issue 1025013003: Move dom-serializer.sky to dom_serializer.dart (and clean up some analyizer errors) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo 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.dart ('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="dom-serializer.sky" as="DomSerializer"/>
2 <script> 1 <script>
3 import "dart:sky"; 2 import "dart:sky";
4 import "dart:sky.internals" as internals; 3 import "dart:sky.internals" as internals;
4 import "dom_serializer.dart" as DomSerializer;
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.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698