flutter_flutter/tests/framework/basic-expected.txt
Hixie f46c5d49d4 Fix the test broken by https://codereview.chromium.org/1078973002 by
making sure the basic.sky test exposes the right (new) DOM now that
text is always wrapped in a display:paragraph div.

BUG=85
R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1083443002
2015-04-10 15:04:54 -07:00

8 lines
230 B
Plaintext

<div>
<div style="background-color: green">
<div class="style1">I am Text</div>
<img src="resources/united.jpg"></img>
<a href="http://www.google.com"></a>
</div>
</div><style>.style1 { display:paragraph }</style>