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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <sky> 1 <sky>
2 <import src="../resources/dump-as-render-tree.sky"/> 2 <import src="../resources/dump-as-render-tree.sky"/>
3 <iframe id="removeMe" src="text.sky">Should not render</iframe> 3 <iframe id="removeMe" src="text.sky">Should not render</iframe>
4 <div>This is an <iframe style="border-style: solid; border-width: 20px" src= "abarth.sky">iframe</iframe> element.</div> 4 <p>This is an <iframe style="border-style: solid; border-width: 20px" src="a barth.sky">iframe</iframe> element.</p>
5 <div style="height: 200px">Placeholder.</div> 5 <p style="height: 200px">Placeholder.</p>
6 <div>Small iframe should render <iframe style="height: 40px" src="abarth.sky ">iframe</iframe> correctly.</div> 6 <p>Small iframe should render <iframe style="height: 40px" src="abarth.sky"> iframe</iframe> correctly.</p>
7 7
8 <script> 8 <script>
9 import "dart:sky"; 9 import "dart:sky";
10 10
11 void main() { 11 void main() {
12 document.getElementById("removeMe").remove(); 12 document.getElementById("removeMe").remove();
13 } 13 }
14 </script> 14 </script>
15 </sky> 15 </sky>
OLDNEW
« 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