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

Unified Diff: sky/tests/layout/ellipsis.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/layout/document-elementFromPoint.sky ('k') | sky/tests/layout/ellipsis-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/layout/ellipsis.sky
diff --git a/sky/tests/layout/ellipsis.sky b/sky/tests/layout/ellipsis.sky
index 08288a42a0e0d5019a87b30ccfb92bd4351e1f76..96f99183110edd2d3ae035d201d6dd5be41118fe 100644
--- a/sky/tests/layout/ellipsis.sky
+++ b/sky/tests/layout/ellipsis.sky
@@ -1,16 +1,8 @@
<sky>
<import src="../resources/dump-as-render-tree.sky" />
<style>
- div {
- width: 50px;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- border: 3px solid blue;
- }
p {
width: 50px;
- display: paragraph;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
@@ -20,6 +12,6 @@
display: inline;
}
</style>
- <div>These lines <p>should</p> all ellipsize. </div>
+ <p>These lines <p>should</p> all ellipsize. </p>
<p><span>As should this.</span></p>
</sky>
« no previous file with comments | « sky/tests/layout/document-elementFromPoint.sky ('k') | sky/tests/layout/ellipsis-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698