| Index: sky/tests/framework/binding-expected.txt
|
| diff --git a/sky/tests/framework/binding-expected.txt b/sky/tests/framework/binding-expected.txt
|
| index 95fcf1e7dd9ff80a7074e607127a02247b8abbc1..ad2a1d31685b099389256738950cbf9cc2670a9b 100644
|
| --- a/sky/tests/framework/binding-expected.txt
|
| +++ b/sky/tests/framework/binding-expected.txt
|
| @@ -1,24 +1,20 @@
|
| -
|
| - <style>
|
| +<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>
|
| +<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>
|
| +<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>
|
|
|
|
|