Support ROW_REVERSE, COLUMN_REVERSE and RTL direction
This commit is contained in:
@@ -88,7 +88,7 @@ css_dim_t measure(void *context, float width) {
|
||||
}
|
||||
|
||||
void test(const char *name, css_node_t *style, css_node_t *expected_layout) {
|
||||
layoutNode(style, CSS_UNDEFINED);
|
||||
layoutNode(style, CSS_UNDEFINED, -1);
|
||||
|
||||
if (!are_layout_equal(style, expected_layout)) {
|
||||
printf("%sF%s", "\x1B[31m", "\x1B[0m");
|
||||
|
Reference in New Issue
Block a user