flutter_flutter/tests/framework/basic-expected.txt
Hixie 02045e37a4 [Effen] Move 'flex' out of CSS also. (mark II)
This introduces a new kind of ContentNode similar to Style but which
instead of changing the styles that apply to the node, provides new
settings to apply to the "parentData" structure.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1122413006
2015-05-12 10:40:43 -07:00

7 lines
333 B
Plaintext

<div debug="Instance of 'TestApp'">
<div debug="Instance of 'Container'" class="" style="background-color: green">
<div class="style1" debug="Instance of 'Text'">I am Text</div>
<img debug="Instance of 'Image'" src="resources/united.jpg" class="" style=""></img>
</div>
</div><style>.style1 { display:paragraph }</style>