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

Unified Diff: sky/tests/layout/custom.sky

Issue 1068683002: Delete RenderBlockFlow. (Closed) Base URL: https://github.com/domokit/mojo.git@block
Patch Set: Remove unused float-related code instead of moving it. 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/engine/core/rendering/line/LineWidth.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/layout/custom.sky
diff --git a/sky/tests/layout/custom.sky b/sky/tests/layout/custom.sky
index fc7399930e3390d439309f99ef8d6086e4ea58a0..b3892a873c1ac3cfced6451d35d7ca0bf92baa7d 100644
--- a/sky/tests/layout/custom.sky
+++ b/sky/tests/layout/custom.sky
@@ -23,7 +23,6 @@ void main() {
parent.setLayoutManager(() {
if (first) {
- first = false;
parent.width = 200.0;
} else {
parent.width = 150.0;
@@ -69,6 +68,7 @@ void main() {
expect(secondChild.offsetWidth, equals(200));
assertNonChangingValues();
+ first = false;
parent.setNeedsLayout();
window.requestAnimationFrame((_) {
« no previous file with comments | « sky/engine/core/rendering/line/LineWidth.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698