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

Unified Diff: sky/tests/resources/dump-as-markup.html

Issue 678073002: Parse Sky entities according to the spec (Closed) Base URL: git@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/parser/entity-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/resources/dump-as-markup.html
diff --git a/sky/tests/resources/dump-as-text.html b/sky/tests/resources/dump-as-markup.html
similarity index 52%
copy from sky/tests/resources/dump-as-text.html
copy to sky/tests/resources/dump-as-markup.html
index 5b35f9b6ce12ef13ddc06ab4d7dd3d4f54b6e52f..81e849faf859a051d12a3109ec9bd336fa9924cc 100644
--- a/sky/tests/resources/dump-as-text.html
+++ b/sky/tests/resources/dump-as-markup.html
@@ -1,5 +1,5 @@
<script>
window.addEventListener('load', function() {
- internals.notifyTestComplete(internals.contentAsText());
+ internals.notifyTestComplete(internals.contentAsMarkup());
});
</script>
« no previous file with comments | « sky/tests/parser/entity-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698