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

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: 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/layout/ellipsis.sky
diff --git a/sky/tests/layout/ellipsis.sky b/sky/tests/layout/ellipsis.sky
index 08288a42a0e0d5019a87b30ccfb92bd4351e1f76..bfb6758ea38016c5558f2b4aab96ce31f1ea03b5 100644
--- a/sky/tests/layout/ellipsis.sky
+++ b/sky/tests/layout/ellipsis.sky
@@ -1,13 +1,6 @@
<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;
@@ -20,6 +13,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>

Powered by Google App Engine
This is Rietveld 408576698