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

Unified Diff: sky/tests/framework/binding-expected.txt

Issue 1023213003: Removing Sky JS Framework tests (Closed) Base URL: https://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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/framework/binding.sky ('k') | sky/tests/framework/citylist.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/binding-expected.txt
diff --git a/sky/tests/framework/binding-expected.txt b/sky/tests/framework/binding-expected.txt
deleted file mode 100644
index ad2a1d31685b099389256738950cbf9cc2670a9b..0000000000000000000000000000000000000000
--- a/sky/tests/framework/binding-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-<style>
- .blue { border: 1px solid blue; }
- .orange { border: 1px solid orange; }
- .repeat { margin: 8px; }
- </style>
-<span style="color: red">10</span>
-<template repeat="{{ list }}"></template>
-<div class="blue repeat">first</div>
-<div class="orange repeat">second</div>
-<template if="{{ test }}"></template>
- Hello World
- <template if="{{ testFalse }}"></template>
-<template repeat="{{ nullInstances }}"></template>
-<div>10 test redblue test</div>
-<a href="http://www.google.com/">http://www.google.com/</a>
-<span on-test-event="handleTestEvent">
- <span id="target">Test event handler: event dispatch success</span>
-</span>
-<div class="[[ className ]]">[[ url ]]</div>
-
« no previous file with comments | « sky/tests/framework/binding.sky ('k') | sky/tests/framework/citylist.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698