mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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
8 lines
230 B
Plaintext
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>
|