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

Unified Diff: sky/tests/layout/position-absolute.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/ellipsis-expected.txt ('k') | sky/tests/layout/position-absolute-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/layout/position-absolute.sky
diff --git a/sky/tests/layout/position-absolute.sky b/sky/tests/layout/position-absolute.sky
index 3436d32d72166a840b265990d2abcb134e9c15a7..82217a04e74ba5283d47675854c6e2b08b3ecebe 100644
--- a/sky/tests/layout/position-absolute.sky
+++ b/sky/tests/layout/position-absolute.sky
@@ -1,7 +1,7 @@
<import src="../resources/dump-as-render-tree.sky" />
<style>
- block, paragraph, flex {
+ block, p, flex {
width: 100px;
height: 100px;
margin-bottom: 50px;
@@ -9,9 +9,8 @@
transform: translate3d(0, 0, 0);
}
block { background: pink; }
- paragraph {
+ p {
background: orange;
- display: paragraph;
}
flex {
background: salmon;
@@ -37,11 +36,11 @@
<spacer />
</block>
-<paragraph>
+<p>
<spacer />
<absolute />
<spacer />
-</paragraph>
+</p>
<flex>
<spacer />
« no previous file with comments | « sky/tests/layout/ellipsis-expected.txt ('k') | sky/tests/layout/position-absolute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698