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

Unified Diff: sky/tests/lowlevel/filters.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/lowlevel/filters.sky
diff --git a/sky/tests/lowlevel/filters.sky b/sky/tests/lowlevel/filters.sky
index 7640a2a86651c33d3b8829ecf9ef30eda8324600..efa196f038c4d3222395883a2ff0467b9d775ae7 100644
--- a/sky/tests/lowlevel/filters.sky
+++ b/sky/tests/lowlevel/filters.sky
@@ -1,7 +1,7 @@
<foo>
<import src="../resources/run-after-display.sky" />
-<div style="filter: grayscale(1) blur(2px); color: green;">This should be gray and blurred</div>
+<div style="filter: grayscale(1) blur(2px); color: green; display: paragraph;">This should be gray and blurred</div>
<script>
import "dart:sky.internals" as internals;

Powered by Google App Engine
This is Rietveld 408576698