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

Unified Diff: sky/tests/modules/import-syntax-error.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/modules/import-syntax-error.sky
diff --git a/sky/tests/modules/import-syntax-error.sky b/sky/tests/modules/import-syntax-error.sky
index 1fbce0416dcdaf18783b4fd0f33c7852c2926db4..0ee1e473e552d8f4b82780ab2f04c37edeaf5480 100644
--- a/sky/tests/modules/import-syntax-error.sky
+++ b/sky/tests/modules/import-syntax-error.sky
@@ -1,7 +1,7 @@
<html>
<import src="../resources/dump-as-text.sky" />
<import src="resources/syntax-error.sky" as="hello" />
-<div id="result">PASS</div>
+<div id="result" style="display: paragraph">PASS</div>
<script>
import "dart:sky";

Powered by Google App Engine
This is Rietveld 408576698