flutter_flutter/tests/framework/basic-expected.txt
Hixie 396a04df4a [Effen] Use the checkbox widget in the stocks app.
- add a checkbox to the stock app, so that we're testing the checkbox widget
  (it's not currently wired up to anything, that can come later)
- make InkSplash use FlexContainer so that we can use flex in the popup menu items
- make effen's Text be more similar to Image and Container, so that it can be styled
- make layout.dart's RenderCSSText correctly support being styled
- also fixes a bug with the stock list where we were rendering one too few a row when scrolling
- check in the code to dump the DOM so I don't have to keep remembering how to do this

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1134163003
2015-05-12 14:39:43 -07:00

7 lines
343 B
Plaintext

<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>
<img debug="Instance of 'Image'" src="resources/united.jpg" class="" style=""></img>
</div>
</div><style>.style1 { display:paragraph }</style>