| Index: sky/tests/framework/basic-expected.txt
|
| diff --git a/sky/tests/framework/basic-expected.txt b/sky/tests/framework/basic-expected.txt
|
| index 61416099f141c429e0a2e61c5d31f3a824546cf1..751cf0671f4779be71981599c6e871f2dc6c7297 100644
|
| --- a/sky/tests/framework/basic-expected.txt
|
| +++ b/sky/tests/framework/basic-expected.txt
|
| @@ -1,6 +1,11 @@
|
| <div debug="Instance of 'TestApp'">
|
| <div debug="Instance of 'Container'" class="" style="background-color: green">
|
| - <div debug="Instance of 'Text'" class=" style1" style="">I am Text</div>
|
| + <div debug="Instance of 'Paragraph'" class=" style1" style="">
|
| + <div debug="Instance of 'TextFragment'" class=" style2" style="">I am Text</div>
|
| + </div>
|
| <img debug="Instance of 'Image'" src="resources/united.jpg" class="" style=""></img>
|
| </div>
|
| -</div><style>.style1 { display:paragraph }</style>
|
| +</div>
|
| +<style>.style1 { display:paragraph }</style>
|
| +<style>.style2 { display:inline }</style>
|
| +
|
|
|