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

Unified Diff: sky/tests/layout/position-absolute-pixels.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/position-absolute-expected.txt ('k') | sky/tests/lowlevel/filters.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/layout/position-absolute-pixels.sky
diff --git a/sky/tests/layout/position-absolute-pixels.sky b/sky/tests/layout/position-absolute-pixels.sky
index bf55b3fee0caaf11d174619a46d4007a3310b353..622c9666a187f506e16dedf69b492f03dcbbbd88 100644
--- a/sky/tests/layout/position-absolute-pixels.sky
+++ b/sky/tests/layout/position-absolute-pixels.sky
@@ -1,7 +1,7 @@
<import src="../resources/run-after-display.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/position-absolute-expected.txt ('k') | sky/tests/lowlevel/filters.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698