Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: sky/tests/lowlevel/iframe.sky

Issue 1077473002: Stop rendering text inside flex boxes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: make p default to display: paragraph Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/lowlevel/home-expected.txt ('k') | sky/tests/lowlevel/iframe-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/iframe.sky
diff --git a/sky/tests/lowlevel/iframe.sky b/sky/tests/lowlevel/iframe.sky
index b9d75546f51529a1e231c3eef2569a3a012fdecd..85c98cf138036a2228dcb510f52fa862af0ee85a 100644
--- a/sky/tests/lowlevel/iframe.sky
+++ b/sky/tests/lowlevel/iframe.sky
@@ -1,9 +1,9 @@
<sky>
<import src="../resources/dump-as-render-tree.sky"/>
<iframe id="removeMe" src="text.sky">Should not render</iframe>
- <div>This is an <iframe style="border-style: solid; border-width: 20px" src="abarth.sky">iframe</iframe> element.</div>
- <div style="height: 200px">Placeholder.</div>
- <div>Small iframe should render <iframe style="height: 40px" src="abarth.sky">iframe</iframe> correctly.</div>
+ <p>This is an <iframe style="border-style: solid; border-width: 20px" src="abarth.sky">iframe</iframe> element.</p>
+ <p style="height: 200px">Placeholder.</p>
+ <p>Small iframe should render <iframe style="height: 40px" src="abarth.sky">iframe</iframe> correctly.</p>
<script>
import "dart:sky";
« no previous file with comments | « sky/tests/lowlevel/home-expected.txt ('k') | sky/tests/lowlevel/iframe-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698