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

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: 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
Index: sky/tests/lowlevel/iframe.sky
diff --git a/sky/tests/lowlevel/iframe.sky b/sky/tests/lowlevel/iframe.sky
index b9d75546f51529a1e231c3eef2569a3a012fdecd..4abec1019bad3ff0dc02b093c45ccea968415cb3 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>
+ <div style="display: paragraph">This is an <iframe style="border-style: solid; border-width: 20px" src="abarth.sky">iframe</iframe> element.</div>
+ <div style="height: 200px; display: paragraph">Placeholder.</div>
+ <div style="display: paragraph">Small iframe should render <iframe style="height: 40px" src="abarth.sky">iframe</iframe> correctly.</div>
<script>
import "dart:sky";

Powered by Google App Engine
This is Rietveld 408576698