From 24b8faf43e76ca914d67310121c83bebce2a345c Mon Sep 17 00:00:00 2001 From: aemreaydin Date: Tue, 22 Aug 2023 16:05:41 -0400 Subject: [PATCH] Sort test fixtures and generated tests into folders (#514) * Moved gridflex files into gridflex folder * Moved blockflex files into blockflex folder * Moved blockgrid files into blockgrid folder * Moved leaf files into leaf folder * Moved block files into block folder * Moved grid files into grid folder * Moved flex files into flex folder * Updated script and link tags in test_fixtures * Updated scripts to respect new folder structure * Moved xgrid files into the grid folder * Generated tests with cargo gentest * Moved generic_measure_function after mod includes --- scripts/format-fixtures/Cargo.toml | 1 + scripts/format-fixtures/src/main.rs | 6 +- scripts/gentest/Cargo.toml | 1 + scripts/gentest/src/main.rs | 79 +- scripts/import-yoga-tests/Cargo.toml | 3 + scripts/import-yoga-tests/src/main.rs | 5 +- ..._ratio_overrides_height_of_full_inset.html | 4 +- ...ock_absolute_aspect_ratio_fill_height.html | 4 +- ...e_aspect_ratio_fill_height_from_inset.html | 4 +- ...absolute_aspect_ratio_fill_max_height.html | 4 +- ..._absolute_aspect_ratio_fill_max_width.html | 4 +- ...absolute_aspect_ratio_fill_min_height.html | 4 +- ..._absolute_aspect_ratio_fill_min_width.html | 4 +- ...lock_absolute_aspect_ratio_fill_width.html | 4 +- ...te_aspect_ratio_fill_width_from_inset.html | 4 +- ...e_aspect_ratio_height_overrides_inset.html | 4 +- ...te_aspect_ratio_width_overrides_inset.html | 4 +- .../block_absolute_child_with_margin_x.html | 4 +- .../block_absolute_child_with_margin_y.html | 4 +- .../block_absolute_child_with_max_height.html | 4 +- .../block_absolute_layout_child_order.html | 4 +- .../block_absolute_layout_no_size.html | 4 +- ...centage_bottom_based_on_parent_height.html | 4 +- ...ock_absolute_layout_percentage_height.html | 4 +- ...te_layout_row_width_height_end_bottom.html | 4 +- ..._absolute_layout_start_top_end_bottom.html | 4 +- ...solute_layout_width_height_end_bottom.html | 4 +- ...bsolute_layout_width_height_start_top.html | 4 +- ...out_width_height_start_top_end_bottom.html | 4 +- .../block_absolute_layout_within_border.html | 4 +- ...margin_auto_bottom_and_top_with_inset.html | 4 +- ...gin_auto_bottom_and_top_without_inset.html | 4 +- ...bsolute_margin_auto_bottom_with_inset.html | 4 +- ...lute_margin_auto_bottom_without_inset.html | 4 +- ...margin_auto_left_and_right_with_inset.html | 4 +- ...gin_auto_left_and_right_without_inset.html | 4 +- ...t_child_bigger_than_parent_with_inset.html | 4 +- ...hild_bigger_than_parent_without_inset.html | 4 +- ...t_child_bigger_than_parent_with_inset.html | 4 +- ...hild_bigger_than_parent_without_inset.html | 4 +- ...t_child_bigger_than_parent_with_inset.html | 4 +- ...hild_bigger_than_parent_without_inset.html | 4 +- ..._absolute_margin_auto_left_with_inset.html | 4 +- ...solute_margin_auto_left_without_inset.html | 4 +- ...rgin_auto_mutiple_children_with_inset.html | 4 +- ...n_auto_mutiple_children_without_inset.html | 4 +- ...absolute_margin_auto_right_with_inset.html | 4 +- ...olute_margin_auto_right_without_inset.html | 4 +- ...k_absolute_margin_auto_top_with_inset.html | 4 +- ...bsolute_margin_auto_top_without_inset.html | 4 +- ...bsolute_margin_bottom_left_with_inset.html | 4 +- ...lute_margin_bottom_left_without_inset.html | 4 +- ...lock_absolute_minmax_bottom_right_max.html | 4 +- ..._absolute_minmax_bottom_right_min_max.html | 4 +- ...minmax_bottom_right_min_max_preferred.html | 4 +- ...lute_minmax_top_left_bottom_right_max.html | 4 +- ..._minmax_top_left_bottom_right_min_max.html | 4 +- .../{ => block}/block_absolute_no_styles.html | 4 +- ...ute_padding_border_overrides_max_size.html | 4 +- ...bsolute_padding_border_overrides_size.html | 4 +- .../block_align_baseline_child.html | 4 +- .../block_align_baseline_child_margin.html | 4 +- ...k_align_baseline_child_margin_percent.html | 4 +- .../block_align_baseline_child_padding.html | 4 +- .../block_align_baseline_child_top.html | 4 +- .../block_align_baseline_child_top2.html | 4 +- ...ck_align_baseline_double_nested_child.html | 4 +- .../block_aspect_ratio_fill_height.html | 4 +- .../block_aspect_ratio_fill_max_height.html | 4 +- .../block_aspect_ratio_fill_max_width.html | 4 +- .../block_aspect_ratio_fill_min_height.html | 4 +- .../block_aspect_ratio_fill_min_width.html | 4 +- .../block_aspect_ratio_fill_width.html | 4 +- test_fixtures/{ => block}/block_basic.html | 4 +- .../{ => block}/block_border_fixed_size.html | 4 +- .../block_border_intrinsic_size.html | 4 +- .../block_border_percentage_fixed_size.html | 4 +- ...lock_border_percentage_intrinsic_size.html | 4 +- .../{ => block}/block_display_none.html | 4 +- .../block_display_none_with_child.html | 4 +- .../block_display_none_with_inset.html | 4 +- .../block_display_none_with_margin.html | 4 +- ...k_display_none_with_position_absolute.html | 4 +- .../{ => block}/block_inset_fixed.html | 4 +- .../{ => block}/block_inset_percentage.html | 4 +- .../{ => block}/block_intrinsic_width.html | 4 +- .../{ => block}/block_margin_auto_bottom.html | 4 +- .../block_margin_auto_bottom_and_top.html | 4 +- .../{ => block}/block_margin_auto_left.html | 4 +- .../block_margin_auto_left_and_right.html | 4 +- ...in_auto_left_child_bigger_than_parent.html | 4 +- ...ft_fix_right_child_bigger_than_parent.html | 4 +- ...o_left_right_child_bigger_than_parent.html | 4 +- .../block_margin_auto_mutiple_children.html | 4 +- .../{ => block}/block_margin_auto_right.html | 4 +- .../{ => block}/block_margin_auto_top.html | 4 +- .../block_margin_x_fixed_auto_bottom.html | 4 +- .../block_margin_x_fixed_auto_left.html | 4 +- ...ck_margin_x_fixed_auto_left_and_right.html | 4 +- .../block_margin_x_fixed_auto_right.html | 4 +- .../block_margin_x_fixed_auto_top.html | 4 +- .../block_margin_x_fixed_size_negative.html | 4 +- .../block_margin_x_fixed_size_positive.html | 4 +- ...lock_margin_x_intrinsic_size_negative.html | 4 +- ...lock_margin_x_intrinsic_size_positive.html | 4 +- ...rgin_x_percentage_fixed_size_negative.html | 4 +- ...rgin_x_percentage_fixed_size_positive.html | 4 +- ...centage_intrinsic_size_other_negative.html | 4 +- ...centage_intrinsic_size_other_positive.html | 4 +- ...rcentage_intrinsic_size_self_negative.html | 4 +- ...rcentage_intrinsic_size_self_positive.html | 4 +- .../block_margin_y_collapse_complex.html | 4 +- ...lapse_through_blocked_by_aspect_ratio.html | 4 +- ...apse_through_blocked_by_border_bottom.html | 4 +- ...ollapse_through_blocked_by_border_top.html | 4 +- ..._y_collapse_through_blocked_by_height.html | 4 +- ..._collapse_through_blocked_by_line_box.html | 4 +- ..._blocked_by_line_box_with_height_zero.html | 4 +- ...cked_by_line_box_with_max_height_zero.html | 4 +- ...ollapse_through_blocked_by_min_height.html | 4 +- ..._through_blocked_by_overflow_x_hidden.html | 4 +- ..._through_blocked_by_overflow_x_scroll.html | 4 +- ..._through_blocked_by_overflow_y_hidden.html | 4 +- ..._through_blocked_by_overflow_y_scroll.html | 4 +- ...pse_through_blocked_by_padding_bottom.html | 4 +- ...llapse_through_blocked_by_padding_top.html | 4 +- ...ck_margin_y_collapse_through_negative.html | 4 +- ...ck_margin_y_collapse_through_positive.html | 4 +- ...ollapse_through_positive_and_negative.html | 4 +- ..._collapse_through_with_absolute_child.html | 4 +- ..._child_collapse_blocked_by_border_top.html | 4 +- ...collapse_blocked_by_overflow_x_hidden.html | 4 +- ...collapse_blocked_by_overflow_x_scroll.html | 4 +- ...collapse_blocked_by_overflow_y_hidden.html | 4 +- ...collapse_blocked_by_overflow_y_scroll.html | 4 +- ...child_collapse_blocked_by_padding_top.html | 4 +- ...y_first_child_collapse_negative_equal.html | 4 +- ...child_collapse_negative_parent_larger.html | 4 +- ...hild_collapse_negative_parent_smaller.html | 4 +- ...collapse_not_blocked_by_border_bottom.html | 4 +- ...ollapse_not_blocked_by_padding_bottom.html | 4 +- ..._child_collapse_positive_and_negative.html | 4 +- ...y_first_child_collapse_positive_equal.html | 4 +- ...child_collapse_positive_parent_larger.html | 4 +- ...hild_collapse_positive_parent_smaller.html | 4 +- ...nchild_collapse_positive_and_negative.html | 4 +- ...rst_granchild_collapse_positive_equal.html | 4 +- ...ild_collapse_blocked_by_border_bottom.html | 4 +- ...collapse_blocked_by_overflow_x_hidden.html | 4 +- ...collapse_blocked_by_overflow_x_scroll.html | 4 +- ...collapse_blocked_by_overflow_y_hidden.html | 4 +- ...collapse_blocked_by_overflow_y_scroll.html | 4 +- ...ld_collapse_blocked_by_padding_bottom.html | 4 +- ..._y_last_child_collapse_negative_equal.html | 4 +- ...child_collapse_negative_parent_larger.html | 4 +- ...hild_collapse_negative_parent_smaller.html | 4 +- ...ld_collapse_not_blocked_by_border_top.html | 4 +- ...d_collapse_not_blocked_by_padding_top.html | 4 +- ..._child_collapse_positive_and_negative.html | 4 +- ..._y_last_child_collapse_positive_equal.html | 4 +- ...child_collapse_positive_parent_larger.html | 4 +- ...hild_collapse_positive_parent_smaller.html | 4 +- ...ast_granchild_collapse_positive_equal.html | 4 +- ...ck_margin_y_sibling_collapse_negative.html | 4 +- ..._sibling_collapse_negative_percentage.html | 4 +- ...ck_margin_y_sibling_collapse_positive.html | 4 +- ...ibling_collapse_positive_and_negative.html | 4 +- ...apse_positive_and_negative_percentage.html | 4 +- ..._sibling_collapse_positive_percentage.html | 4 +- .../block_margin_y_simple_negative.html | 4 +- ...in_y_simple_negative_percentage_other.html | 4 +- ...gin_y_simple_negative_percentage_self.html | 4 +- .../block_margin_y_simple_positive.html | 4 +- ...in_y_simple_positive_percentage_other.html | 4 +- ...gin_y_simple_positive_percentage_self.html | 4 +- .../block_margin_y_total_collapse.html | 4 +- ...block_margin_y_total_collapse_complex.html | 4 +- ...rollbars_overriden_by_available_space.html | 4 +- ...flow_scrollbars_overriden_by_max_size.html | 4 +- ...overflow_scrollbars_overriden_by_size.html | 4 +- ...ow_scrollbars_take_up_space_both_axis.html | 4 +- ...w_scrollbars_take_up_space_cross_axis.html | 4 +- ...ow_scrollbars_take_up_space_main_axis.html | 4 +- .../block_padding_border_fixed_size.html | 4 +- .../block_padding_border_intrinsic_size.html | 4 +- ...ock_padding_border_overrides_max_size.html | 4 +- ...ock_padding_border_overrides_min_size.html | 4 +- .../block_padding_border_overrides_size.html | 4 +- ..._padding_border_percentage_fixed_size.html | 4 +- ...ding_border_percentage_intrinsic_size.html | 4 +- .../{ => block}/block_padding_fixed_size.html | 4 +- .../block_padding_intrinsic_size.html | 4 +- .../block_padding_percentage_fixed_size.html | 4 +- ...ock_padding_percentage_intrinsic_size.html | 4 +- .../blockflex_block_in_flex_column.html | 4 +- .../blockflex_block_in_flex_row.html | 4 +- .../blockflex_flex_in_block.html | 4 +- ...in_y_collapse_through_blocked_by_flex.html | 4 +- ..._first_child_collapse_blocked_by_flex.html | 4 +- ...y_last_child_collapse_blocked_by_flex.html | 4 +- .../blockflex_overflow_hidden.html | 4 +- .../blockgrid_block_in_grid_auto.html | 4 +- ...lock_in_grid_fixed_fit_content_larger.html | 4 +- ...lock_in_grid_fixed_fit_content_middle.html | 4 +- ...ock_in_grid_fixed_fit_content_smaller.html | 4 +- .../blockgrid_block_in_grid_fixed_larger.html | 4 +- .../blockgrid_block_in_grid_fixed_middle.html | 4 +- ...blockgrid_block_in_grid_fixed_smaller.html | 4 +- .../blockgrid_block_in_grid_fr.html | 4 +- .../blockgrid_block_in_grid_max_content.html | 4 +- .../blockgrid_block_in_grid_min_content.html | 4 +- .../blockgrid_grid_in_block.html | 4 +- ...in_y_collapse_through_blocked_by_grid.html | 4 +- ..._first_child_collapse_blocked_by_grid.html | 4 +- ...y_last_child_collapse_blocked_by_grid.html | 4 +- ..._ratio_overrides_height_of_full_inset.html | 4 +- .../absolute_aspect_ratio_fill_height.html | 4 +- ...e_aspect_ratio_fill_height_from_inset.html | 4 +- ...absolute_aspect_ratio_fill_max_height.html | 4 +- .../absolute_aspect_ratio_fill_max_width.html | 4 +- ...absolute_aspect_ratio_fill_min_height.html | 4 +- .../absolute_aspect_ratio_fill_min_width.html | 4 +- .../absolute_aspect_ratio_fill_width.html | 4 +- ...te_aspect_ratio_fill_width_from_inset.html | 4 +- ...e_aspect_ratio_height_overrides_inset.html | 4 +- ...te_aspect_ratio_width_overrides_inset.html | 4 +- .../absolute_child_with_cross_margin.html | 4 +- .../absolute_child_with_main_margin.html | 4 +- .../absolute_child_with_max_height.html | 4 +- ...x_height_larger_shrinkable_grandchild.html | 4 +- ...lign_items_and_justify_content_center.html | 4 +- ...fy_content_center_and_bottom_position.html | 4 +- ...tify_content_center_and_left_position.html | 4 +- ...ify_content_center_and_right_position.html | 4 +- ...stify_content_center_and_top_position.html | 4 +- ...gn_items_and_justify_content_flex_end.html | 4 +- .../absolute_layout_align_items_center.html | 4 +- ...yout_align_items_center_on_child_only.html | 4 +- .../absolute_layout_child_order.html | 4 +- ...yout_in_wrap_reverse_column_container.html | 4 +- ...rap_reverse_column_container_flex_end.html | 4 +- ..._layout_in_wrap_reverse_row_container.html | 4 +- ...n_wrap_reverse_row_container_flex_end.html | 4 +- ...bsolute_layout_justify_content_center.html | 4 +- .../{ => flex}/absolute_layout_no_size.html | 4 +- ...centage_bottom_based_on_parent_height.html | 4 +- .../absolute_layout_percentage_height.html | 4 +- ...te_layout_row_width_height_end_bottom.html | 4 +- .../absolute_layout_start_top_end_bottom.html | 4 +- ...solute_layout_width_height_end_bottom.html | 4 +- ...bsolute_layout_width_height_start_top.html | 4 +- ...out_width_height_start_top_end_bottom.html | 4 +- .../absolute_layout_within_border.html | 4 +- .../absolute_margin_bottom_left.html | 4 +- .../absolute_minmax_bottom_right_max.html | 4 +- .../absolute_minmax_bottom_right_min_max.html | 4 +- ...minmax_bottom_right_min_max_preferred.html | 4 +- ...lute_minmax_top_left_bottom_right_max.html | 4 +- ..._minmax_top_left_bottom_right_min_max.html | 4 +- ...ute_padding_border_overrides_max_size.html | 4 +- ...bsolute_padding_border_overrides_size.html | 4 +- test_fixtures/{ => flex}/align_baseline.html | 4 +- .../{ => flex}/align_baseline_child.html | 4 +- .../align_baseline_child_margin.html | 4 +- .../align_baseline_child_margin_percent.html | 4 +- .../align_baseline_child_multiline.html | 4 +- ...d_multiline_no_override_on_secondline.html | 4 +- ...ign_baseline_child_multiline_override.html | 4 +- .../align_baseline_child_padding.html | 4 +- .../{ => flex}/align_baseline_child_top.html | 4 +- .../{ => flex}/align_baseline_child_top2.html | 4 +- .../{ => flex}/align_baseline_column.html | 4 +- .../align_baseline_double_nested_child.html | 4 +- .../{ => flex}/align_baseline_multiline.html | 4 +- .../align_baseline_multiline_column.html | 4 +- .../align_baseline_multiline_column2.html | 4 +- ...ign_baseline_multiline_row_and_column.html | 4 +- .../align_baseline_nested_child.html | 4 +- .../align_baseline_nested_column.html | 4 +- ...n_center_should_size_based_on_content.html | 4 +- .../{ => flex}/align_content_flex_end.html | 4 +- .../{ => flex}/align_content_flex_start.html | 4 +- .../align_content_flex_start_with_flex.html | 4 +- ...flex_start_without_height_on_children.html | 4 +- ..._not_stretch_with_align_items_stretch.html | 4 +- ...lign_content_space_around_single_line.html | 4 +- .../align_content_space_around_wrapped.html | 4 +- ...ign_content_space_between_single_line.html | 4 +- .../align_content_space_between_wrapped.html | 4 +- ...lign_content_space_evenly_single_line.html | 4 +- .../align_content_space_evenly_wrapped.html | 4 +- .../{ => flex}/align_content_spacearound.html | 4 +- .../align_content_spacebetween.html | 4 +- .../{ => flex}/align_content_stretch.html | 4 +- .../align_content_stretch_column.html | 4 +- ...stretch_is_not_overriding_align_items.html | 4 +- .../{ => flex}/align_content_stretch_row.html | 4 +- ...ign_content_stretch_row_with_children.html | 4 +- ...content_stretch_row_with_fixed_height.html | 4 +- .../align_content_stretch_row_with_flex.html | 4 +- ...ntent_stretch_row_with_flex_no_shrink.html | 4 +- ...align_content_stretch_row_with_margin.html | 4 +- ...n_content_stretch_row_with_max_height.html | 4 +- ...n_content_stretch_row_with_min_height.html | 4 +- ...lign_content_stretch_row_with_padding.html | 4 +- ...n_content_stretch_row_with_single_row.html | 4 +- ...gn_flex_start_with_shrinking_children.html | 4 +- ..._with_shrinking_children_with_stretch.html | 4 +- ...n_flex_start_with_stretching_children.html | 4 +- .../{ => flex}/align_items_center.html | 4 +- ..._child_with_margin_bigger_than_parent.html | 4 +- ...ild_without_margin_bigger_than_parent.html | 4 +- ...n_items_center_justify_content_center.html | 4 +- ...ign_items_center_min_max_with_padding.html | 4 +- .../align_items_center_with_child_margin.html | 4 +- .../align_items_center_with_child_top.html | 4 +- .../{ => flex}/align_items_flex_end.html | 4 +- ..._child_with_margin_bigger_than_parent.html | 4 +- ...ild_without_margin_bigger_than_parent.html | 4 +- .../{ => flex}/align_items_flex_start.html | 4 +- .../{ => flex}/align_items_min_max.html | 4 +- .../{ => flex}/align_items_stretch.html | 4 +- .../align_items_stretch_min_cross.html | 4 +- .../{ => flex}/align_self_baseline.html | 4 +- .../{ => flex}/align_self_center.html | 4 +- ...lign_self_center_undefined_max_height.html | 4 +- .../{ => flex}/align_self_flex_end.html | 4 +- ...ign_self_flex_end_override_flex_start.html | 4 +- .../{ => flex}/align_self_flex_start.html | 4 +- ...n_stretch_should_size_based_on_parent.html | 4 +- .../{ => flex}/android_news_feed.html | 4 +- .../aspect_ratio_flex_column_fill_height.html | 4 +- ...ect_ratio_flex_column_fill_max_height.html | 4 +- ...pect_ratio_flex_column_fill_max_width.html | 4 +- ...ect_ratio_flex_column_fill_min_height.html | 4 +- ...pect_ratio_flex_column_fill_min_width.html | 4 +- .../aspect_ratio_flex_column_fill_width.html | 4 +- ...ect_ratio_flex_column_fill_width_flex.html | 4 +- ...ratio_flex_column_stretch_fill_height.html | 4 +- ...o_flex_column_stretch_fill_max_height.html | 4 +- ...io_flex_column_stretch_fill_max_width.html | 4 +- ..._ratio_flex_column_stretch_fill_width.html | 4 +- .../aspect_ratio_flex_row_fill_height.html | 4 +- ...aspect_ratio_flex_row_fill_max_height.html | 4 +- .../aspect_ratio_flex_row_fill_max_width.html | 4 +- ...aspect_ratio_flex_row_fill_min_height.html | 4 +- .../aspect_ratio_flex_row_fill_min_width.html | 4 +- .../aspect_ratio_flex_row_fill_width.html | 4 +- ...aspect_ratio_flex_row_fill_width_flex.html | 4 +- ...ct_ratio_flex_row_stretch_fill_height.html | 4 +- ...atio_flex_row_stretch_fill_max_height.html | 4 +- ...ratio_flex_row_stretch_fill_max_width.html | 4 +- ...ect_ratio_flex_row_stretch_fill_width.html | 4 +- .../{ => flex}/bevy_issue_7976_3_level.html | 4 +- .../{ => flex}/bevy_issue_7976_4_level.html | 4 +- .../{ => flex}/bevy_issue_7976_reduced.html | 4 +- test_fixtures/{ => flex}/bevy_issue_8017.html | 4 +- .../{ => flex}/bevy_issue_8017_reduced.html | 4 +- test_fixtures/{ => flex}/bevy_issue_8082.html | 4 +- .../{ => flex}/bevy_issue_8082_percent.html | 4 +- test_fixtures/{ => flex}/bevy_issue_9530.html | 4 +- .../{ => flex}/bevy_issue_9530_reduced.html | 4 +- .../{ => flex}/bevy_issue_9530_reduced2.html | 4 +- .../{ => flex}/bevy_issue_9530_reduced3.html | 4 +- .../{ => flex}/bevy_issue_9530_reduced4.html | 4 +- .../{ => flex}/border_center_child.html | 4 +- .../border_container_match_child.html | 4 +- .../{ => flex}/border_flex_child.html | 4 +- test_fixtures/{ => flex}/border_no_child.html | 4 +- test_fixtures/{ => flex}/border_no_size.html | 4 +- .../{ => flex}/border_stretch_child.html | 4 +- .../child_min_max_width_flexing.html | 4 +- .../child_with_padding_align_end.html | 4 +- .../container_with_unsized_child.html | 4 +- test_fixtures/{ => flex}/display_none.html | 4 +- .../display_none_absolute_child.html | 4 +- .../{ => flex}/display_none_fixed_size.html | 4 +- .../{ => flex}/display_none_only_node.html | 4 +- .../{ => flex}/display_none_with_child.html | 4 +- .../{ => flex}/display_none_with_margin.html | 4 +- .../display_none_with_position.html | 4 +- .../display_none_with_position_absolute.html | 4 +- ..._height_of_its_overflow_hidden_parent.html | 4 +- ...basis_and_main_dimen_set_when_flexing.html | 4 +- .../flex_basis_flex_grow_column.html | 4 +- .../{ => flex}/flex_basis_flex_grow_row.html | 4 +- .../flex_basis_flex_shrink_column.html | 4 +- .../flex_basis_flex_shrink_row.html | 4 +- ...flex_basis_larger_than_content_column.html | 4 +- .../flex_basis_larger_than_content_row.html | 4 +- .../flex_basis_overrides_main_size.html | 4 +- ...hen_content_with_flex_grow_large_size.html | 4 +- ...lex_basis_smaller_than_content_column.html | 4 +- .../flex_basis_smaller_than_content_row.html | 4 +- ..._basis_smaller_than_main_dimen_column.html | 4 +- ...lex_basis_smaller_than_main_dimen_row.html | 4 +- ...hen_content_with_flex_grow_large_size.html | 4 +- ...hen_content_with_flex_grow_small_size.html | 4 +- ...tent_with_flex_grow_unconstraint_size.html | 4 +- ...ontent_with_flex_grow_very_large_size.html | 4 +- .../flex_basis_unconstraint_column.html | 4 +- .../flex_basis_unconstraint_row.html | 4 +- .../flex_basis_zero_undefined_main_size.html | 4 +- .../flex_column_relative_all_sides.html | 4 +- .../{ => flex}/flex_direction_column.html | 4 +- .../flex_direction_column_no_height.html | 4 +- .../flex_direction_column_reverse.html | 4 +- ...ex_direction_column_reverse_no_height.html | 4 +- .../{ => flex}/flex_direction_row.html | 4 +- .../flex_direction_row_no_width.html | 4 +- .../flex_direction_row_reverse.html | 4 +- test_fixtures/{ => flex}/flex_grow_child.html | 4 +- .../flex_grow_flex_basis_percent_min_max.html | 4 +- .../flex_grow_height_maximized.html | 4 +- .../flex_grow_in_at_most_container.html | 4 +- .../flex_grow_less_than_factor_one.html | 4 +- .../{ => flex}/flex_grow_root_minimized.html | 4 +- .../{ => flex}/flex_grow_shrink_at_most.html | 4 +- .../{ => flex}/flex_grow_to_min.html | 4 +- ...ex_grow_within_constrained_max_column.html | 4 +- .../flex_grow_within_constrained_max_row.html | 4 +- ...lex_grow_within_constrained_max_width.html | 4 +- ...ex_grow_within_constrained_min_column.html | 4 +- ...row_within_constrained_min_max_column.html | 4 +- .../flex_grow_within_constrained_min_row.html | 4 +- .../flex_grow_within_max_width.html | 4 +- .../{ => flex}/flex_root_ignored.html | 4 +- .../flex_row_relative_all_sides.html | 4 +- ..._shrink_by_outer_margin_with_max_size.html | 4 +- ...ex_grow_child_flex_shrink_other_child.html | 4 +- .../{ => flex}/flex_shrink_flex_grow_row.html | 4 +- .../{ => flex}/flex_shrink_to_zero.html | 4 +- .../flex_wrap_align_stretch_fits_one_row.html | 4 +- ...n_with_min_main_overriding_flex_basis.html | 4 +- .../flex_wrap_wrap_to_child_height.html | 4 +- .../gap_column_gap_child_margins.html | 4 +- ...ap_column_gap_determines_parent_width.html | 4 +- .../{ => flex}/gap_column_gap_flexible.html | 4 +- ..._column_gap_flexible_undefined_parent.html | 4 +- .../{ => flex}/gap_column_gap_inflexible.html | 4 +- ...olumn_gap_inflexible_undefined_parent.html | 4 +- .../gap_column_gap_justify_center.html | 4 +- .../gap_column_gap_justify_flex_end.html | 4 +- .../gap_column_gap_justify_flex_start.html | 4 +- .../gap_column_gap_justify_space_around.html | 4 +- .../gap_column_gap_justify_space_between.html | 4 +- .../gap_column_gap_justify_space_evenly.html | 4 +- .../gap_column_gap_mixed_flexible.html | 4 +- ...ercentage_cyclic_partially_shrinkable.html | 4 +- ...lumn_gap_percentage_cyclic_shrinkable.html | 4 +- ...mn_gap_percentage_cyclic_unshrinkable.html | 4 +- .../gap_column_gap_percentage_flexible.html | 4 +- ..._gap_percentage_flexible_with_padding.html | 4 +- .../gap_column_gap_percentage_inflexible.html | 4 +- .../gap_column_gap_row_gap_wrapping.html | 4 +- .../gap_column_gap_wrap_align_center.html | 4 +- .../gap_column_gap_wrap_align_flex_end.html | 4 +- .../gap_column_gap_wrap_align_flex_start.html | 4 +- ...ap_column_gap_wrap_align_space_around.html | 4 +- ...p_column_gap_wrap_align_space_between.html | 4 +- .../gap_column_gap_wrap_align_stretch.html | 4 +- .../gap_column_row_gap_wrapping.html | 4 +- .../gap_row_gap_align_items_end.html | 4 +- .../gap_row_gap_align_items_stretch.html | 4 +- .../gap_row_gap_column_child_margins.html | 4 +- .../gap_row_gap_determines_parent_height.html | 4 +- .../gap_row_gap_percentage_wrapping.html | 4 +- .../gap_row_gap_row_wrap_child_margins.html | 4 +- .../intrinsic_sizing_cross_size_column.html | 4 +- .../intrinsic_sizing_main_size_column.html | 4 +- ...rinsic_sizing_main_size_column_nested.html | 4 +- ...ntrinsic_sizing_main_size_column_wrap.html | 4 +- .../intrinsic_sizing_main_size_row.html | 4 +- ...intrinsic_sizing_main_size_row_nested.html | 4 +- .../intrinsic_sizing_main_size_row_wrap.html | 4 +- .../justify_content_column_center.html | 4 +- .../justify_content_column_flex_end.html | 4 +- .../justify_content_column_flex_start.html | 4 +- ..._content_column_max_height_and_margin.html | 4 +- ..._content_column_min_height_and_margin.html | 4 +- ...t_column_min_height_and_margin_bottom.html | 4 +- ...tent_column_min_height_and_margin_top.html | 4 +- .../justify_content_column_space_around.html | 4 +- .../justify_content_column_space_between.html | 4 +- .../justify_content_column_space_evenly.html | 4 +- .../{ => flex}/justify_content_min_max.html | 4 +- ...dding_child_width_greater_than_parent.html | 4 +- ...padding_child_width_lower_than_parent.html | 4 +- .../justify_content_overflow_min_max.html | 4 +- .../justify_content_row_center.html | 4 +- .../justify_content_row_flex_end.html | 4 +- .../justify_content_row_flex_start.html | 4 +- ...tify_content_row_max_width_and_margin.html | 4 +- ...tify_content_row_min_width_and_margin.html | 4 +- .../justify_content_row_space_around.html | 4 +- .../justify_content_row_space_between.html | 4 +- .../justify_content_row_space_evenly.html | 4 +- .../{ => flex}/margin_and_flex_column.html | 4 +- .../{ => flex}/margin_and_flex_row.html | 4 +- .../{ => flex}/margin_and_stretch_column.html | 4 +- .../{ => flex}/margin_and_stretch_row.html | 4 +- .../{ => flex}/margin_auto_bottom.html | 4 +- .../margin_auto_bottom_and_top.html | 4 +- ...in_auto_bottom_and_top_justify_center.html | 4 +- .../{ => flex}/margin_auto_left.html | 4 +- .../margin_auto_left_and_right.html | 4 +- .../margin_auto_left_and_right_column.html | 4 +- ...auto_left_and_right_column_and_center.html | 4 +- .../margin_auto_left_and_right_stretch.html | 4 +- ...in_auto_left_child_bigger_than_parent.html | 4 +- ...ft_fix_right_child_bigger_than_parent.html | 4 +- ...o_left_right_child_bigger_than_parent.html | 4 +- .../margin_auto_left_stretching_child.html | 4 +- .../margin_auto_mutiple_children_column.html | 4 +- .../margin_auto_mutiple_children_row.html | 4 +- .../{ => flex}/margin_auto_right.html | 4 +- test_fixtures/{ => flex}/margin_auto_top.html | 4 +- .../margin_auto_top_and_bottom_stretch.html | 4 +- .../margin_auto_top_stretching_child.html | 4 +- test_fixtures/{ => flex}/margin_bottom.html | 4 +- ...t_auto_right_child_bigger_than_parent.html | 4 +- test_fixtures/{ => flex}/margin_left.html | 4 +- test_fixtures/{ => flex}/margin_right.html | 4 +- ...rgin_should_not_be_part_of_max_height.html | 4 +- ...argin_should_not_be_part_of_max_width.html | 4 +- test_fixtures/{ => flex}/margin_top.html | 4 +- .../margin_with_sibling_column.html | 4 +- .../{ => flex}/margin_with_sibling_row.html | 4 +- test_fixtures/{ => flex}/max_height.html | 4 +- .../max_height_overrides_height.html | 4 +- .../max_height_overrides_height_on_root.html | 4 +- test_fixtures/{ => flex}/max_width.html | 4 +- .../{ => flex}/max_width_overrides_width.html | 4 +- .../max_width_overrides_width_on_root.html | 4 +- test_fixtures/{ => flex}/measure_child.html | 4 +- .../{ => flex}/measure_child_absolute.html | 4 +- .../{ => flex}/measure_child_constraint.html | 4 +- ...asure_child_constraint_padding_parent.html | 4 +- .../measure_child_with_flex_grow.html | 4 +- .../measure_child_with_flex_shrink.html | 4 +- ...measure_child_with_flex_shrink_hidden.html | 4 +- ...min_size_greater_than_available_space.html | 4 +- .../measure_flex_basis_overrides_measure.html | 4 +- .../measure_height_overrides_measure.html | 4 +- ...measure_remeasure_child_after_growing.html | 4 +- ...asure_remeasure_child_after_shrinking.html | 4 +- ...sure_remeasure_child_after_stretching.html | 4 +- test_fixtures/flex/measure_root.html | 15 + .../measure_stretch_overrides_measure.html | 4 +- .../measure_width_overrides_measure.html | 4 +- test_fixtures/{ => flex}/min_height.html | 4 +- .../min_height_larger_than_height.html | 4 +- .../min_height_overrides_height.html | 4 +- .../min_height_overrides_height_on_root.html | 4 +- .../min_height_overrides_max_height.html | 4 +- .../min_height_with_nested_fixed_height.html | 4 +- ...in_max_percent_different_width_height.html | 4 +- .../min_max_percent_no_width_height.html | 4 +- test_fixtures/{ => flex}/min_width.html | 4 +- .../min_width_larger_than_width.html | 4 +- .../min_width_overrides_max_width.html | 4 +- .../{ => flex}/min_width_overrides_width.html | 4 +- .../min_width_overrides_width_on_root.html | 4 +- .../{ => flex}/nested_overflowing_child.html | 4 +- ...verflowing_child_in_constraint_parent.html | 4 +- ..._shrinkable_item_with_flex_basis_zero.html | 4 +- .../{ => flex}/overflow_cross_axis.html | 4 +- .../{ => flex}/overflow_main_axis.html | 4 +- .../overflow_main_axis_shrink_hidden.html | 4 +- .../overflow_main_axis_shrink_scroll.html | 4 +- .../overflow_main_axis_shrink_visible.html | 4 +- ..._scroll_main_axis_justify_content_end.html | 4 +- ...rollbars_overriden_by_available_space.html | 4 +- ...flow_scrollbars_overriden_by_max_size.html | 4 +- ...overflow_scrollbars_overriden_by_size.html | 4 +- ...ow_scrollbars_take_up_space_both_axis.html | 4 +- ...w_scrollbars_take_up_space_cross_axis.html | 4 +- ...ow_scrollbars_take_up_space_main_axis.html | 4 +- .../{ => flex}/padding_align_end_child.html | 4 +- .../padding_border_overrides_max_size.html | 4 +- .../padding_border_overrides_min_size.html | 4 +- .../padding_border_overrides_size.html | 4 +- ...ng_border_overrides_size_flex_basis_0.html | 4 +- ..._overrides_size_flex_basis_0_growable.html | 4 +- .../{ => flex}/padding_center_child.html | 4 +- .../padding_container_match_child.html | 4 +- .../{ => flex}/padding_flex_child.html | 4 +- .../{ => flex}/padding_no_child.html | 4 +- test_fixtures/{ => flex}/padding_no_size.html | 4 +- .../{ => flex}/padding_stretch_child.html | 4 +- ...nt_wrap_child_size_overflowing_parent.html | 4 +- .../{ => flex}/percent_absolute_position.html | 4 +- .../{ => flex}/percent_within_flex_grow.html | 4 +- .../percentage_absolute_position.html | 4 +- ...ntage_container_in_wrapping_container.html | 4 +- .../percentage_different_width_height.html | 4 +- ...centage_different_width_height_column.html | 4 +- .../{ => flex}/percentage_flex_basis.html | 4 +- .../percentage_flex_basis_cross.html | 4 +- ...ercentage_flex_basis_cross_max_height.html | 4 +- ...percentage_flex_basis_cross_max_width.html | 4 +- ...ercentage_flex_basis_cross_min_height.html | 4 +- ...percentage_flex_basis_cross_min_width.html | 4 +- ...percentage_flex_basis_main_max_height.html | 4 +- .../percentage_flex_basis_main_max_width.html | 4 +- .../percentage_flex_basis_main_min_width.html | 4 +- .../percentage_main_max_height.html | 4 +- ..._should_calculate_based_only_on_width.html | 4 +- .../percentage_moderate_complexity.html | 4 +- .../percentage_moderate_complexity2.html | 4 +- ..._padding_margin_and_percentage_values.html | 4 +- ..._should_calculate_based_only_on_width.html | 4 +- .../percentage_position_bottom_right.html | 4 +- .../percentage_position_left_top.html | 4 +- ...ntage_size_based_on_parent_inner_size.html | 4 +- .../percentage_size_of_flex_basis.html | 4 +- ...zes_should_not_prevent_flex_shrinking.html | 4 +- .../{ => flex}/percentage_width_height.html | 4 +- ...ge_width_height_undefined_parent_size.html | 4 +- ..._rtl_should_position_withoutdirection.html | 4 +- ...ve_position_should_not_nudge_siblings.html | 4 +- ...asis_flex_grow_row_prime_number_width.html | 4 +- ...flex_basis_flex_grow_row_width_of_100.html | 4 +- .../rounding_flex_basis_flex_shrink_row.html | 4 +- ...unding_flex_basis_overrides_main_size.html | 4 +- .../{ => flex}/rounding_fractial_input_1.html | 4 +- .../{ => flex}/rounding_fractial_input_2.html | 4 +- .../{ => flex}/rounding_fractial_input_3.html | 4 +- .../{ => flex}/rounding_fractial_input_4.html | 4 +- .../{ => flex}/rounding_fractial_input_5.html | 4 +- .../{ => flex}/rounding_fractial_input_6.html | 4 +- .../{ => flex}/rounding_fractial_input_7.html | 4 +- ...nding_inner_node_controversy_combined.html | 4 +- ...ing_inner_node_controversy_horizontal.html | 4 +- ...nding_inner_node_controversy_vertical.html | 4 +- .../{ => flex}/rounding_total_fractial.html | 4 +- .../rounding_total_fractial_nested.html | 4 +- test_fixtures/{ => flex}/simple_child.html | 4 +- ...ingle_flex_child_after_absolute_child.html | 4 +- .../{ => flex}/size_defined_by_child.html | 4 +- .../size_defined_by_child_with_border.html | 4 +- .../size_defined_by_child_with_padding.html | 4 +- .../size_defined_by_grand_child.html | 4 +- .../undefined_height_with_min_max.html | 4 +- .../undefined_width_with_min_max.html | 4 +- .../undefined_width_with_min_max_row.html | 4 +- ...hen_content_with_flex_grow_large_size.html | 4 +- ...hen_content_with_flex_grow_small_size.html | 4 +- ...tent_with_flex_grow_unconstraint_size.html | 4 +- ...ontent_with_flex_grow_very_large_size.html | 4 +- test_fixtures/{ => flex}/wrap_child.html | 4 +- test_fixtures/{ => flex}/wrap_column.html | 4 +- test_fixtures/{ => flex}/wrap_grandchild.html | 4 +- ...odes_with_content_sizing_margin_cross.html | 4 +- ...ith_content_sizing_overflowing_margin.html | 4 +- .../{ => flex}/wrap_reverse_column.html | 4 +- .../wrap_reverse_column_fixed_size.html | 4 +- .../{ => flex}/wrap_reverse_row.html | 4 +- ...wrap_reverse_row_align_content_center.html | 4 +- ..._reverse_row_align_content_flex_start.html | 4 +- ...everse_row_align_content_space_around.html | 4 +- ...rap_reverse_row_align_content_stretch.html | 4 +- ...everse_row_single_line_different_size.html | 4 +- test_fixtures/{ => flex}/wrap_row.html | 4 +- .../wrap_row_align_items_center.html | 4 +- .../wrap_row_align_items_flex_end.html | 4 +- .../{ => flex}/wrapped_column_max_height.html | 4 +- .../wrapped_column_max_height_flex.html | 4 +- ...wrapped_row_within_align_items_center.html | 4 +- ...apped_row_within_align_items_flex_end.html | 4 +- ...ped_row_within_align_items_flex_start.html | 4 +- ...o_flex_column_stretch_fill_min_height.html | 4 +- ...io_flex_column_stretch_fill_min_width.html | 4 +- ...atio_flex_row_stretch_fill_min_height.html | 4 +- ...ratio_flex_row_stretch_fill_min_width.html | 4 +- ...basis_zero_undefined_main_size_hidden.html | 4 +- .../xmargin_auto_start_and_end.html | 4 +- .../xmargin_auto_start_and_end_column.html | 4 +- test_fixtures/{ => flex}/xmargin_end.html | 4 +- test_fixtures/{ => flex}/xmargin_start.html | 4 +- .../grid_absolute_align_self_sized_all.html | 4 +- .../{ => grid}/grid_absolute_column_end.html | 4 +- .../grid_absolute_column_start.html | 4 +- .../grid_absolute_container_bottom_left.html | 4 +- ...absolute_container_bottom_left_margin.html | 4 +- ...solute_container_left_overrides_right.html | 4 +- .../grid_absolute_container_left_right.html | 4 +- ..._absolute_container_left_right_margin.html | 4 +- ..._absolute_container_negative_position.html | 4 +- ...te_container_negative_position_margin.html | 4 +- .../grid_absolute_container_top_bottom.html | 4 +- ..._absolute_container_top_bottom_margin.html | 4 +- .../grid_absolute_container_top_right.html | 4 +- ...d_absolute_container_top_right_margin.html | 4 +- .../grid_absolute_justify_self_sized_all.html | 4 +- .../grid_absolute_layout_within_border.html | 4 +- ..._absolute_layout_within_border_static.html | 4 +- .../{ => grid}/grid_absolute_row_end.html | 4 +- .../{ => grid}/grid_absolute_row_start.html | 4 +- .../grid_absolute_top_overrides_bottom.html | 4 +- .../grid_absolute_with_padding.html | 4 +- ...grid_absolute_with_padding_and_margin.html | 4 +- .../{ => grid}/grid_align_content_center.html | 4 +- .../{ => grid}/grid_align_content_end.html | 4 +- ...align_content_end_with_padding_border.html | 4 +- .../grid_align_content_space_around.html | 4 +- ...tent_space_around_with_padding_border.html | 4 +- .../grid_align_content_space_between.html | 4 +- ...ent_space_between_with_padding_border.html | 4 +- .../grid_align_content_space_evenly.html | 4 +- ...tent_space_evenly_with_padding_border.html | 4 +- .../{ => grid}/grid_align_content_start.html | 4 +- ...ign_content_start_with_padding_border.html | 4 +- .../{ => grid}/grid_align_items_baseline.html | 4 +- .../grid_align_items_baseline_child.html | 4 +- ...rid_align_items_baseline_child_margin.html | 4 +- ...n_items_baseline_child_margin_percent.html | 4 +- ..._align_items_baseline_child_multiline.html | 4 +- ...d_multiline_no_override_on_secondline.html | 4 +- ...ems_baseline_child_multiline_override.html | 4 +- ...id_align_items_baseline_child_padding.html | 4 +- .../grid_align_items_baseline_child_top.html | 4 +- .../grid_align_items_baseline_child_top2.html | 4 +- .../grid_align_items_baseline_complex.html | 4 +- ...gn_items_baseline_double_nested_child.html | 4 +- .../grid_align_items_baseline_multiline.html | 4 +- ...align_items_baseline_multiline_column.html | 4 +- ...ems_baseline_multiline_row_and_column.html | 4 +- ...id_align_items_baseline_nested_column.html | 4 +- .../grid_align_items_sized_center.html | 4 +- .../grid_align_items_sized_end.html | 4 +- .../grid_align_items_sized_start.html | 4 +- .../grid_align_items_sized_stretch.html | 4 +- .../{ => grid}/grid_align_self_sized_all.html | 4 +- ..._ratio_overrides_height_of_full_inset.html | 4 +- ...ratio_absolute_fill_height_from_inset.html | 4 +- ..._ratio_absolute_fill_width_from_inset.html | 4 +- ...ratio_absolute_height_overrides_inset.html | 4 +- ..._ratio_absolute_width_overrides_inset.html | 4 +- ...spect_ratio_child_fill_content_height.html | 4 +- ...aspect_ratio_child_fill_content_width.html | 4 +- .../grid_aspect_ratio_fill_child_height.html | 4 +- ...id_aspect_ratio_fill_child_max_height.html | 4 +- ...rid_aspect_ratio_fill_child_max_width.html | 4 +- ...id_aspect_ratio_fill_child_min_height.html | 4 +- ...rid_aspect_ratio_fill_child_min_width.html | 4 +- .../grid_aspect_ratio_fill_child_width.html | 4 +- ...ect_ratio_overriden_by_explicit_sizes.html | 4 +- ...atio_overriden_by_explicit_sizes_flex.html | 4 +- .../{ => grid}/grid_auto_columns.html | 4 +- .../grid_auto_columns_fixed_width.html | 4 +- .../{ => grid}/grid_auto_fill_fixed_size.html | 4 +- .../grid_auto_fill_with_empty_auto_track.html | 4 +- .../grid_auto_fit_with_empty_auto_track.html | 4 +- test_fixtures/{ => grid}/grid_auto_rows.html | 4 +- .../{ => grid}/grid_auto_single_item.html | 4 +- .../grid_auto_single_item_fixed_width.html | 4 +- ..._item_fixed_width_with_definite_width.html | 4 +- .../grid_auto_takes_precedence_over_fr.html | 4 +- ...ilable_space_greater_than_max_content.html | 4 +- ...ilable_space_smaller_than_max_content.html | 4 +- ...ilable_space_smaller_than_min_content.html | 4 +- test_fixtures/{ => grid}/grid_basic.html | 4 +- .../grid_basic_implicit_tracks.html | 4 +- .../{ => grid}/grid_basic_with_overflow.html | 4 +- .../{ => grid}/grid_basic_with_padding.html | 4 +- .../grid_display_none_fixed_size.html | 4 +- ...fit_content_percent_definite_argument.html | 4 +- ..._content_percent_definite_max_content.html | 4 +- ..._content_percent_definite_min_content.html | 4 +- ...t_content_percent_indefinite_argument.html | 4 +- ...ontent_percent_indefinite_max_content.html | 4 +- ...percent_indefinite_max_content_hidden.html | 4 +- ...ontent_percent_indefinite_min_content.html | 4 +- ...percent_indefinite_min_content_hidden.html | 4 +- .../grid_fit_content_points_argument.html | 4 +- .../grid_fit_content_points_max_content.html | 4 +- .../grid_fit_content_points_min_content.html | 4 +- ...fit_content_points_min_content_hidden.html | 4 +- ..._fr_fixed_size_no_content_proportions.html | 4 +- ...size_no_content_proportions_sub_1_sum.html | 4 +- .../grid_fr_fixed_size_single_item.html | 4 +- .../grid_fr_no_sized_items_indefinite.html | 4 +- .../grid_fr_single_item_indefinite.html | 4 +- .../{ => grid}/grid_fr_span_2_proportion.html | 4 +- .../grid_fr_span_2_proportion_sub_1_sum.html | 4 +- ...n_2_proportion_with_non_spanned_track.html | 4 +- .../grid_fr_span_2_proportion_zero_sum.html | 4 +- ...rtion_zero_sum_with_non_spanned_track.html | 4 +- test_fixtures/{ => grid}/grid_gap.html | 4 +- test_fixtures/{ => grid}/grid_hidden.html | 4 +- .../grid_justify_content_center.html | 4 +- ...fy_content_center_with_padding_border.html | 4 +- .../{ => grid}/grid_justify_content_end.html | 4 +- ...stify_content_end_with_padding_border.html | 4 +- .../grid_justify_content_space_around.html | 4 +- ...tent_space_around_with_padding_border.html | 4 +- .../grid_justify_content_space_between.html | 4 +- ...ent_space_between_with_padding_border.html | 4 +- .../grid_justify_content_space_evenly.html | 4 +- ...tent_space_evenly_with_padding_border.html | 4 +- .../grid_justify_content_start.html | 4 +- ...ify_content_start_with_padding_border.html | 4 +- .../grid_justify_items_sized_center.html | 4 +- .../grid_justify_items_sized_end.html | 4 +- .../grid_justify_items_sized_start.html | 4 +- .../grid_justify_items_sized_stretch.html | 4 +- .../grid_justify_self_sized_all.html | 4 +- .../{ => grid}/grid_margins_auto_margins.html | 4 +- ...margins_auto_margins_override_stretch.html | 4 +- .../{ => grid}/grid_margins_fixed_center.html | 4 +- .../{ => grid}/grid_margins_fixed_end.html | 4 +- .../{ => grid}/grid_margins_fixed_start.html | 4 +- .../grid_margins_fixed_stretch.html | 4 +- .../grid_margins_percent_center.html | 4 +- .../{ => grid}/grid_margins_percent_end.html | 4 +- .../grid_margins_percent_start.html | 4 +- .../grid_margins_percent_stretch.html | 4 +- .../grid_max_content_maximum_single_item.html | 4 +- .../grid_max_content_single_item.html | 4 +- ...d_max_content_single_item_margin_auto.html | 4 +- ..._max_content_single_item_margin_fixed.html | 4 +- ...ax_content_single_item_margin_percent.html | 4 +- .../grid_max_content_single_item_span_2.html | 4 +- ..._content_single_item_span_2_gap_fixed.html | 4 +- ...ngle_item_span_2_gap_percent_definite.html | 4 +- ...le_item_span_2_gap_percent_indefinite.html | 4 +- ...id_max_width_greater_than_max_content.html | 4 +- ...ess_than_max_content_with_min_content.html | 4 +- ...id_max_width_smaller_than_max_content.html | 4 +- ...id_max_width_smaller_than_min_content.html | 4 +- .../grid_min_content_flex_column.html | 4 +- .../{ => grid}/grid_min_content_flex_row.html | 4 +- .../grid_min_content_flex_single_item.html | 4 +- ..._content_flex_single_item_margin_auto.html | 4 +- ...content_flex_single_item_margin_fixed.html | 4 +- ...ntent_flex_single_item_margin_percent.html | 4 +- .../grid_min_content_maximum_single_item.html | 4 +- .../grid_min_content_single_item.html | 4 +- .../grid_minmax_auto_fixed_10px.html | 4 +- .../grid_minmax_auto_max_content.html | 4 +- .../grid_minmax_auto_min_content.html | 4 +- .../grid_minmax_auto_percent_definite.html | 4 +- .../grid_minmax_auto_percent_indefinite.html | 4 +- ...minmax_column_fixed_width_above_range.html | 4 +- ...minmax_column_fixed_width_below_range.html | 4 +- ...inmax_column_fixed_width_within_range.html | 4 +- .../grid_minmax_column_indefinite.html | 4 +- .../grid_minmax_column_with_auto_fixed.html | 4 +- .../grid_minmax_column_with_fr_fixed.html | 4 +- .../grid_minmax_max_content_1fr.html | 4 +- .../grid_minmax_max_content_auto.html | 4 +- .../grid_minmax_max_content_fixed_10px.html | 4 +- .../grid_minmax_max_content_min_content.html | 4 +- ...d_minmax_max_content_percent_definite.html | 4 +- ...minmax_max_content_percent_indefinite.html | 4 +- .../grid_minmax_min_content_1fr.html | 4 +- .../grid_minmax_min_content_auto.html | 4 +- .../grid_minmax_min_content_fixed_10px.html | 4 +- .../grid_minmax_min_content_max_content.html | 4 +- ...d_minmax_min_content_percent_definite.html | 4 +- ...minmax_min_content_percent_indefinite.html | 4 +- .../{ => grid}/grid_out_of_order_items.html | 4 +- .../grid_overflow_inline_axis_hidden.html | 4 +- .../grid_overflow_inline_axis_scroll.html | 4 +- .../grid_overflow_inline_axis_visible.html | 4 +- .../{ => grid}/grid_overflow_rows.html | 4 +- ...rollbars_overriden_by_available_space.html | 4 +- ...flow_scrollbars_overriden_by_max_size.html | 4 +- ...overflow_scrollbars_overriden_by_size.html | 4 +- ...ow_scrollbars_take_up_space_both_axis.html | 4 +- ...rflow_scrollbars_take_up_space_x_axis.html | 4 +- ...rflow_scrollbars_take_up_space_y_axis.html | 4 +- ...g_border_overrides_container_max_size.html | 4 +- ...dding_border_overrides_container_size.html | 4 +- ...rid_padding_border_overrides_max_size.html | 4 +- ...rid_padding_border_overrides_min_size.html | 4 +- .../grid_padding_border_overrides_size.html | 4 +- ...grid_percent_item_inside_stretch_item.html | 4 +- ...items_nested_inside_stretch_alignment.html | 4 +- .../grid_percent_items_nested_moderate.html | 4 +- ...grid_percent_items_nested_with_margin.html | 4 +- ...cent_items_nested_with_padding_margin.html | 4 +- .../grid_percent_items_width_and_margin.html | 4 +- .../grid_percent_items_width_and_padding.html | 4 +- ...grid_percent_tracks_definite_overflow.html | 4 +- ...rid_percent_tracks_definite_underflow.html | 4 +- .../grid_percent_tracks_indefinite_only.html | 4 +- ...acks_indefinite_with_content_overflow.html | 4 +- ...cks_indefinite_with_content_underflow.html | 4 +- .../grid_placement_auto_negative.html | 4 +- ...ary_axis_with_fully_definite_negative.html | 4 +- .../{ => grid}/grid_relative_all_sides.html | 4 +- .../grid_relayout_vertical_text.html | 4 +- .../{ => grid}/grid_repeat_integer.html | 4 +- .../{ => grid}/grid_repeat_mixed.html | 4 +- .../grid_size_child_fixed_tracks.html | 4 +- ..._most_non_flex_with_minmax_indefinite.html | 4 +- ...on_flex_with_minmax_indefinite_hidden.html | 4 +- ...id_span_2_max_content_auto_indefinite.html | 4 +- ..._2_max_content_auto_indefinite_hidden.html | 4 +- ...x_content_fit_content_10px_indefinite.html | 4 +- ...nt_fit_content_10px_indefinite_hidden.html | 4 +- ...x_content_fit_content_80px_indefinite.html | 4 +- ...nt_fit_content_80px_indefinite_hidden.html | 4 +- ..._2_max_content_max_content_indefinite.html | 4 +- ...id_span_2_min_content_auto_indefinite.html | 4 +- ..._2_min_content_auto_indefinite_hidden.html | 4 +- ...n_content_fit_content_10px_indefinite.html | 4 +- ...nt_fit_content_10px_indefinite_hidden.html | 4 +- ...n_content_fit_content_30px_indefinite.html | 4 +- ...nt_fit_content_30px_indefinite_hidden.html | 4 +- ...n_content_fit_content_80px_indefinite.html | 4 +- ...nt_fit_content_80px_indefinite_hidden.html | 4 +- ..._2_min_content_max_content_indefinite.html | 4 +- ..._2_min_content_min_content_indefinite.html | 4 +- .../grid_span_6_all_non_flex_indefinite.html | 4 +- ...span_6_all_non_flex_indefinite_hidden.html | 4 +- ...rid_span_8_all_track_types_indefinite.html | 4 +- ...tion_sub_1_sum_with_non_spanned_track.html | 4 +- ...ax_max_content_min_content_indefinite.html | 4 +- .../gridflex_column_integration.html | 4 +- .../{ => gridflex}/gridflex_kitchen_sink.html | 4 +- .../gridflex_kitchen_sink_minimise.html | 4 +- .../gridflex_kitchen_sink_minimise2.html | 4 +- .../gridflex_kitchen_sink_minimise3.html | 4 +- .../gridflex_row_integration.html | 4 +- ...ollbars_affect_available_space_x_axis.html | 4 +- ...ollbars_affect_available_space_y_axis.html | 4 +- ...rollbars_overriden_by_available_space.html | 4 +- ...flow_scrollbars_overriden_by_max_size.html | 4 +- ...overflow_scrollbars_overriden_by_size.html | 4 +- ...ow_scrollbars_take_up_space_both_axis.html | 4 +- ...rflow_scrollbars_take_up_space_x_axis.html | 4 +- ...rflow_scrollbars_take_up_space_y_axis.html | 4 +- ...eaf_padding_border_overrides_max_size.html | 4 +- ...eaf_padding_border_overrides_min_size.html | 4 +- .../leaf_padding_border_overrides_size.html | 4 +- .../leaf_with_content_and_border.html | 4 +- .../leaf_with_content_and_padding.html | 4 +- .../leaf_with_content_and_padding_border.html | 4 +- test_fixtures/measure_root.html | 15 - ...ct_ratio_overrides_height_of_full_inset.rs | 0 ...block_absolute_aspect_ratio_fill_height.rs | 0 ...ute_aspect_ratio_fill_height_from_inset.rs | 0 ...k_absolute_aspect_ratio_fill_max_height.rs | 2 +- ...ck_absolute_aspect_ratio_fill_max_width.rs | 2 +- ...k_absolute_aspect_ratio_fill_min_height.rs | 0 ...ck_absolute_aspect_ratio_fill_min_width.rs | 0 .../block_absolute_aspect_ratio_fill_width.rs | 0 ...lute_aspect_ratio_fill_width_from_inset.rs | 0 ...ute_aspect_ratio_height_overrides_inset.rs | 0 ...lute_aspect_ratio_width_overrides_inset.rs | 0 .../block_absolute_child_with_margin_x.rs | 0 .../block_absolute_child_with_margin_y.rs | 0 .../block_absolute_child_with_max_height.rs | 0 .../block_absolute_layout_child_order.rs | 0 .../block_absolute_layout_no_size.rs | 0 ...ercentage_bottom_based_on_parent_height.rs | 0 ...block_absolute_layout_percentage_height.rs | 0 ...lute_layout_row_width_height_end_bottom.rs | 0 ...ck_absolute_layout_start_top_end_bottom.rs | 0 ...absolute_layout_width_height_end_bottom.rs | 0 ..._absolute_layout_width_height_start_top.rs | 0 ...ayout_width_height_start_top_end_bottom.rs | 0 .../block_absolute_layout_within_border.rs | 0 ...e_margin_auto_bottom_and_top_with_inset.rs | 0 ...argin_auto_bottom_and_top_without_inset.rs | 0 ..._absolute_margin_auto_bottom_with_inset.rs | 0 ...solute_margin_auto_bottom_without_inset.rs | 0 ...e_margin_auto_left_and_right_with_inset.rs | 0 ...argin_auto_left_and_right_without_inset.rs | 0 ...eft_child_bigger_than_parent_with_inset.rs | 0 ..._child_bigger_than_parent_without_inset.rs | 0 ...ght_child_bigger_than_parent_with_inset.rs | 0 ..._child_bigger_than_parent_without_inset.rs | 0 ...ght_child_bigger_than_parent_with_inset.rs | 0 ..._child_bigger_than_parent_without_inset.rs | 0 ...ck_absolute_margin_auto_left_with_inset.rs | 0 ...absolute_margin_auto_left_without_inset.rs | 0 ...margin_auto_mutiple_children_with_inset.rs | 0 ...gin_auto_mutiple_children_without_inset.rs | 0 ...k_absolute_margin_auto_right_with_inset.rs | 0 ...bsolute_margin_auto_right_without_inset.rs | 0 ...ock_absolute_margin_auto_top_with_inset.rs | 0 ..._absolute_margin_auto_top_without_inset.rs | 0 ..._absolute_margin_bottom_left_with_inset.rs | 0 ...solute_margin_bottom_left_without_inset.rs | 0 .../block_absolute_minmax_bottom_right_max.rs | 0 ...ck_absolute_minmax_bottom_right_min_max.rs | 0 ...e_minmax_bottom_right_min_max_preferred.rs | 0 ...solute_minmax_top_left_bottom_right_max.rs | 0 ...te_minmax_top_left_bottom_right_min_max.rs | 0 .../{ => block}/block_absolute_no_styles.rs | 0 ...olute_padding_border_overrides_max_size.rs | 0 ..._absolute_padding_border_overrides_size.rs | 0 .../{ => block}/block_align_baseline_child.rs | 0 .../block_align_baseline_child_margin.rs | 0 ...ock_align_baseline_child_margin_percent.rs | 0 .../block_align_baseline_child_padding.rs | 0 .../block_align_baseline_child_top.rs | 0 .../block_align_baseline_child_top2.rs | 0 ...lock_align_baseline_double_nested_child.rs | 0 .../block_aspect_ratio_fill_height.rs | 0 .../block_aspect_ratio_fill_max_height.rs | 2 +- .../block_aspect_ratio_fill_max_width.rs | 4 +- .../block_aspect_ratio_fill_min_height.rs | 0 .../block_aspect_ratio_fill_min_width.rs | 4 +- .../block_aspect_ratio_fill_width.rs | 0 tests/generated/{ => block}/block_basic.rs | 0 .../{ => block}/block_border_fixed_size.rs | 0 .../block_border_intrinsic_size.rs | 0 .../block_border_percentage_fixed_size.rs | 0 .../block_border_percentage_intrinsic_size.rs | 0 .../{ => block}/block_display_none.rs | 0 .../block_display_none_with_child.rs | 0 .../block_display_none_with_inset.rs | 0 .../block_display_none_with_margin.rs | 0 ...ock_display_none_with_position_absolute.rs | 0 .../{ => block}/block_inset_fixed.rs | 0 .../{ => block}/block_inset_percentage.rs | 0 .../{ => block}/block_intrinsic_width.rs | 0 .../{ => block}/block_margin_auto_bottom.rs | 0 .../block_margin_auto_bottom_and_top.rs | 0 .../{ => block}/block_margin_auto_left.rs | 0 .../block_margin_auto_left_and_right.rs | 0 ...rgin_auto_left_child_bigger_than_parent.rs | 0 ...left_fix_right_child_bigger_than_parent.rs | 0 ...uto_left_right_child_bigger_than_parent.rs | 0 .../block_margin_auto_mutiple_children.rs | 0 .../{ => block}/block_margin_auto_right.rs | 0 .../{ => block}/block_margin_auto_top.rs | 0 .../block_margin_x_fixed_auto_bottom.rs | 0 .../block_margin_x_fixed_auto_left.rs | 0 ...lock_margin_x_fixed_auto_left_and_right.rs | 0 .../block_margin_x_fixed_auto_right.rs | 0 .../block_margin_x_fixed_auto_top.rs | 0 .../block_margin_x_fixed_size_negative.rs | 0 .../block_margin_x_fixed_size_positive.rs | 0 .../block_margin_x_intrinsic_size_negative.rs | 0 .../block_margin_x_intrinsic_size_positive.rs | 0 ...margin_x_percentage_fixed_size_negative.rs | 0 ...margin_x_percentage_fixed_size_positive.rs | 0 ...ercentage_intrinsic_size_other_negative.rs | 0 ...ercentage_intrinsic_size_other_positive.rs | 0 ...percentage_intrinsic_size_self_negative.rs | 0 ...percentage_intrinsic_size_self_positive.rs | 0 .../block_margin_y_collapse_complex.rs | 0 ...ollapse_through_blocked_by_aspect_ratio.rs | 0 ...llapse_through_blocked_by_border_bottom.rs | 0 ..._collapse_through_blocked_by_border_top.rs | 0 ...in_y_collapse_through_blocked_by_height.rs | 0 ..._y_collapse_through_blocked_by_line_box.rs | 4 +- ...gh_blocked_by_line_box_with_height_zero.rs | 4 +- ...locked_by_line_box_with_max_height_zero.rs | 4 +- ..._collapse_through_blocked_by_min_height.rs | 0 ...se_through_blocked_by_overflow_x_hidden.rs | 0 ...se_through_blocked_by_overflow_x_scroll.rs | 0 ...se_through_blocked_by_overflow_y_hidden.rs | 0 ...se_through_blocked_by_overflow_y_scroll.rs | 0 ...lapse_through_blocked_by_padding_bottom.rs | 0 ...collapse_through_blocked_by_padding_top.rs | 0 ...lock_margin_y_collapse_through_negative.rs | 0 ...lock_margin_y_collapse_through_positive.rs | 0 ..._collapse_through_positive_and_negative.rs | 0 ..._y_collapse_through_with_absolute_child.rs | 4 +- ...st_child_collapse_blocked_by_border_top.rs | 0 ...d_collapse_blocked_by_overflow_x_hidden.rs | 0 ...d_collapse_blocked_by_overflow_x_scroll.rs | 0 ...d_collapse_blocked_by_overflow_y_hidden.rs | 0 ...d_collapse_blocked_by_overflow_y_scroll.rs | 0 ...t_child_collapse_blocked_by_padding_top.rs | 0 ...n_y_first_child_collapse_negative_equal.rs | 0 ...t_child_collapse_negative_parent_larger.rs | 0 ..._child_collapse_negative_parent_smaller.rs | 0 ...d_collapse_not_blocked_by_border_bottom.rs | 0 ..._collapse_not_blocked_by_padding_bottom.rs | 0 ...st_child_collapse_positive_and_negative.rs | 0 ...n_y_first_child_collapse_positive_equal.rs | 0 ...t_child_collapse_positive_parent_larger.rs | 0 ..._child_collapse_positive_parent_smaller.rs | 0 ...ranchild_collapse_positive_and_negative.rs | 0 ...first_granchild_collapse_positive_equal.rs | 0 ...child_collapse_blocked_by_border_bottom.rs | 0 ...d_collapse_blocked_by_overflow_x_hidden.rs | 0 ...d_collapse_blocked_by_overflow_x_scroll.rs | 0 ...d_collapse_blocked_by_overflow_y_hidden.rs | 0 ...d_collapse_blocked_by_overflow_y_scroll.rs | 0 ...hild_collapse_blocked_by_padding_bottom.rs | 0 ...in_y_last_child_collapse_negative_equal.rs | 0 ...t_child_collapse_negative_parent_larger.rs | 0 ..._child_collapse_negative_parent_smaller.rs | 0 ...hild_collapse_not_blocked_by_border_top.rs | 0 ...ild_collapse_not_blocked_by_padding_top.rs | 0 ...st_child_collapse_positive_and_negative.rs | 0 ...in_y_last_child_collapse_positive_equal.rs | 0 ...t_child_collapse_positive_parent_larger.rs | 0 ..._child_collapse_positive_parent_smaller.rs | 0 ..._last_granchild_collapse_positive_equal.rs | 0 ...lock_margin_y_sibling_collapse_negative.rs | 0 ..._y_sibling_collapse_negative_percentage.rs | 0 ...lock_margin_y_sibling_collapse_positive.rs | 0 ..._sibling_collapse_positive_and_negative.rs | 0 ...llapse_positive_and_negative_percentage.rs | 0 ..._y_sibling_collapse_positive_percentage.rs | 0 .../block_margin_y_simple_negative.rs | 0 ...rgin_y_simple_negative_percentage_other.rs | 0 ...argin_y_simple_negative_percentage_self.rs | 0 .../block_margin_y_simple_positive.rs | 0 ...rgin_y_simple_positive_percentage_other.rs | 0 ...argin_y_simple_positive_percentage_self.rs | 0 .../block_margin_y_total_collapse.rs | 0 .../block_margin_y_total_collapse_complex.rs | 0 ...scrollbars_overriden_by_available_space.rs | 0 ...erflow_scrollbars_overriden_by_max_size.rs | 0 ...k_overflow_scrollbars_overriden_by_size.rs | 0 ...flow_scrollbars_take_up_space_both_axis.rs | 0 ...low_scrollbars_take_up_space_cross_axis.rs | 0 ...flow_scrollbars_take_up_space_main_axis.rs | 0 .../block_padding_border_fixed_size.rs | 0 .../block_padding_border_intrinsic_size.rs | 0 ...block_padding_border_overrides_max_size.rs | 0 ...block_padding_border_overrides_min_size.rs | 0 .../block_padding_border_overrides_size.rs | 0 ...ck_padding_border_percentage_fixed_size.rs | 0 ...adding_border_percentage_intrinsic_size.rs | 0 .../{ => block}/block_padding_fixed_size.rs | 0 .../block_padding_intrinsic_size.rs | 0 .../block_padding_percentage_fixed_size.rs | 0 ...block_padding_percentage_intrinsic_size.rs | 0 tests/generated/block/mod.rs | 188 +++ .../blockflex_block_in_flex_column.rs | 0 .../blockflex_block_in_flex_row.rs | 0 .../blockflex_flex_in_block.rs | 0 ...rgin_y_collapse_through_blocked_by_flex.rs | 0 ..._y_first_child_collapse_blocked_by_flex.rs | 0 ...n_y_last_child_collapse_blocked_by_flex.rs | 0 .../blockflex_overflow_hidden.rs | 8 +- tests/generated/blockflex/mod.rs | 7 + .../blockgrid_block_in_grid_auto.rs | 4 +- ..._block_in_grid_fixed_fit_content_larger.rs | 4 +- ..._block_in_grid_fixed_fit_content_middle.rs | 4 +- ...block_in_grid_fixed_fit_content_smaller.rs | 4 +- .../blockgrid_block_in_grid_fixed_larger.rs | 4 +- .../blockgrid_block_in_grid_fixed_middle.rs | 4 +- .../blockgrid_block_in_grid_fixed_smaller.rs | 4 +- .../blockgrid_block_in_grid_fr.rs | 4 +- .../blockgrid_block_in_grid_max_content.rs | 4 +- .../blockgrid_block_in_grid_min_content.rs | 4 +- .../blockgrid_grid_in_block.rs | 0 ...rgin_y_collapse_through_blocked_by_grid.rs | 0 ..._y_first_child_collapse_blocked_by_grid.rs | 0 ...n_y_last_child_collapse_blocked_by_grid.rs | 0 tests/generated/blockgrid/mod.rs | 14 + ...ct_ratio_overrides_height_of_full_inset.rs | 0 .../absolute_aspect_ratio_fill_height.rs | 0 ...ute_aspect_ratio_fill_height_from_inset.rs | 0 .../absolute_aspect_ratio_fill_max_height.rs | 2 +- .../absolute_aspect_ratio_fill_max_width.rs | 2 +- .../absolute_aspect_ratio_fill_min_height.rs | 0 .../absolute_aspect_ratio_fill_min_width.rs | 0 .../absolute_aspect_ratio_fill_width.rs | 0 ...lute_aspect_ratio_fill_width_from_inset.rs | 0 ...ute_aspect_ratio_height_overrides_inset.rs | 0 ...lute_aspect_ratio_width_overrides_inset.rs | 0 .../absolute_child_with_cross_margin.rs | 4 +- .../absolute_child_with_main_margin.rs | 0 .../absolute_child_with_max_height.rs | 0 ...max_height_larger_shrinkable_grandchild.rs | 0 ..._align_items_and_justify_content_center.rs | 0 ...tify_content_center_and_bottom_position.rs | 0 ...ustify_content_center_and_left_position.rs | 0 ...stify_content_center_and_right_position.rs | 0 ...justify_content_center_and_top_position.rs | 0 ...lign_items_and_justify_content_flex_end.rs | 0 .../absolute_layout_align_items_center.rs | 0 ...layout_align_items_center_on_child_only.rs | 0 .../{ => flex}/absolute_layout_child_order.rs | 0 ...layout_in_wrap_reverse_column_container.rs | 0 ..._wrap_reverse_column_container_flex_end.rs | 0 ...te_layout_in_wrap_reverse_row_container.rs | 0 ..._in_wrap_reverse_row_container_flex_end.rs | 0 .../absolute_layout_justify_content_center.rs | 0 .../{ => flex}/absolute_layout_no_size.rs | 0 ...ercentage_bottom_based_on_parent_height.rs | 0 .../absolute_layout_percentage_height.rs | 0 ...lute_layout_row_width_height_end_bottom.rs | 0 .../absolute_layout_start_top_end_bottom.rs | 0 ...absolute_layout_width_height_end_bottom.rs | 0 .../absolute_layout_width_height_start_top.rs | 0 ...ayout_width_height_start_top_end_bottom.rs | 0 .../absolute_layout_within_border.rs | 0 .../{ => flex}/absolute_margin_bottom_left.rs | 0 .../absolute_minmax_bottom_right_max.rs | 0 .../absolute_minmax_bottom_right_min_max.rs | 0 ...e_minmax_bottom_right_min_max_preferred.rs | 0 ...solute_minmax_top_left_bottom_right_max.rs | 0 ...te_minmax_top_left_bottom_right_min_max.rs | 0 ...olute_padding_border_overrides_max_size.rs | 0 .../absolute_padding_border_overrides_size.rs | 0 tests/generated/{ => flex}/align_baseline.rs | 0 .../{ => flex}/align_baseline_child.rs | 0 .../{ => flex}/align_baseline_child_margin.rs | 0 .../align_baseline_child_margin_percent.rs | 0 .../align_baseline_child_multiline.rs | 0 ...ild_multiline_no_override_on_secondline.rs | 0 ...align_baseline_child_multiline_override.rs | 0 .../align_baseline_child_padding.rs | 0 .../{ => flex}/align_baseline_child_top.rs | 0 .../{ => flex}/align_baseline_child_top2.rs | 0 .../{ => flex}/align_baseline_column.rs | 0 .../align_baseline_double_nested_child.rs | 0 .../{ => flex}/align_baseline_multiline.rs | 0 .../align_baseline_multiline_column.rs | 0 .../align_baseline_multiline_column2.rs | 0 ...align_baseline_multiline_row_and_column.rs | 0 .../{ => flex}/align_baseline_nested_child.rs | 0 .../align_baseline_nested_column.rs | 0 ...ign_center_should_size_based_on_content.rs | 0 .../{ => flex}/align_content_flex_end.rs | 0 .../{ => flex}/align_content_flex_start.rs | 0 .../align_content_flex_start_with_flex.rs | 0 ...t_flex_start_without_height_on_children.rs | 0 ...nt_not_stretch_with_align_items_stretch.rs | 0 .../align_content_space_around_single_line.rs | 0 .../align_content_space_around_wrapped.rs | 0 ...align_content_space_between_single_line.rs | 0 .../align_content_space_between_wrapped.rs | 0 .../align_content_space_evenly_single_line.rs | 0 .../align_content_space_evenly_wrapped.rs | 0 .../{ => flex}/align_content_spacearound.rs | 0 .../{ => flex}/align_content_spacebetween.rs | 0 .../{ => flex}/align_content_stretch.rs | 0 .../align_content_stretch_column.rs | 0 ...t_stretch_is_not_overriding_align_items.rs | 0 .../{ => flex}/align_content_stretch_row.rs | 0 ...align_content_stretch_row_with_children.rs | 0 ...n_content_stretch_row_with_fixed_height.rs | 0 .../align_content_stretch_row_with_flex.rs | 0 ...content_stretch_row_with_flex_no_shrink.rs | 0 .../align_content_stretch_row_with_margin.rs | 0 ...ign_content_stretch_row_with_max_height.rs | 0 ...ign_content_stretch_row_with_min_height.rs | 0 .../align_content_stretch_row_with_padding.rs | 0 ...ign_content_stretch_row_with_single_row.rs | 0 ...lign_flex_start_with_shrinking_children.rs | 0 ...rt_with_shrinking_children_with_stretch.rs | 0 ...ign_flex_start_with_stretching_children.rs | 0 .../{ => flex}/align_items_center.rs | 0 ...er_child_with_margin_bigger_than_parent.rs | 0 ...child_without_margin_bigger_than_parent.rs | 0 ...ign_items_center_justify_content_center.rs | 4 +- ...align_items_center_min_max_with_padding.rs | 0 .../align_items_center_with_child_margin.rs | 0 .../align_items_center_with_child_top.rs | 0 .../{ => flex}/align_items_flex_end.rs | 0 ...nd_child_with_margin_bigger_than_parent.rs | 0 ...child_without_margin_bigger_than_parent.rs | 0 .../{ => flex}/align_items_flex_start.rs | 0 .../{ => flex}/align_items_min_max.rs | 0 .../{ => flex}/align_items_stretch.rs | 0 .../align_items_stretch_min_cross.rs | 0 .../{ => flex}/align_self_baseline.rs | 0 .../generated/{ => flex}/align_self_center.rs | 0 .../align_self_center_undefined_max_height.rs | 0 .../{ => flex}/align_self_flex_end.rs | 0 ...align_self_flex_end_override_flex_start.rs | 0 .../{ => flex}/align_self_flex_start.rs | 0 ...ign_stretch_should_size_based_on_parent.rs | 0 .../generated/{ => flex}/android_news_feed.rs | 0 .../aspect_ratio_flex_column_fill_height.rs | 0 ...spect_ratio_flex_column_fill_max_height.rs | 2 +- ...aspect_ratio_flex_column_fill_max_width.rs | 4 +- ...spect_ratio_flex_column_fill_min_height.rs | 0 ...aspect_ratio_flex_column_fill_min_width.rs | 4 +- .../aspect_ratio_flex_column_fill_width.rs | 0 ...spect_ratio_flex_column_fill_width_flex.rs | 0 ...t_ratio_flex_column_stretch_fill_height.rs | 0 ...tio_flex_column_stretch_fill_max_height.rs | 2 +- ...atio_flex_column_stretch_fill_max_width.rs | 4 +- ...ct_ratio_flex_column_stretch_fill_width.rs | 0 .../aspect_ratio_flex_row_fill_height.rs | 0 .../aspect_ratio_flex_row_fill_max_height.rs | 2 +- .../aspect_ratio_flex_row_fill_max_width.rs | 4 +- .../aspect_ratio_flex_row_fill_min_height.rs | 0 .../aspect_ratio_flex_row_fill_min_width.rs | 4 +- .../aspect_ratio_flex_row_fill_width.rs | 0 .../aspect_ratio_flex_row_fill_width_flex.rs | 0 ...pect_ratio_flex_row_stretch_fill_height.rs | 0 ..._ratio_flex_row_stretch_fill_max_height.rs | 2 +- ...t_ratio_flex_row_stretch_fill_max_width.rs | 4 +- ...spect_ratio_flex_row_stretch_fill_width.rs | 0 .../{ => flex}/bevy_issue_7976_3_level.rs | 0 .../{ => flex}/bevy_issue_7976_4_level.rs | 0 .../{ => flex}/bevy_issue_7976_reduced.rs | 0 tests/generated/{ => flex}/bevy_issue_8017.rs | 0 .../{ => flex}/bevy_issue_8017_reduced.rs | 0 tests/generated/{ => flex}/bevy_issue_8082.rs | 0 .../{ => flex}/bevy_issue_8082_percent.rs | 0 tests/generated/{ => flex}/bevy_issue_9530.rs | 2 +- .../{ => flex}/bevy_issue_9530_reduced.rs | 4 +- .../{ => flex}/bevy_issue_9530_reduced2.rs | 4 +- .../{ => flex}/bevy_issue_9530_reduced3.rs | 4 +- .../{ => flex}/bevy_issue_9530_reduced4.rs | 4 +- .../{ => flex}/border_center_child.rs | 0 .../border_container_match_child.rs | 0 .../generated/{ => flex}/border_flex_child.rs | 0 tests/generated/{ => flex}/border_no_child.rs | 0 tests/generated/{ => flex}/border_no_size.rs | 0 .../{ => flex}/border_stretch_child.rs | 0 .../{ => flex}/child_min_max_width_flexing.rs | 0 .../child_with_padding_align_end.rs | 0 .../container_with_unsized_child.rs | 0 tests/generated/{ => flex}/display_none.rs | 0 .../{ => flex}/display_none_absolute_child.rs | 0 .../{ => flex}/display_none_fixed_size.rs | 0 .../{ => flex}/display_none_only_node.rs | 0 .../{ => flex}/display_none_with_child.rs | 0 .../{ => flex}/display_none_with_margin.rs | 0 .../{ => flex}/display_none_with_position.rs | 0 .../display_none_with_position_absolute.rs | 0 ...to_height_of_its_overflow_hidden_parent.rs | 0 ...x_basis_and_main_dimen_set_when_flexing.rs | 0 .../{ => flex}/flex_basis_flex_grow_column.rs | 0 .../{ => flex}/flex_basis_flex_grow_row.rs | 0 .../flex_basis_flex_shrink_column.rs | 0 .../{ => flex}/flex_basis_flex_shrink_row.rs | 0 .../flex_basis_larger_than_content_column.rs | 0 .../flex_basis_larger_than_content_row.rs | 0 .../flex_basis_overrides_main_size.rs | 0 ..._then_content_with_flex_grow_large_size.rs | 0 .../flex_basis_smaller_than_content_column.rs | 0 .../flex_basis_smaller_than_content_row.rs | 0 ...ex_basis_smaller_than_main_dimen_column.rs | 0 .../flex_basis_smaller_than_main_dimen_row.rs | 0 ..._then_content_with_flex_grow_large_size.rs | 0 ..._then_content_with_flex_grow_small_size.rs | 0 ...ontent_with_flex_grow_unconstraint_size.rs | 0 ..._content_with_flex_grow_very_large_size.rs | 0 .../flex_basis_unconstraint_column.rs | 0 .../{ => flex}/flex_basis_unconstraint_row.rs | 0 .../flex_basis_zero_undefined_main_size.rs | 0 .../flex_column_relative_all_sides.rs | 0 .../{ => flex}/flex_direction_column.rs | 0 .../flex_direction_column_no_height.rs | 0 .../flex_direction_column_reverse.rs | 0 ...flex_direction_column_reverse_no_height.rs | 0 .../{ => flex}/flex_direction_row.rs | 0 .../{ => flex}/flex_direction_row_no_width.rs | 0 .../{ => flex}/flex_direction_row_reverse.rs | 0 tests/generated/{ => flex}/flex_grow_child.rs | 0 .../flex_grow_flex_basis_percent_min_max.rs | 0 .../{ => flex}/flex_grow_height_maximized.rs | 0 .../flex_grow_in_at_most_container.rs | 0 .../flex_grow_less_than_factor_one.rs | 0 .../{ => flex}/flex_grow_root_minimized.rs | 0 .../{ => flex}/flex_grow_shrink_at_most.rs | 0 .../generated/{ => flex}/flex_grow_to_min.rs | 0 ...flex_grow_within_constrained_max_column.rs | 0 .../flex_grow_within_constrained_max_row.rs | 0 .../flex_grow_within_constrained_max_width.rs | 0 ...flex_grow_within_constrained_min_column.rs | 0 ..._grow_within_constrained_min_max_column.rs | 0 .../flex_grow_within_constrained_min_row.rs | 0 .../{ => flex}/flex_grow_within_max_width.rs | 0 .../generated/{ => flex}/flex_root_ignored.rs | 0 .../{ => flex}/flex_row_relative_all_sides.rs | 0 ...ex_shrink_by_outer_margin_with_max_size.rs | 0 ...flex_grow_child_flex_shrink_other_child.rs | 0 .../{ => flex}/flex_shrink_flex_grow_row.rs | 0 .../{ => flex}/flex_shrink_to_zero.rs | 0 .../flex_wrap_align_stretch_fits_one_row.rs | 0 ...ren_with_min_main_overriding_flex_basis.rs | 0 .../flex_wrap_wrap_to_child_height.rs | 0 .../gap_column_gap_child_margins.rs | 0 .../gap_column_gap_determines_parent_width.rs | 0 .../{ => flex}/gap_column_gap_flexible.rs | 0 ...ap_column_gap_flexible_undefined_parent.rs | 0 .../{ => flex}/gap_column_gap_inflexible.rs | 0 ..._column_gap_inflexible_undefined_parent.rs | 0 .../gap_column_gap_justify_center.rs | 0 .../gap_column_gap_justify_flex_end.rs | 0 .../gap_column_gap_justify_flex_start.rs | 0 .../gap_column_gap_justify_space_around.rs | 0 .../gap_column_gap_justify_space_between.rs | 0 .../gap_column_gap_justify_space_evenly.rs | 0 .../gap_column_gap_mixed_flexible.rs | 0 ..._percentage_cyclic_partially_shrinkable.rs | 0 ...column_gap_percentage_cyclic_shrinkable.rs | 0 ...lumn_gap_percentage_cyclic_unshrinkable.rs | 0 .../gap_column_gap_percentage_flexible.rs | 0 ...mn_gap_percentage_flexible_with_padding.rs | 0 .../gap_column_gap_percentage_inflexible.rs | 0 .../gap_column_gap_row_gap_wrapping.rs | 0 .../gap_column_gap_wrap_align_center.rs | 0 .../gap_column_gap_wrap_align_flex_end.rs | 0 .../gap_column_gap_wrap_align_flex_start.rs | 0 .../gap_column_gap_wrap_align_space_around.rs | 0 ...gap_column_gap_wrap_align_space_between.rs | 0 .../gap_column_gap_wrap_align_stretch.rs | 0 .../{ => flex}/gap_column_row_gap_wrapping.rs | 0 .../{ => flex}/gap_row_gap_align_items_end.rs | 0 .../gap_row_gap_align_items_stretch.rs | 0 .../gap_row_gap_column_child_margins.rs | 0 .../gap_row_gap_determines_parent_height.rs | 0 .../gap_row_gap_percentage_wrapping.rs | 0 .../gap_row_gap_row_wrap_child_margins.rs | 0 .../intrinsic_sizing_cross_size_column.rs | 4 +- .../intrinsic_sizing_main_size_column.rs | 4 +- ...ntrinsic_sizing_main_size_column_nested.rs | 4 +- .../intrinsic_sizing_main_size_column_wrap.rs | 8 +- .../intrinsic_sizing_main_size_row.rs | 4 +- .../intrinsic_sizing_main_size_row_nested.rs | 4 +- .../intrinsic_sizing_main_size_row_wrap.rs | 8 +- .../justify_content_column_center.rs | 0 .../justify_content_column_flex_end.rs | 0 .../justify_content_column_flex_start.rs | 0 ...fy_content_column_max_height_and_margin.rs | 0 ...fy_content_column_min_height_and_margin.rs | 0 ...ent_column_min_height_and_margin_bottom.rs | 0 ...ontent_column_min_height_and_margin_top.rs | 0 .../justify_content_column_space_around.rs | 0 .../justify_content_column_space_between.rs | 0 .../justify_content_column_space_evenly.rs | 0 .../{ => flex}/justify_content_min_max.rs | 0 ...padding_child_width_greater_than_parent.rs | 0 ...h_padding_child_width_lower_than_parent.rs | 0 .../justify_content_overflow_min_max.rs | 0 .../{ => flex}/justify_content_row_center.rs | 0 .../justify_content_row_flex_end.rs | 0 .../justify_content_row_flex_start.rs | 0 ...ustify_content_row_max_width_and_margin.rs | 0 ...ustify_content_row_min_width_and_margin.rs | 0 .../justify_content_row_space_around.rs | 0 .../justify_content_row_space_between.rs | 0 .../justify_content_row_space_evenly.rs | 0 .../{ => flex}/margin_and_flex_column.rs | 0 .../{ => flex}/margin_and_flex_row.rs | 0 .../{ => flex}/margin_and_stretch_column.rs | 0 .../{ => flex}/margin_and_stretch_row.rs | 0 .../{ => flex}/margin_auto_bottom.rs | 0 .../{ => flex}/margin_auto_bottom_and_top.rs | 0 ...rgin_auto_bottom_and_top_justify_center.rs | 0 .../generated/{ => flex}/margin_auto_left.rs | 0 .../{ => flex}/margin_auto_left_and_right.rs | 0 .../margin_auto_left_and_right_column.rs | 0 ...n_auto_left_and_right_column_and_center.rs | 0 .../margin_auto_left_and_right_stretch.rs | 0 ...rgin_auto_left_child_bigger_than_parent.rs | 0 ...left_fix_right_child_bigger_than_parent.rs | 0 ...uto_left_right_child_bigger_than_parent.rs | 0 .../margin_auto_left_stretching_child.rs | 0 .../margin_auto_mutiple_children_column.rs | 0 .../margin_auto_mutiple_children_row.rs | 0 .../generated/{ => flex}/margin_auto_right.rs | 0 tests/generated/{ => flex}/margin_auto_top.rs | 0 .../margin_auto_top_and_bottom_stretch.rs | 0 .../margin_auto_top_stretching_child.rs | 0 tests/generated/{ => flex}/margin_bottom.rs | 0 ...eft_auto_right_child_bigger_than_parent.rs | 0 tests/generated/{ => flex}/margin_left.rs | 0 tests/generated/{ => flex}/margin_right.rs | 0 ...margin_should_not_be_part_of_max_height.rs | 0 .../margin_should_not_be_part_of_max_width.rs | 0 tests/generated/{ => flex}/margin_top.rs | 0 .../{ => flex}/margin_with_sibling_column.rs | 0 .../{ => flex}/margin_with_sibling_row.rs | 0 tests/generated/{ => flex}/max_height.rs | 0 .../{ => flex}/max_height_overrides_height.rs | 0 .../max_height_overrides_height_on_root.rs | 0 tests/generated/{ => flex}/max_width.rs | 0 .../{ => flex}/max_width_overrides_width.rs | 0 .../max_width_overrides_width_on_root.rs | 0 tests/generated/{ => flex}/measure_child.rs | 4 +- .../{ => flex}/measure_child_absolute.rs | 4 +- .../{ => flex}/measure_child_constraint.rs | 2 +- ...measure_child_constraint_padding_parent.rs | 2 +- .../measure_child_with_flex_grow.rs | 4 +- .../measure_child_with_flex_shrink.rs | 4 +- .../measure_child_with_flex_shrink_hidden.rs | 4 +- ...h_min_size_greater_than_available_space.rs | 4 +- .../measure_flex_basis_overrides_measure.rs | 4 +- .../measure_height_overrides_measure.rs | 4 +- .../measure_remeasure_child_after_growing.rs | 4 +- ...measure_remeasure_child_after_shrinking.rs | 4 +- ...easure_remeasure_child_after_stretching.rs | 4 +- tests/generated/{ => flex}/measure_root.rs | 4 +- .../measure_stretch_overrides_measure.rs | 4 +- .../measure_width_overrides_measure.rs | 4 +- tests/generated/{ => flex}/min_height.rs | 0 .../min_height_larger_than_height.rs | 0 .../{ => flex}/min_height_overrides_height.rs | 0 .../min_height_overrides_height_on_root.rs | 0 .../min_height_overrides_max_height.rs | 0 .../min_height_with_nested_fixed_height.rs | 0 .../min_max_percent_different_width_height.rs | 4 +- .../min_max_percent_no_width_height.rs | 0 tests/generated/{ => flex}/min_width.rs | 0 .../{ => flex}/min_width_larger_than_width.rs | 0 .../min_width_overrides_max_width.rs | 0 .../{ => flex}/min_width_overrides_width.rs | 0 .../min_width_overrides_width_on_root.rs | 0 tests/generated/flex/mod.rs | 456 +++++++ .../{ => flex}/nested_overflowing_child.rs | 0 ..._overflowing_child_in_constraint_parent.rs | 0 ...ly_shrinkable_item_with_flex_basis_zero.rs | 0 .../{ => flex}/overflow_cross_axis.rs | 0 .../{ => flex}/overflow_main_axis.rs | 0 .../overflow_main_axis_shrink_hidden.rs | 4 +- .../overflow_main_axis_shrink_scroll.rs | 4 +- .../overflow_main_axis_shrink_visible.rs | 4 +- ...ow_scroll_main_axis_justify_content_end.rs | 0 ...scrollbars_overriden_by_available_space.rs | 0 ...erflow_scrollbars_overriden_by_max_size.rs | 0 .../overflow_scrollbars_overriden_by_size.rs | 0 ...flow_scrollbars_take_up_space_both_axis.rs | 0 ...low_scrollbars_take_up_space_cross_axis.rs | 0 ...flow_scrollbars_take_up_space_main_axis.rs | 0 .../{ => flex}/padding_align_end_child.rs | 0 .../padding_border_overrides_max_size.rs | 0 .../padding_border_overrides_min_size.rs | 0 .../padding_border_overrides_size.rs | 0 ...ding_border_overrides_size_flex_basis_0.rs | 0 ...er_overrides_size_flex_basis_0_growable.rs | 0 .../{ => flex}/padding_center_child.rs | 0 .../padding_container_match_child.rs | 0 .../{ => flex}/padding_flex_child.rs | 0 .../generated/{ => flex}/padding_no_child.rs | 0 tests/generated/{ => flex}/padding_no_size.rs | 0 .../{ => flex}/padding_stretch_child.rs | 0 ...rent_wrap_child_size_overflowing_parent.rs | 0 .../{ => flex}/percent_absolute_position.rs | 0 .../{ => flex}/percent_within_flex_grow.rs | 0 .../percentage_absolute_position.rs | 0 ...centage_container_in_wrapping_container.rs | 0 .../percentage_different_width_height.rs | 0 ...ercentage_different_width_height_column.rs | 0 .../{ => flex}/percentage_flex_basis.rs | 0 .../{ => flex}/percentage_flex_basis_cross.rs | 0 .../percentage_flex_basis_cross_max_height.rs | 0 .../percentage_flex_basis_cross_max_width.rs | 0 .../percentage_flex_basis_cross_min_height.rs | 0 .../percentage_flex_basis_cross_min_width.rs | 0 .../percentage_flex_basis_main_max_height.rs | 0 .../percentage_flex_basis_main_max_width.rs | 0 .../percentage_flex_basis_main_min_width.rs | 0 .../{ => flex}/percentage_main_max_height.rs | 0 ...in_should_calculate_based_only_on_width.rs | 0 .../percentage_moderate_complexity.rs | 0 .../percentage_moderate_complexity2.rs | 0 ...th_padding_margin_and_percentage_values.rs | 0 ...ng_should_calculate_based_only_on_width.rs | 0 .../percentage_position_bottom_right.rs | 0 .../percentage_position_left_top.rs | 0 ...centage_size_based_on_parent_inner_size.rs | 0 .../percentage_size_of_flex_basis.rs | 0 ...sizes_should_not_prevent_flex_shrinking.rs | 0 .../{ => flex}/percentage_width_height.rs | 0 ...tage_width_height_undefined_parent_size.rs | 0 ...th_rtl_should_position_withoutdirection.rs | 0 ...tive_position_should_not_nudge_siblings.rs | 0 ..._basis_flex_grow_row_prime_number_width.rs | 0 ...g_flex_basis_flex_grow_row_width_of_100.rs | 0 .../rounding_flex_basis_flex_shrink_row.rs | 0 ...rounding_flex_basis_overrides_main_size.rs | 0 .../{ => flex}/rounding_fractial_input_1.rs | 0 .../{ => flex}/rounding_fractial_input_2.rs | 0 .../{ => flex}/rounding_fractial_input_3.rs | 0 .../{ => flex}/rounding_fractial_input_4.rs | 0 .../{ => flex}/rounding_fractial_input_5.rs | 0 .../{ => flex}/rounding_fractial_input_6.rs | 0 .../{ => flex}/rounding_fractial_input_7.rs | 0 ...ounding_inner_node_controversy_combined.rs | 0 ...nding_inner_node_controversy_horizontal.rs | 0 ...ounding_inner_node_controversy_vertical.rs | 0 .../{ => flex}/rounding_total_fractial.rs | 0 .../rounding_total_fractial_nested.rs | 0 tests/generated/{ => flex}/simple_child.rs | 0 .../single_flex_child_after_absolute_child.rs | 0 .../{ => flex}/size_defined_by_child.rs | 0 .../size_defined_by_child_with_border.rs | 0 .../size_defined_by_child_with_padding.rs | 0 .../{ => flex}/size_defined_by_grand_child.rs | 0 .../undefined_height_with_min_max.rs | 0 .../undefined_width_with_min_max.rs | 0 .../undefined_width_with_min_max_row.rs | 0 ..._then_content_with_flex_grow_large_size.rs | 0 ..._then_content_with_flex_grow_small_size.rs | 0 ...ontent_with_flex_grow_unconstraint_size.rs | 0 ..._content_with_flex_grow_very_large_size.rs | 0 tests/generated/{ => flex}/wrap_child.rs | 0 tests/generated/{ => flex}/wrap_column.rs | 0 tests/generated/{ => flex}/wrap_grandchild.rs | 0 ..._nodes_with_content_sizing_margin_cross.rs | 0 ..._with_content_sizing_overflowing_margin.rs | 0 .../{ => flex}/wrap_reverse_column.rs | 0 .../wrap_reverse_column_fixed_size.rs | 0 .../generated/{ => flex}/wrap_reverse_row.rs | 0 .../wrap_reverse_row_align_content_center.rs | 0 ...ap_reverse_row_align_content_flex_start.rs | 0 ..._reverse_row_align_content_space_around.rs | 0 .../wrap_reverse_row_align_content_stretch.rs | 0 ..._reverse_row_single_line_different_size.rs | 0 tests/generated/{ => flex}/wrap_row.rs | 0 .../{ => flex}/wrap_row_align_items_center.rs | 0 .../wrap_row_align_items_flex_end.rs | 0 .../{ => flex}/wrapped_column_max_height.rs | 0 .../wrapped_column_max_height_flex.rs | 0 .../wrapped_row_within_align_items_center.rs | 0 ...wrapped_row_within_align_items_flex_end.rs | 0 ...apped_row_within_align_items_flex_start.rs | 0 .../grid_absolute_align_self_sized_all.rs | 0 .../{ => grid}/grid_absolute_column_end.rs | 0 .../{ => grid}/grid_absolute_column_start.rs | 0 .../grid_absolute_container_bottom_left.rs | 0 ...d_absolute_container_bottom_left_margin.rs | 0 ...absolute_container_left_overrides_right.rs | 0 .../grid_absolute_container_left_right.rs | 0 ...id_absolute_container_left_right_margin.rs | 0 ...id_absolute_container_negative_position.rs | 0 ...lute_container_negative_position_margin.rs | 0 .../grid_absolute_container_top_bottom.rs | 0 ...id_absolute_container_top_bottom_margin.rs | 0 .../grid_absolute_container_top_right.rs | 0 ...rid_absolute_container_top_right_margin.rs | 0 .../grid_absolute_justify_self_sized_all.rs | 0 .../grid_absolute_layout_within_border.rs | 0 ...id_absolute_layout_within_border_static.rs | 0 .../{ => grid}/grid_absolute_row_end.rs | 0 .../{ => grid}/grid_absolute_row_start.rs | 0 .../grid_absolute_top_overrides_bottom.rs | 0 .../{ => grid}/grid_absolute_with_padding.rs | 0 .../grid_absolute_with_padding_and_margin.rs | 0 .../{ => grid}/grid_align_content_center.rs | 0 .../{ => grid}/grid_align_content_end.rs | 0 ...d_align_content_end_with_padding_border.rs | 0 .../grid_align_content_space_around.rs | 0 ...ontent_space_around_with_padding_border.rs | 0 .../grid_align_content_space_between.rs | 0 ...ntent_space_between_with_padding_border.rs | 0 .../grid_align_content_space_evenly.rs | 0 ...ontent_space_evenly_with_padding_border.rs | 0 .../{ => grid}/grid_align_content_start.rs | 0 ...align_content_start_with_padding_border.rs | 0 .../{ => grid}/grid_align_items_baseline.rs | 0 .../grid_align_items_baseline_child.rs | 0 .../grid_align_items_baseline_child_margin.rs | 0 ...ign_items_baseline_child_margin_percent.rs | 0 ...id_align_items_baseline_child_multiline.rs | 0 ...ild_multiline_no_override_on_secondline.rs | 0 ...items_baseline_child_multiline_override.rs | 0 ...grid_align_items_baseline_child_padding.rs | 0 .../grid_align_items_baseline_child_top.rs | 0 .../grid_align_items_baseline_child_top2.rs | 0 .../grid_align_items_baseline_complex.rs | 0 ...lign_items_baseline_double_nested_child.rs | 0 .../grid_align_items_baseline_multiline.rs | 0 ...d_align_items_baseline_multiline_column.rs | 0 ...items_baseline_multiline_row_and_column.rs | 0 ...grid_align_items_baseline_nested_column.rs | 0 .../grid_align_items_sized_center.rs | 0 .../{ => grid}/grid_align_items_sized_end.rs | 0 .../grid_align_items_sized_start.rs | 0 .../grid_align_items_sized_stretch.rs | 0 .../{ => grid}/grid_align_self_sized_all.rs | 0 ...ct_ratio_overrides_height_of_full_inset.rs | 0 ...t_ratio_absolute_fill_height_from_inset.rs | 0 ...ct_ratio_absolute_fill_width_from_inset.rs | 0 ...t_ratio_absolute_height_overrides_inset.rs | 0 ...ct_ratio_absolute_width_overrides_inset.rs | 0 ..._aspect_ratio_child_fill_content_height.rs | 4 +- ...d_aspect_ratio_child_fill_content_width.rs | 4 +- .../grid_aspect_ratio_fill_child_height.rs | 0 ...grid_aspect_ratio_fill_child_max_height.rs | 4 +- .../grid_aspect_ratio_fill_child_max_width.rs | 4 +- ...grid_aspect_ratio_fill_child_min_height.rs | 0 .../grid_aspect_ratio_fill_child_min_width.rs | 4 +- .../grid_aspect_ratio_fill_child_width.rs | 0 ...spect_ratio_overriden_by_explicit_sizes.rs | 0 ..._ratio_overriden_by_explicit_sizes_flex.rs | 0 .../generated/{ => grid}/grid_auto_columns.rs | 0 .../grid_auto_columns_fixed_width.rs | 0 .../{ => grid}/grid_auto_fill_fixed_size.rs | 0 .../grid_auto_fill_with_empty_auto_track.rs | 0 .../grid_auto_fit_with_empty_auto_track.rs | 0 tests/generated/{ => grid}/grid_auto_rows.rs | 0 .../{ => grid}/grid_auto_single_item.rs | 0 .../grid_auto_single_item_fixed_width.rs | 0 ...le_item_fixed_width_with_definite_width.rs | 0 .../grid_auto_takes_precedence_over_fr.rs | 0 ...vailable_space_greater_than_max_content.rs | 8 +- ...vailable_space_smaller_than_max_content.rs | 8 +- ...vailable_space_smaller_than_min_content.rs | 8 +- tests/generated/{ => grid}/grid_basic.rs | 0 .../{ => grid}/grid_basic_implicit_tracks.rs | 0 .../{ => grid}/grid_basic_with_overflow.rs | 0 .../{ => grid}/grid_basic_with_padding.rs | 0 .../grid_display_none_fixed_size.rs | 0 ...d_fit_content_percent_definite_argument.rs | 4 +- ...it_content_percent_definite_max_content.rs | 4 +- ...it_content_percent_definite_min_content.rs | 4 +- ...fit_content_percent_indefinite_argument.rs | 4 +- ..._content_percent_indefinite_max_content.rs | 4 +- ...t_percent_indefinite_max_content_hidden.rs | 4 +- ..._content_percent_indefinite_min_content.rs | 4 +- ...t_percent_indefinite_min_content_hidden.rs | 4 +- .../grid_fit_content_points_argument.rs | 4 +- .../grid_fit_content_points_max_content.rs | 4 +- .../grid_fit_content_points_min_content.rs | 4 +- ...d_fit_content_points_min_content_hidden.rs | 4 +- ...id_fr_fixed_size_no_content_proportions.rs | 0 ...d_size_no_content_proportions_sub_1_sum.rs | 0 .../grid_fr_fixed_size_single_item.rs | 0 .../grid_fr_no_sized_items_indefinite.rs | 0 .../grid_fr_single_item_indefinite.rs | 0 .../{ => grid}/grid_fr_span_2_proportion.rs | 0 .../grid_fr_span_2_proportion_sub_1_sum.rs | 0 ...pan_2_proportion_with_non_spanned_track.rs | 0 .../grid_fr_span_2_proportion_zero_sum.rs | 0 ...portion_zero_sum_with_non_spanned_track.rs | 0 tests/generated/{ => grid}/grid_gap.rs | 0 tests/generated/{ => grid}/grid_hidden.rs | 0 .../{ => grid}/grid_justify_content_center.rs | 0 ...tify_content_center_with_padding_border.rs | 0 .../{ => grid}/grid_justify_content_end.rs | 0 ...justify_content_end_with_padding_border.rs | 0 .../grid_justify_content_space_around.rs | 0 ...ontent_space_around_with_padding_border.rs | 0 .../grid_justify_content_space_between.rs | 0 ...ntent_space_between_with_padding_border.rs | 0 .../grid_justify_content_space_evenly.rs | 0 ...ontent_space_evenly_with_padding_border.rs | 0 .../{ => grid}/grid_justify_content_start.rs | 0 ...stify_content_start_with_padding_border.rs | 0 .../grid_justify_items_sized_center.rs | 0 .../grid_justify_items_sized_end.rs | 0 .../grid_justify_items_sized_start.rs | 0 .../grid_justify_items_sized_stretch.rs | 0 .../{ => grid}/grid_justify_self_sized_all.rs | 0 .../{ => grid}/grid_margins_auto_margins.rs | 0 ...d_margins_auto_margins_override_stretch.rs | 4 +- .../{ => grid}/grid_margins_fixed_center.rs | 0 .../{ => grid}/grid_margins_fixed_end.rs | 0 .../{ => grid}/grid_margins_fixed_start.rs | 0 .../{ => grid}/grid_margins_fixed_stretch.rs | 0 .../{ => grid}/grid_margins_percent_center.rs | 0 .../{ => grid}/grid_margins_percent_end.rs | 0 .../{ => grid}/grid_margins_percent_start.rs | 0 .../grid_margins_percent_stretch.rs | 0 .../grid_max_content_maximum_single_item.rs | 4 +- .../grid_max_content_single_item.rs | 4 +- ...rid_max_content_single_item_margin_auto.rs | 4 +- ...id_max_content_single_item_margin_fixed.rs | 4 +- ..._max_content_single_item_margin_percent.rs | 4 +- .../grid_max_content_single_item_span_2.rs | 4 +- ...ax_content_single_item_span_2_gap_fixed.rs | 4 +- ...single_item_span_2_gap_percent_definite.rs | 4 +- ...ngle_item_span_2_gap_percent_indefinite.rs | 4 +- ...grid_max_width_greater_than_max_content.rs | 8 +- ..._less_than_max_content_with_min_content.rs | 8 +- ...grid_max_width_smaller_than_max_content.rs | 8 +- ...grid_max_width_smaller_than_min_content.rs | 8 +- .../grid_min_content_flex_column.rs | 12 +- .../{ => grid}/grid_min_content_flex_row.rs | 12 +- .../grid_min_content_flex_single_item.rs | 4 +- ...in_content_flex_single_item_margin_auto.rs | 4 +- ...n_content_flex_single_item_margin_fixed.rs | 4 +- ...content_flex_single_item_margin_percent.rs | 4 +- .../grid_min_content_maximum_single_item.rs | 4 +- .../grid_min_content_single_item.rs | 4 +- .../{ => grid}/grid_minmax_auto_fixed_10px.rs | 4 +- .../grid_minmax_auto_max_content.rs | 4 +- .../grid_minmax_auto_min_content.rs | 4 +- .../grid_minmax_auto_percent_definite.rs | 4 +- .../grid_minmax_auto_percent_indefinite.rs | 4 +- ...d_minmax_column_fixed_width_above_range.rs | 0 ...d_minmax_column_fixed_width_below_range.rs | 0 ..._minmax_column_fixed_width_within_range.rs | 0 .../grid_minmax_column_indefinite.rs | 0 .../grid_minmax_column_with_auto_fixed.rs | 0 .../grid_minmax_column_with_fr_fixed.rs | 0 .../{ => grid}/grid_minmax_max_content_1fr.rs | 4 +- .../grid_minmax_max_content_auto.rs | 4 +- .../grid_minmax_max_content_fixed_10px.rs | 4 +- .../grid_minmax_max_content_min_content.rs | 4 +- ...rid_minmax_max_content_percent_definite.rs | 4 +- ...d_minmax_max_content_percent_indefinite.rs | 4 +- .../{ => grid}/grid_minmax_min_content_1fr.rs | 4 +- .../grid_minmax_min_content_auto.rs | 4 +- .../grid_minmax_min_content_fixed_10px.rs | 4 +- .../grid_minmax_min_content_max_content.rs | 4 +- ...rid_minmax_min_content_percent_definite.rs | 4 +- ...d_minmax_min_content_percent_indefinite.rs | 4 +- .../{ => grid}/grid_out_of_order_items.rs | 0 .../grid_overflow_inline_axis_hidden.rs | 4 +- .../grid_overflow_inline_axis_scroll.rs | 4 +- .../grid_overflow_inline_axis_visible.rs | 4 +- .../{ => grid}/grid_overflow_rows.rs | 4 +- ...scrollbars_overriden_by_available_space.rs | 0 ...erflow_scrollbars_overriden_by_max_size.rs | 0 ...d_overflow_scrollbars_overriden_by_size.rs | 0 ...flow_scrollbars_take_up_space_both_axis.rs | 0 ...verflow_scrollbars_take_up_space_x_axis.rs | 0 ...verflow_scrollbars_take_up_space_y_axis.rs | 0 ...ing_border_overrides_container_max_size.rs | 0 ...padding_border_overrides_container_size.rs | 0 .../grid_padding_border_overrides_max_size.rs | 0 .../grid_padding_border_overrides_min_size.rs | 0 .../grid_padding_border_overrides_size.rs | 0 .../grid_percent_item_inside_stretch_item.rs | 0 ...t_items_nested_inside_stretch_alignment.rs | 0 .../grid_percent_items_nested_moderate.rs | 0 .../grid_percent_items_nested_with_margin.rs | 0 ...ercent_items_nested_with_padding_margin.rs | 0 .../grid_percent_items_width_and_margin.rs | 0 .../grid_percent_items_width_and_padding.rs | 0 .../grid_percent_tracks_definite_overflow.rs | 0 .../grid_percent_tracks_definite_underflow.rs | 0 .../grid_percent_tracks_indefinite_only.rs | 0 ...tracks_indefinite_with_content_overflow.rs | 0 ...racks_indefinite_with_content_underflow.rs | 0 .../grid_placement_auto_negative.rs | 0 ...ndary_axis_with_fully_definite_negative.rs | 0 .../{ => grid}/grid_relative_all_sides.rs | 0 .../{ => grid}/grid_relayout_vertical_text.rs | 8 +- .../{ => grid}/grid_repeat_integer.rs | 0 .../generated/{ => grid}/grid_repeat_mixed.rs | 0 .../grid_size_child_fixed_tracks.rs | 20 +- ...13_most_non_flex_with_minmax_indefinite.rs | 4 +- ..._non_flex_with_minmax_indefinite_hidden.rs | 4 +- ...grid_span_2_max_content_auto_indefinite.rs | 4 +- ...an_2_max_content_auto_indefinite_hidden.rs | 0 ...max_content_fit_content_10px_indefinite.rs | 4 +- ...tent_fit_content_10px_indefinite_hidden.rs | 4 +- ...max_content_fit_content_80px_indefinite.rs | 4 +- ...tent_fit_content_80px_indefinite_hidden.rs | 4 +- ...an_2_max_content_max_content_indefinite.rs | 4 +- ...grid_span_2_min_content_auto_indefinite.rs | 4 +- ...an_2_min_content_auto_indefinite_hidden.rs | 4 +- ...min_content_fit_content_10px_indefinite.rs | 4 +- ...tent_fit_content_10px_indefinite_hidden.rs | 4 +- ...min_content_fit_content_30px_indefinite.rs | 4 +- ...tent_fit_content_30px_indefinite_hidden.rs | 4 +- ...min_content_fit_content_80px_indefinite.rs | 4 +- ...tent_fit_content_80px_indefinite_hidden.rs | 4 +- ...an_2_min_content_max_content_indefinite.rs | 4 +- ...an_2_min_content_min_content_indefinite.rs | 4 +- .../grid_span_6_all_non_flex_indefinite.rs | 4 +- ...d_span_6_all_non_flex_indefinite_hidden.rs | 4 +- .../grid_span_8_all_track_types_indefinite.rs | 4 +- tests/generated/grid/mod.rs | 478 +++++++ .../gridflex_column_integration.rs | 16 +- .../{ => gridflex}/gridflex_kitchen_sink.rs | 12 +- .../gridflex_kitchen_sink_minimise.rs | 0 .../gridflex_kitchen_sink_minimise2.rs | 0 .../gridflex_kitchen_sink_minimise3.rs | 0 .../gridflex_row_integration.rs | 16 +- tests/generated/gridflex/mod.rs | 12 + ...crollbars_affect_available_space_x_axis.rs | 4 +- ...crollbars_affect_available_space_y_axis.rs | 4 +- ...scrollbars_overriden_by_available_space.rs | 0 ...erflow_scrollbars_overriden_by_max_size.rs | 0 ...f_overflow_scrollbars_overriden_by_size.rs | 0 ...flow_scrollbars_take_up_space_both_axis.rs | 4 +- ...verflow_scrollbars_take_up_space_x_axis.rs | 4 +- ...verflow_scrollbars_take_up_space_y_axis.rs | 4 +- .../leaf_padding_border_overrides_max_size.rs | 0 .../leaf_padding_border_overrides_min_size.rs | 0 .../leaf_padding_border_overrides_size.rs | 0 .../leaf_with_content_and_border.rs | 4 +- .../leaf_with_content_and_padding.rs | 4 +- .../leaf_with_content_and_padding_border.rs | 4 +- tests/generated/leaf/mod.rs | 14 + tests/generated/mod.rs | 1176 +---------------- 1874 files changed, 3483 insertions(+), 3459 deletions(-) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html (65%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_height.html (64%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_height_from_inset.html (65%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_max_height.html (73%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_max_width.html (73%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_min_height.html (63%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_min_width.html (64%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_width.html (65%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_fill_width_from_inset.html (64%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_height_overrides_inset.html (65%) rename test_fixtures/{ => block}/block_absolute_aspect_ratio_width_overrides_inset.html (65%) rename test_fixtures/{ => block}/block_absolute_child_with_margin_x.html (75%) rename test_fixtures/{ => block}/block_absolute_child_with_margin_y.html (75%) rename test_fixtures/{ => block}/block_absolute_child_with_max_height.html (69%) rename test_fixtures/{ => block}/block_absolute_layout_child_order.html (74%) rename test_fixtures/{ => block}/block_absolute_layout_no_size.html (60%) rename test_fixtures/{ => block}/block_absolute_layout_percentage_bottom_based_on_parent_height.html (75%) rename test_fixtures/{ => block}/block_absolute_layout_percentage_height.html (65%) rename test_fixtures/{ => block}/block_absolute_layout_row_width_height_end_bottom.html (65%) rename test_fixtures/{ => block}/block_absolute_layout_start_top_end_bottom.html (66%) rename test_fixtures/{ => block}/block_absolute_layout_width_height_end_bottom.html (66%) rename test_fixtures/{ => block}/block_absolute_layout_width_height_start_top.html (66%) rename test_fixtures/{ => block}/block_absolute_layout_width_height_start_top_end_bottom.html (68%) rename test_fixtures/{ => block}/block_absolute_layout_within_border.html (81%) rename test_fixtures/{ => block}/block_absolute_margin_auto_bottom_and_top_with_inset.html (68%) rename test_fixtures/{ => block}/block_absolute_margin_auto_bottom_and_top_without_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_bottom_with_inset.html (68%) rename test_fixtures/{ => block}/block_absolute_margin_auto_bottom_without_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_and_right_with_inset.html (68%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_and_right_without_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.html (64%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.html (67%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.html (67%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_with_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_left_without_inset.html (64%) rename test_fixtures/{ => block}/block_absolute_margin_auto_mutiple_children_with_inset.html (75%) rename test_fixtures/{ => block}/block_absolute_margin_auto_mutiple_children_without_inset.html (72%) rename test_fixtures/{ => block}/block_absolute_margin_auto_right_with_inset.html (68%) rename test_fixtures/{ => block}/block_absolute_margin_auto_right_without_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_auto_top_with_inset.html (68%) rename test_fixtures/{ => block}/block_absolute_margin_auto_top_without_inset.html (66%) rename test_fixtures/{ => block}/block_absolute_margin_bottom_left_with_inset.html (70%) rename test_fixtures/{ => block}/block_absolute_margin_bottom_left_without_inset.html (67%) rename test_fixtures/{ => block}/block_absolute_minmax_bottom_right_max.html (69%) rename test_fixtures/{ => block}/block_absolute_minmax_bottom_right_min_max.html (69%) rename test_fixtures/{ => block}/block_absolute_minmax_bottom_right_min_max_preferred.html (71%) rename test_fixtures/{ => block}/block_absolute_minmax_top_left_bottom_right_max.html (68%) rename test_fixtures/{ => block}/block_absolute_minmax_top_left_bottom_right_min_max.html (70%) rename test_fixtures/{ => block}/block_absolute_no_styles.html (65%) rename test_fixtures/{ => block}/block_absolute_padding_border_overrides_max_size.html (69%) rename test_fixtures/{ => block}/block_absolute_padding_border_overrides_size.html (69%) rename test_fixtures/{ => block}/block_align_baseline_child.html (73%) rename test_fixtures/{ => block}/block_align_baseline_child_margin.html (73%) rename test_fixtures/{ => block}/block_align_baseline_child_margin_percent.html (74%) rename test_fixtures/{ => block}/block_align_baseline_child_padding.html (74%) rename test_fixtures/{ => block}/block_align_baseline_child_top.html (73%) rename test_fixtures/{ => block}/block_align_baseline_child_top2.html (73%) rename test_fixtures/{ => block}/block_align_baseline_double_nested_child.html (76%) rename test_fixtures/{ => block}/block_aspect_ratio_fill_height.html (63%) rename test_fixtures/{ => block}/block_aspect_ratio_fill_max_height.html (74%) rename test_fixtures/{ => block}/block_aspect_ratio_fill_max_width.html (67%) rename test_fixtures/{ => block}/block_aspect_ratio_fill_min_height.html (63%) rename test_fixtures/{ => block}/block_aspect_ratio_fill_min_width.html (64%) rename test_fixtures/{ => block}/block_aspect_ratio_fill_width.html (63%) rename test_fixtures/{ => block}/block_basic.html (61%) rename test_fixtures/{ => block}/block_border_fixed_size.html (65%) rename test_fixtures/{ => block}/block_border_intrinsic_size.html (64%) rename test_fixtures/{ => block}/block_border_percentage_fixed_size.html (67%) rename test_fixtures/{ => block}/block_border_percentage_intrinsic_size.html (65%) rename test_fixtures/{ => block}/block_display_none.html (66%) rename test_fixtures/{ => block}/block_display_none_with_child.html (69%) rename test_fixtures/{ => block}/block_display_none_with_inset.html (65%) rename test_fixtures/{ => block}/block_display_none_with_margin.html (66%) rename test_fixtures/{ => block}/block_display_none_with_position_absolute.html (64%) rename test_fixtures/{ => block}/block_inset_fixed.html (71%) rename test_fixtures/{ => block}/block_inset_percentage.html (70%) rename test_fixtures/{ => block}/block_intrinsic_width.html (61%) rename test_fixtures/{ => block}/block_margin_auto_bottom.html (68%) rename test_fixtures/{ => block}/block_margin_auto_bottom_and_top.html (68%) rename test_fixtures/{ => block}/block_margin_auto_left.html (66%) rename test_fixtures/{ => block}/block_margin_auto_left_and_right.html (68%) rename test_fixtures/{ => block}/block_margin_auto_left_child_bigger_than_parent.html (62%) rename test_fixtures/{ => block}/block_margin_auto_left_fix_right_child_bigger_than_parent.html (64%) rename test_fixtures/{ => block}/block_margin_auto_left_right_child_bigger_than_parent.html (64%) rename test_fixtures/{ => block}/block_margin_auto_mutiple_children.html (73%) rename test_fixtures/{ => block}/block_margin_auto_right.html (68%) rename test_fixtures/{ => block}/block_margin_auto_top.html (68%) rename test_fixtures/{ => block}/block_margin_x_fixed_auto_bottom.html (64%) rename test_fixtures/{ => block}/block_margin_x_fixed_auto_left.html (64%) rename test_fixtures/{ => block}/block_margin_x_fixed_auto_left_and_right.html (66%) rename test_fixtures/{ => block}/block_margin_x_fixed_auto_right.html (64%) rename test_fixtures/{ => block}/block_margin_x_fixed_auto_top.html (64%) rename test_fixtures/{ => block}/block_margin_x_fixed_size_negative.html (65%) rename test_fixtures/{ => block}/block_margin_x_fixed_size_positive.html (65%) rename test_fixtures/{ => block}/block_margin_x_intrinsic_size_negative.html (64%) rename test_fixtures/{ => block}/block_margin_x_intrinsic_size_positive.html (64%) rename test_fixtures/{ => block}/block_margin_x_percentage_fixed_size_negative.html (65%) rename test_fixtures/{ => block}/block_margin_x_percentage_fixed_size_positive.html (65%) rename test_fixtures/{ => block}/block_margin_x_percentage_intrinsic_size_other_negative.html (65%) rename test_fixtures/{ => block}/block_margin_x_percentage_intrinsic_size_other_positive.html (65%) rename test_fixtures/{ => block}/block_margin_x_percentage_intrinsic_size_self_negative.html (62%) rename test_fixtures/{ => block}/block_margin_x_percentage_intrinsic_size_self_positive.html (62%) rename test_fixtures/{ => block}/block_margin_y_collapse_complex.html (82%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_aspect_ratio.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_border_bottom.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_border_top.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_height.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_line_box.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_min_height.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_padding_bottom.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_blocked_by_padding_top.html (73%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_negative.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_positive.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_positive_and_negative.html (72%) rename test_fixtures/{ => block}/block_margin_y_collapse_through_with_absolute_child.html (74%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_blocked_by_border_top.html (70%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.html (70%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.html (70%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.html (70%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.html (70%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_blocked_by_padding_top.html (69%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_negative_equal.html (69%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_negative_parent_larger.html (68%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_negative_parent_smaller.html (68%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.html (70%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.html (70%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_positive_and_negative.html (81%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_positive_equal.html (68%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_positive_parent_larger.html (68%) rename test_fixtures/{ => block}/block_margin_y_first_child_collapse_positive_parent_smaller.html (68%) rename test_fixtures/{ => block}/block_margin_y_first_granchild_collapse_positive_and_negative.html (85%) rename test_fixtures/{ => block}/block_margin_y_first_granchild_collapse_positive_equal.html (72%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_blocked_by_border_bottom.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_blocked_by_padding_bottom.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_negative_equal.html (69%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_negative_parent_larger.html (69%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_negative_parent_smaller.html (69%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_not_blocked_by_border_top.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_not_blocked_by_padding_top.html (70%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_positive_and_negative.html (81%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_positive_equal.html (69%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_positive_parent_larger.html (69%) rename test_fixtures/{ => block}/block_margin_y_last_child_collapse_positive_parent_smaller.html (69%) rename test_fixtures/{ => block}/block_margin_y_last_granchild_collapse_positive_equal.html (73%) rename test_fixtures/{ => block}/block_margin_y_sibling_collapse_negative.html (75%) rename test_fixtures/{ => block}/block_margin_y_sibling_collapse_negative_percentage.html (75%) rename test_fixtures/{ => block}/block_margin_y_sibling_collapse_positive.html (75%) rename test_fixtures/{ => block}/block_margin_y_sibling_collapse_positive_and_negative.html (82%) rename test_fixtures/{ => block}/block_margin_y_sibling_collapse_positive_and_negative_percentage.html (81%) rename test_fixtures/{ => block}/block_margin_y_sibling_collapse_positive_percentage.html (75%) rename test_fixtures/{ => block}/block_margin_y_simple_negative.html (65%) rename test_fixtures/{ => block}/block_margin_y_simple_negative_percentage_other.html (66%) rename test_fixtures/{ => block}/block_margin_y_simple_negative_percentage_self.html (66%) rename test_fixtures/{ => block}/block_margin_y_simple_positive.html (65%) rename test_fixtures/{ => block}/block_margin_y_simple_positive_percentage_other.html (65%) rename test_fixtures/{ => block}/block_margin_y_simple_positive_percentage_self.html (65%) rename test_fixtures/{ => block}/block_margin_y_total_collapse.html (76%) rename test_fixtures/{ => block}/block_margin_y_total_collapse_complex.html (82%) rename test_fixtures/{ => block}/block_overflow_scrollbars_overriden_by_available_space.html (66%) rename test_fixtures/{ => block}/block_overflow_scrollbars_overriden_by_max_size.html (63%) rename test_fixtures/{ => block}/block_overflow_scrollbars_overriden_by_size.html (63%) rename test_fixtures/{ => block}/block_overflow_scrollbars_take_up_space_both_axis.html (63%) rename test_fixtures/{ => block}/block_overflow_scrollbars_take_up_space_cross_axis.html (63%) rename test_fixtures/{ => block}/block_overflow_scrollbars_take_up_space_main_axis.html (63%) rename test_fixtures/{ => block}/block_padding_border_fixed_size.html (67%) rename test_fixtures/{ => block}/block_padding_border_intrinsic_size.html (66%) rename test_fixtures/{ => block}/block_padding_border_overrides_max_size.html (69%) rename test_fixtures/{ => block}/block_padding_border_overrides_min_size.html (69%) rename test_fixtures/{ => block}/block_padding_border_overrides_size.html (68%) rename test_fixtures/{ => block}/block_padding_border_percentage_fixed_size.html (68%) rename test_fixtures/{ => block}/block_padding_border_percentage_intrinsic_size.html (66%) rename test_fixtures/{ => block}/block_padding_fixed_size.html (65%) rename test_fixtures/{ => block}/block_padding_intrinsic_size.html (64%) rename test_fixtures/{ => block}/block_padding_percentage_fixed_size.html (66%) rename test_fixtures/{ => block}/block_padding_percentage_intrinsic_size.html (64%) rename test_fixtures/{ => blockflex}/blockflex_block_in_flex_column.html (66%) rename test_fixtures/{ => blockflex}/blockflex_block_in_flex_row.html (64%) rename test_fixtures/{ => blockflex}/blockflex_flex_in_block.html (68%) rename test_fixtures/{ => blockflex}/blockflex_margin_y_collapse_through_blocked_by_flex.html (72%) rename test_fixtures/{ => blockflex}/blockflex_margin_y_first_child_collapse_blocked_by_flex.html (68%) rename test_fixtures/{ => blockflex}/blockflex_margin_y_last_child_collapse_blocked_by_flex.html (69%) rename test_fixtures/{ => blockflex}/blockflex_overflow_hidden.html (69%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_auto.html (65%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_fixed_fit_content_larger.html (66%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_fixed_fit_content_middle.html (66%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_fixed_fit_content_smaller.html (66%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_fixed_larger.html (65%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_fixed_middle.html (65%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_fixed_smaller.html (65%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_fr.html (65%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_max_content.html (65%) rename test_fixtures/{ => blockgrid}/blockgrid_block_in_grid_min_content.html (65%) rename test_fixtures/{ => blockgrid}/blockgrid_grid_in_block.html (68%) rename test_fixtures/{ => blockgrid}/blockgrid_margin_y_collapse_through_blocked_by_grid.html (72%) rename test_fixtures/{ => blockgrid}/blockgrid_margin_y_first_child_collapse_blocked_by_grid.html (68%) rename test_fixtures/{ => blockgrid}/blockgrid_margin_y_last_child_collapse_blocked_by_grid.html (69%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html (65%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_height.html (64%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_height_from_inset.html (64%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_max_height.html (73%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_max_width.html (73%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_min_height.html (63%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_min_width.html (63%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_width.html (64%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_fill_width_from_inset.html (64%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_height_overrides_inset.html (65%) rename test_fixtures/{ => flex}/absolute_aspect_ratio_width_overrides_inset.html (65%) rename test_fixtures/{ => flex}/absolute_child_with_cross_margin.html (80%) rename test_fixtures/{ => flex}/absolute_child_with_main_margin.html (64%) rename test_fixtures/{ => flex}/absolute_child_with_max_height.html (69%) rename test_fixtures/{ => flex}/absolute_child_with_max_height_larger_shrinkable_grandchild.html (71%) rename test_fixtures/{ => flex}/absolute_layout_align_items_and_justify_content_center.html (65%) rename test_fixtures/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_bottom_position.html (66%) rename test_fixtures/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_left_position.html (66%) rename test_fixtures/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_right_position.html (66%) rename test_fixtures/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_top_position.html (66%) rename test_fixtures/{ => flex}/absolute_layout_align_items_and_justify_content_flex_end.html (65%) rename test_fixtures/{ => flex}/absolute_layout_align_items_center.html (63%) rename test_fixtures/{ => flex}/absolute_layout_align_items_center_on_child_only.html (63%) rename test_fixtures/{ => flex}/absolute_layout_child_order.html (71%) rename test_fixtures/{ => flex}/absolute_layout_in_wrap_reverse_column_container.html (65%) rename test_fixtures/{ => flex}/absolute_layout_in_wrap_reverse_column_container_flex_end.html (67%) rename test_fixtures/{ => flex}/absolute_layout_in_wrap_reverse_row_container.html (65%) rename test_fixtures/{ => flex}/absolute_layout_in_wrap_reverse_row_container_flex_end.html (67%) rename test_fixtures/{ => flex}/absolute_layout_justify_content_center.html (63%) rename test_fixtures/{ => flex}/absolute_layout_no_size.html (58%) rename test_fixtures/{ => flex}/absolute_layout_percentage_bottom_based_on_parent_height.html (73%) rename test_fixtures/{ => flex}/absolute_layout_percentage_height.html (63%) rename test_fixtures/{ => flex}/absolute_layout_row_width_height_end_bottom.html (65%) rename test_fixtures/{ => flex}/absolute_layout_start_top_end_bottom.html (63%) rename test_fixtures/{ => flex}/absolute_layout_width_height_end_bottom.html (64%) rename test_fixtures/{ => flex}/absolute_layout_width_height_start_top.html (63%) rename test_fixtures/{ => flex}/absolute_layout_width_height_start_top_end_bottom.html (65%) rename test_fixtures/{ => flex}/absolute_layout_within_border.html (79%) rename test_fixtures/{ => flex}/absolute_margin_bottom_left.html (68%) rename test_fixtures/{ => flex}/absolute_minmax_bottom_right_max.html (66%) rename test_fixtures/{ => flex}/absolute_minmax_bottom_right_min_max.html (67%) rename test_fixtures/{ => flex}/absolute_minmax_bottom_right_min_max_preferred.html (69%) rename test_fixtures/{ => flex}/absolute_minmax_top_left_bottom_right_max.html (66%) rename test_fixtures/{ => flex}/absolute_minmax_top_left_bottom_right_min_max.html (68%) rename test_fixtures/{ => flex}/absolute_padding_border_overrides_max_size.html (67%) rename test_fixtures/{ => flex}/absolute_padding_border_overrides_size.html (66%) rename test_fixtures/{ => flex}/align_baseline.html (66%) rename test_fixtures/{ => flex}/align_baseline_child.html (73%) rename test_fixtures/{ => flex}/align_baseline_child_margin.html (73%) rename test_fixtures/{ => flex}/align_baseline_child_margin_percent.html (73%) rename test_fixtures/{ => flex}/align_baseline_child_multiline.html (76%) rename test_fixtures/{ => flex}/align_baseline_child_multiline_no_override_on_secondline.html (79%) rename test_fixtures/{ => flex}/align_baseline_child_multiline_override.html (79%) rename test_fixtures/{ => flex}/align_baseline_child_padding.html (73%) rename test_fixtures/{ => flex}/align_baseline_child_top.html (72%) rename test_fixtures/{ => flex}/align_baseline_child_top2.html (71%) rename test_fixtures/{ => flex}/align_baseline_column.html (67%) rename test_fixtures/{ => flex}/align_baseline_double_nested_child.html (73%) rename test_fixtures/{ => flex}/align_baseline_multiline.html (79%) rename test_fixtures/{ => flex}/align_baseline_multiline_column.html (79%) rename test_fixtures/{ => flex}/align_baseline_multiline_column2.html (81%) rename test_fixtures/{ => flex}/align_baseline_multiline_row_and_column.html (79%) rename test_fixtures/{ => flex}/align_baseline_nested_child.html (71%) rename test_fixtures/{ => flex}/align_baseline_nested_column.html (78%) rename test_fixtures/{ => flex}/align_center_should_size_based_on_content.html (71%) rename test_fixtures/{ => flex}/align_content_flex_end.html (76%) rename test_fixtures/{ => flex}/align_content_flex_start.html (76%) rename test_fixtures/{ => flex}/align_content_flex_start_with_flex.html (76%) rename test_fixtures/{ => flex}/align_content_flex_start_without_height_on_children.html (74%) rename test_fixtures/{ => flex}/align_content_not_stretch_with_align_items_stretch.html (74%) rename test_fixtures/{ => flex}/align_content_space_around_single_line.html (77%) rename test_fixtures/{ => flex}/align_content_space_around_wrapped.html (77%) rename test_fixtures/{ => flex}/align_content_space_between_single_line.html (77%) rename test_fixtures/{ => flex}/align_content_space_between_wrapped.html (77%) rename test_fixtures/{ => flex}/align_content_space_evenly_single_line.html (77%) rename test_fixtures/{ => flex}/align_content_space_evenly_wrapped.html (77%) rename test_fixtures/{ => flex}/align_content_spacearound.html (76%) rename test_fixtures/{ => flex}/align_content_spacebetween.html (76%) rename test_fixtures/{ => flex}/align_content_stretch.html (73%) rename test_fixtures/{ => flex}/align_content_stretch_column.html (76%) rename test_fixtures/{ => flex}/align_content_stretch_is_not_overriding_align_items.html (70%) rename test_fixtures/{ => flex}/align_content_stretch_row.html (72%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_children.html (75%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_fixed_height.html (73%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_flex.html (73%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_flex_no_shrink.html (74%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_margin.html (74%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_max_height.html (73%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_min_height.html (73%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_padding.html (74%) rename test_fixtures/{ => flex}/align_content_stretch_row_with_single_row.html (66%) rename test_fixtures/{ => flex}/align_flex_start_with_shrinking_children.html (69%) rename test_fixtures/{ => flex}/align_flex_start_with_shrinking_children_with_stretch.html (70%) rename test_fixtures/{ => flex}/align_flex_start_with_stretching_children.html (68%) rename test_fixtures/{ => flex}/align_items_center.html (61%) rename test_fixtures/{ => flex}/align_items_center_child_with_margin_bigger_than_parent.html (69%) rename test_fixtures/{ => flex}/align_items_center_child_without_margin_bigger_than_parent.html (67%) rename test_fixtures/{ => flex}/align_items_center_justify_content_center.html (77%) rename test_fixtures/{ => flex}/align_items_center_min_max_with_padding.html (69%) rename test_fixtures/{ => flex}/align_items_center_with_child_margin.html (63%) rename test_fixtures/{ => flex}/align_items_center_with_child_top.html (62%) rename test_fixtures/{ => flex}/align_items_flex_end.html (61%) rename test_fixtures/{ => flex}/align_items_flex_end_child_with_margin_bigger_than_parent.html (70%) rename test_fixtures/{ => flex}/align_items_flex_end_child_without_margin_bigger_than_parent.html (67%) rename test_fixtures/{ => flex}/align_items_flex_start.html (62%) rename test_fixtures/{ => flex}/align_items_min_max.html (65%) rename test_fixtures/{ => flex}/align_items_stretch.html (58%) rename test_fixtures/{ => flex}/align_items_stretch_min_cross.html (62%) rename test_fixtures/{ => flex}/align_self_baseline.html (70%) rename test_fixtures/{ => flex}/align_self_center.html (61%) rename test_fixtures/{ => flex}/align_self_center_undefined_max_height.html (69%) rename test_fixtures/{ => flex}/align_self_flex_end.html (61%) rename test_fixtures/{ => flex}/align_self_flex_end_override_flex_start.html (64%) rename test_fixtures/{ => flex}/align_self_flex_start.html (62%) rename test_fixtures/{ => flex}/align_stretch_should_size_based_on_parent.html (70%) rename test_fixtures/{ => flex}/android_news_feed.html (95%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_fill_height.html (65%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_fill_max_height.html (75%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_fill_max_width.html (69%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_fill_min_height.html (65%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_fill_min_width.html (66%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_fill_width.html (65%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_fill_width_flex.html (63%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_stretch_fill_height.html (63%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_stretch_fill_max_height.html (74%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_stretch_fill_max_width.html (68%) rename test_fixtures/{ => flex}/aspect_ratio_flex_column_stretch_fill_width.html (63%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_fill_height.html (63%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_fill_max_height.html (74%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_fill_max_width.html (67%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_fill_min_height.html (63%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_fill_min_width.html (64%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_fill_width.html (63%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_fill_width_flex.html (63%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_stretch_fill_height.html (61%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_stretch_fill_max_height.html (73%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_stretch_fill_max_width.html (66%) rename test_fixtures/{ => flex}/aspect_ratio_flex_row_stretch_fill_width.html (61%) rename test_fixtures/{ => flex}/bevy_issue_7976_3_level.html (72%) rename test_fixtures/{ => flex}/bevy_issue_7976_4_level.html (73%) rename test_fixtures/{ => flex}/bevy_issue_7976_reduced.html (59%) rename test_fixtures/{ => flex}/bevy_issue_8017.html (79%) rename test_fixtures/{ => flex}/bevy_issue_8017_reduced.html (67%) rename test_fixtures/{ => flex}/bevy_issue_8082.html (80%) rename test_fixtures/{ => flex}/bevy_issue_8082_percent.html (79%) rename test_fixtures/{ => flex}/bevy_issue_9530.html (95%) rename test_fixtures/{ => flex}/bevy_issue_9530_reduced.html (69%) rename test_fixtures/{ => flex}/bevy_issue_9530_reduced2.html (73%) rename test_fixtures/{ => flex}/bevy_issue_9530_reduced3.html (70%) rename test_fixtures/{ => flex}/bevy_issue_9530_reduced4.html (69%) rename test_fixtures/{ => flex}/border_center_child.html (70%) rename test_fixtures/{ => flex}/border_container_match_child.html (61%) rename test_fixtures/{ => flex}/border_flex_child.html (61%) rename test_fixtures/{ => flex}/border_no_child.html (52%) rename test_fixtures/{ => flex}/border_no_size.html (55%) rename test_fixtures/{ => flex}/border_stretch_child.html (60%) rename test_fixtures/{ => flex}/child_min_max_width_flexing.html (71%) rename test_fixtures/{ => flex}/child_with_padding_align_end.html (67%) rename test_fixtures/{ => flex}/container_with_unsized_child.html (55%) rename test_fixtures/{ => flex}/display_none.html (65%) rename test_fixtures/{ => flex}/display_none_absolute_child.html (69%) rename test_fixtures/{ => flex}/display_none_fixed_size.html (66%) rename test_fixtures/{ => flex}/display_none_only_node.html (55%) rename test_fixtures/{ => flex}/display_none_with_child.html (71%) rename test_fixtures/{ => flex}/display_none_with_margin.html (67%) rename test_fixtures/{ => flex}/display_none_with_position.html (65%) rename test_fixtures/{ => flex}/display_none_with_position_absolute.html (63%) rename test_fixtures/{ => flex}/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.html (69%) rename test_fixtures/{ => flex}/flex_basis_and_main_dimen_set_when_flexing.html (69%) rename test_fixtures/{ => flex}/flex_basis_flex_grow_column.html (65%) rename test_fixtures/{ => flex}/flex_basis_flex_grow_row.html (65%) rename test_fixtures/{ => flex}/flex_basis_flex_shrink_column.html (64%) rename test_fixtures/{ => flex}/flex_basis_flex_shrink_row.html (64%) rename test_fixtures/{ => flex}/flex_basis_larger_than_content_column.html (66%) rename test_fixtures/{ => flex}/flex_basis_larger_than_content_row.html (66%) rename test_fixtures/{ => flex}/flex_basis_overrides_main_size.html (69%) rename test_fixtures/{ => flex}/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.html (74%) rename test_fixtures/{ => flex}/flex_basis_smaller_than_content_column.html (66%) rename test_fixtures/{ => flex}/flex_basis_smaller_than_content_row.html (66%) rename test_fixtures/{ => flex}/flex_basis_smaller_than_main_dimen_column.html (62%) rename test_fixtures/{ => flex}/flex_basis_smaller_than_main_dimen_row.html (62%) rename test_fixtures/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_large_size.html (74%) rename test_fixtures/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_small_size.html (74%) rename test_fixtures/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.html (73%) rename test_fixtures/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_very_large_size.html (74%) rename test_fixtures/{ => flex}/flex_basis_unconstraint_column.html (59%) rename test_fixtures/{ => flex}/flex_basis_unconstraint_row.html (59%) rename test_fixtures/{ => flex}/flex_basis_zero_undefined_main_size.html (65%) rename test_fixtures/{ => flex}/flex_column_relative_all_sides.html (65%) rename test_fixtures/{ => flex}/flex_direction_column.html (66%) rename test_fixtures/{ => flex}/flex_direction_column_no_height.html (65%) rename test_fixtures/{ => flex}/flex_direction_column_reverse.html (67%) rename test_fixtures/{ => flex}/flex_direction_column_reverse_no_height.html (66%) rename test_fixtures/{ => flex}/flex_direction_row.html (64%) rename test_fixtures/{ => flex}/flex_direction_row_no_width.html (63%) rename test_fixtures/{ => flex}/flex_direction_row_reverse.html (67%) rename test_fixtures/{ => flex}/flex_grow_child.html (60%) rename test_fixtures/{ => flex}/flex_grow_flex_basis_percent_min_max.html (72%) rename test_fixtures/{ => flex}/flex_grow_height_maximized.html (72%) rename test_fixtures/{ => flex}/flex_grow_in_at_most_container.html (69%) rename test_fixtures/{ => flex}/flex_grow_less_than_factor_one.html (69%) rename test_fixtures/{ => flex}/flex_grow_root_minimized.html (73%) rename test_fixtures/{ => flex}/flex_grow_shrink_at_most.html (61%) rename test_fixtures/{ => flex}/flex_grow_to_min.html (67%) rename test_fixtures/{ => flex}/flex_grow_within_constrained_max_column.html (66%) rename test_fixtures/{ => flex}/flex_grow_within_constrained_max_row.html (70%) rename test_fixtures/{ => flex}/flex_grow_within_constrained_max_width.html (67%) rename test_fixtures/{ => flex}/flex_grow_within_constrained_min_column.html (63%) rename test_fixtures/{ => flex}/flex_grow_within_constrained_min_max_column.html (64%) rename test_fixtures/{ => flex}/flex_grow_within_constrained_min_row.html (64%) rename test_fixtures/{ => flex}/flex_grow_within_max_width.html (67%) rename test_fixtures/{ => flex}/flex_root_ignored.html (67%) rename test_fixtures/{ => flex}/flex_row_relative_all_sides.html (63%) rename test_fixtures/{ => flex}/flex_shrink_by_outer_margin_with_max_size.html (64%) rename test_fixtures/{ => flex}/flex_shrink_flex_grow_child_flex_shrink_other_child.html (70%) rename test_fixtures/{ => flex}/flex_shrink_flex_grow_row.html (70%) rename test_fixtures/{ => flex}/flex_shrink_to_zero.html (69%) rename test_fixtures/{ => flex}/flex_wrap_align_stretch_fits_one_row.html (65%) rename test_fixtures/{ => flex}/flex_wrap_children_with_min_main_overriding_flex_basis.html (69%) rename test_fixtures/{ => flex}/flex_wrap_wrap_to_child_height.html (73%) rename test_fixtures/{ => flex}/gap_column_gap_child_margins.html (73%) rename test_fixtures/{ => flex}/gap_column_gap_determines_parent_width.html (68%) rename test_fixtures/{ => flex}/gap_column_gap_flexible.html (67%) rename test_fixtures/{ => flex}/gap_column_gap_flexible_undefined_parent.html (66%) rename test_fixtures/{ => flex}/gap_column_gap_inflexible.html (67%) rename test_fixtures/{ => flex}/gap_column_gap_inflexible_undefined_parent.html (66%) rename test_fixtures/{ => flex}/gap_column_gap_justify_center.html (69%) rename test_fixtures/{ => flex}/gap_column_gap_justify_flex_end.html (69%) rename test_fixtures/{ => flex}/gap_column_gap_justify_flex_start.html (69%) rename test_fixtures/{ => flex}/gap_column_gap_justify_space_around.html (69%) rename test_fixtures/{ => flex}/gap_column_gap_justify_space_between.html (69%) rename test_fixtures/{ => flex}/gap_column_gap_justify_space_evenly.html (69%) rename test_fixtures/{ => flex}/gap_column_gap_mixed_flexible.html (67%) rename test_fixtures/{ => flex}/gap_column_gap_percentage_cyclic_partially_shrinkable.html (70%) rename test_fixtures/{ => flex}/gap_column_gap_percentage_cyclic_shrinkable.html (68%) rename test_fixtures/{ => flex}/gap_column_gap_percentage_cyclic_unshrinkable.html (71%) rename test_fixtures/{ => flex}/gap_column_gap_percentage_flexible.html (67%) rename test_fixtures/{ => flex}/gap_column_gap_percentage_flexible_with_padding.html (68%) rename test_fixtures/{ => flex}/gap_column_gap_percentage_inflexible.html (67%) rename test_fixtures/{ => flex}/gap_column_gap_row_gap_wrapping.html (81%) rename test_fixtures/{ => flex}/gap_column_gap_wrap_align_center.html (78%) rename test_fixtures/{ => flex}/gap_column_gap_wrap_align_flex_end.html (78%) rename test_fixtures/{ => flex}/gap_column_gap_wrap_align_flex_start.html (78%) rename test_fixtures/{ => flex}/gap_column_gap_wrap_align_space_around.html (78%) rename test_fixtures/{ => flex}/gap_column_gap_wrap_align_space_between.html (78%) rename test_fixtures/{ => flex}/gap_column_gap_wrap_align_stretch.html (77%) rename test_fixtures/{ => flex}/gap_column_row_gap_wrapping.html (81%) rename test_fixtures/{ => flex}/gap_row_gap_align_items_end.html (75%) rename test_fixtures/{ => flex}/gap_row_gap_align_items_stretch.html (76%) rename test_fixtures/{ => flex}/gap_row_gap_column_child_margins.html (73%) rename test_fixtures/{ => flex}/gap_row_gap_determines_parent_height.html (68%) rename test_fixtures/{ => flex}/gap_row_gap_percentage_wrapping.html (81%) rename test_fixtures/{ => flex}/gap_row_gap_row_wrap_child_margins.html (74%) rename test_fixtures/{ => flex}/intrinsic_sizing_cross_size_column.html (55%) rename test_fixtures/{ => flex}/intrinsic_sizing_main_size_column.html (58%) rename test_fixtures/{ => flex}/intrinsic_sizing_main_size_column_nested.html (63%) rename test_fixtures/{ => flex}/intrinsic_sizing_main_size_column_wrap.html (70%) rename test_fixtures/{ => flex}/intrinsic_sizing_main_size_row.html (51%) rename test_fixtures/{ => flex}/intrinsic_sizing_main_size_row_nested.html (53%) rename test_fixtures/{ => flex}/intrinsic_sizing_main_size_row_wrap.html (60%) rename test_fixtures/{ => flex}/justify_content_column_center.html (68%) rename test_fixtures/{ => flex}/justify_content_column_flex_end.html (68%) rename test_fixtures/{ => flex}/justify_content_column_flex_start.html (68%) rename test_fixtures/{ => flex}/justify_content_column_max_height_and_margin.html (77%) rename test_fixtures/{ => flex}/justify_content_column_min_height_and_margin.html (77%) rename test_fixtures/{ => flex}/justify_content_column_min_height_and_margin_bottom.html (65%) rename test_fixtures/{ => flex}/justify_content_column_min_height_and_margin_top.html (64%) rename test_fixtures/{ => flex}/justify_content_column_space_around.html (68%) rename test_fixtures/{ => flex}/justify_content_column_space_between.html (69%) rename test_fixtures/{ => flex}/justify_content_column_space_evenly.html (68%) rename test_fixtures/{ => flex}/justify_content_min_max.html (66%) rename test_fixtures/{ => flex}/justify_content_min_width_with_padding_child_width_greater_than_parent.html (78%) rename test_fixtures/{ => flex}/justify_content_min_width_with_padding_child_width_lower_than_parent.html (78%) rename test_fixtures/{ => flex}/justify_content_overflow_min_max.html (73%) rename test_fixtures/{ => flex}/justify_content_row_center.html (68%) rename test_fixtures/{ => flex}/justify_content_row_flex_end.html (68%) rename test_fixtures/{ => flex}/justify_content_row_flex_start.html (68%) rename test_fixtures/{ => flex}/justify_content_row_max_width_and_margin.html (65%) rename test_fixtures/{ => flex}/justify_content_row_min_width_and_margin.html (64%) rename test_fixtures/{ => flex}/justify_content_row_space_around.html (68%) rename test_fixtures/{ => flex}/justify_content_row_space_between.html (68%) rename test_fixtures/{ => flex}/justify_content_row_space_evenly.html (68%) rename test_fixtures/{ => flex}/margin_and_flex_column.html (64%) rename test_fixtures/{ => flex}/margin_and_flex_row.html (64%) rename test_fixtures/{ => flex}/margin_and_stretch_column.html (64%) rename test_fixtures/{ => flex}/margin_and_stretch_row.html (64%) rename test_fixtures/{ => flex}/margin_auto_bottom.html (67%) rename test_fixtures/{ => flex}/margin_auto_bottom_and_top.html (68%) rename test_fixtures/{ => flex}/margin_auto_bottom_and_top_justify_center.html (68%) rename test_fixtures/{ => flex}/margin_auto_left.html (67%) rename test_fixtures/{ => flex}/margin_auto_left_and_right.html (67%) rename test_fixtures/{ => flex}/margin_auto_left_and_right_column.html (69%) rename test_fixtures/{ => flex}/margin_auto_left_and_right_column_and_center.html (68%) rename test_fixtures/{ => flex}/margin_auto_left_and_right_stretch.html (69%) rename test_fixtures/{ => flex}/margin_auto_left_child_bigger_than_parent.html (63%) rename test_fixtures/{ => flex}/margin_auto_left_fix_right_child_bigger_than_parent.html (65%) rename test_fixtures/{ => flex}/margin_auto_left_right_child_bigger_than_parent.html (65%) rename test_fixtures/{ => flex}/margin_auto_left_stretching_child.html (66%) rename test_fixtures/{ => flex}/margin_auto_mutiple_children_column.html (72%) rename test_fixtures/{ => flex}/margin_auto_mutiple_children_row.html (72%) rename test_fixtures/{ => flex}/margin_auto_right.html (67%) rename test_fixtures/{ => flex}/margin_auto_top.html (67%) rename test_fixtures/{ => flex}/margin_auto_top_and_bottom_stretch.html (70%) rename test_fixtures/{ => flex}/margin_auto_top_stretching_child.html (65%) rename test_fixtures/{ => flex}/margin_bottom.html (65%) rename test_fixtures/{ => flex}/margin_fix_left_auto_right_child_bigger_than_parent.html (65%) rename test_fixtures/{ => flex}/margin_left.html (62%) rename test_fixtures/{ => flex}/margin_right.html (64%) rename test_fixtures/{ => flex}/margin_should_not_be_part_of_max_height.html (63%) rename test_fixtures/{ => flex}/margin_should_not_be_part_of_max_width.html (63%) rename test_fixtures/{ => flex}/margin_top.html (62%) rename test_fixtures/{ => flex}/margin_with_sibling_column.html (65%) rename test_fixtures/{ => flex}/margin_with_sibling_row.html (65%) rename test_fixtures/{ => flex}/max_height.html (62%) rename test_fixtures/{ => flex}/max_height_overrides_height.html (56%) rename test_fixtures/{ => flex}/max_height_overrides_height_on_root.html (54%) rename test_fixtures/{ => flex}/max_width.html (62%) rename test_fixtures/{ => flex}/max_width_overrides_width.html (56%) rename test_fixtures/{ => flex}/max_width_overrides_width_on_root.html (54%) rename test_fixtures/{ => flex}/measure_child.html (51%) rename test_fixtures/{ => flex}/measure_child_absolute.html (59%) rename test_fixtures/{ => flex}/measure_child_constraint.html (73%) rename test_fixtures/{ => flex}/measure_child_constraint_padding_parent.html (74%) rename test_fixtures/{ => flex}/measure_child_with_flex_grow.html (66%) rename test_fixtures/{ => flex}/measure_child_with_flex_shrink.html (69%) rename test_fixtures/{ => flex}/measure_child_with_flex_shrink_hidden.html (71%) rename test_fixtures/{ => flex}/measure_child_with_min_size_greater_than_available_space.html (62%) rename test_fixtures/{ => flex}/measure_flex_basis_overrides_measure.html (55%) rename test_fixtures/{ => flex}/measure_height_overrides_measure.html (53%) rename test_fixtures/{ => flex}/measure_remeasure_child_after_growing.html (63%) rename test_fixtures/{ => flex}/measure_remeasure_child_after_shrinking.html (64%) rename test_fixtures/{ => flex}/measure_remeasure_child_after_stretching.html (55%) create mode 100644 test_fixtures/flex/measure_root.html rename test_fixtures/{ => flex}/measure_stretch_overrides_measure.html (64%) rename test_fixtures/{ => flex}/measure_width_overrides_measure.html (54%) rename test_fixtures/{ => flex}/min_height.html (65%) rename test_fixtures/{ => flex}/min_height_larger_than_height.html (62%) rename test_fixtures/{ => flex}/min_height_overrides_height.html (56%) rename test_fixtures/{ => flex}/min_height_overrides_height_on_root.html (54%) rename test_fixtures/{ => flex}/min_height_overrides_max_height.html (56%) rename test_fixtures/{ => flex}/min_height_with_nested_fixed_height.html (74%) rename test_fixtures/{ => flex}/min_max_percent_different_width_height.html (67%) rename test_fixtures/{ => flex}/min_max_percent_no_width_height.html (67%) rename test_fixtures/{ => flex}/min_width.html (65%) rename test_fixtures/{ => flex}/min_width_larger_than_width.html (62%) rename test_fixtures/{ => flex}/min_width_overrides_max_width.html (56%) rename test_fixtures/{ => flex}/min_width_overrides_width.html (55%) rename test_fixtures/{ => flex}/min_width_overrides_width_on_root.html (54%) rename test_fixtures/{ => flex}/nested_overflowing_child.html (61%) rename test_fixtures/{ => flex}/nested_overflowing_child_in_constraint_parent.html (65%) rename test_fixtures/{ => flex}/only_shrinkable_item_with_flex_basis_zero.html (71%) rename test_fixtures/{ => flex}/overflow_cross_axis.html (59%) rename test_fixtures/{ => flex}/overflow_main_axis.html (60%) rename test_fixtures/{ => flex}/overflow_main_axis_shrink_hidden.html (61%) rename test_fixtures/{ => flex}/overflow_main_axis_shrink_scroll.html (61%) rename test_fixtures/{ => flex}/overflow_main_axis_shrink_visible.html (61%) rename test_fixtures/{ => flex}/overflow_scroll_main_axis_justify_content_end.html (62%) rename test_fixtures/{ => flex}/overflow_scrollbars_overriden_by_available_space.html (63%) rename test_fixtures/{ => flex}/overflow_scrollbars_overriden_by_max_size.html (60%) rename test_fixtures/{ => flex}/overflow_scrollbars_overriden_by_size.html (59%) rename test_fixtures/{ => flex}/overflow_scrollbars_take_up_space_both_axis.html (60%) rename test_fixtures/{ => flex}/overflow_scrollbars_take_up_space_cross_axis.html (60%) rename test_fixtures/{ => flex}/overflow_scrollbars_take_up_space_main_axis.html (60%) rename test_fixtures/{ => flex}/padding_align_end_child.html (65%) rename test_fixtures/{ => flex}/padding_border_overrides_max_size.html (65%) rename test_fixtures/{ => flex}/padding_border_overrides_min_size.html (65%) rename test_fixtures/{ => flex}/padding_border_overrides_size.html (65%) rename test_fixtures/{ => flex}/padding_border_overrides_size_flex_basis_0.html (70%) rename test_fixtures/{ => flex}/padding_border_overrides_size_flex_basis_0_growable.html (71%) rename test_fixtures/{ => flex}/padding_center_child.html (69%) rename test_fixtures/{ => flex}/padding_container_match_child.html (60%) rename test_fixtures/{ => flex}/padding_flex_child.html (61%) rename test_fixtures/{ => flex}/padding_no_child.html (51%) rename test_fixtures/{ => flex}/padding_no_size.html (51%) rename test_fixtures/{ => flex}/padding_stretch_child.html (59%) rename test_fixtures/{ => flex}/parent_wrap_child_size_overflowing_parent.html (63%) rename test_fixtures/{ => flex}/percent_absolute_position.html (71%) rename test_fixtures/{ => flex}/percent_within_flex_grow.html (70%) rename test_fixtures/{ => flex}/percentage_absolute_position.html (65%) rename test_fixtures/{ => flex}/percentage_container_in_wrapping_container.html (76%) rename test_fixtures/{ => flex}/percentage_different_width_height.html (64%) rename test_fixtures/{ => flex}/percentage_different_width_height_column.html (64%) rename test_fixtures/{ => flex}/percentage_flex_basis.html (66%) rename test_fixtures/{ => flex}/percentage_flex_basis_cross.html (66%) rename test_fixtures/{ => flex}/percentage_flex_basis_cross_max_height.html (69%) rename test_fixtures/{ => flex}/percentage_flex_basis_cross_max_width.html (68%) rename test_fixtures/{ => flex}/percentage_flex_basis_cross_min_height.html (66%) rename test_fixtures/{ => flex}/percentage_flex_basis_cross_min_width.html (68%) rename test_fixtures/{ => flex}/percentage_flex_basis_main_max_height.html (68%) rename test_fixtures/{ => flex}/percentage_flex_basis_main_max_width.html (68%) rename test_fixtures/{ => flex}/percentage_flex_basis_main_min_width.html (68%) rename test_fixtures/{ => flex}/percentage_main_max_height.html (70%) rename test_fixtures/{ => flex}/percentage_margin_should_calculate_based_only_on_width.html (68%) rename test_fixtures/{ => flex}/percentage_moderate_complexity.html (72%) rename test_fixtures/{ => flex}/percentage_moderate_complexity2.html (68%) rename test_fixtures/{ => flex}/percentage_multiple_nested_with_padding_margin_and_percentage_values.html (78%) rename test_fixtures/{ => flex}/percentage_padding_should_calculate_based_only_on_width.html (68%) rename test_fixtures/{ => flex}/percentage_position_bottom_right.html (63%) rename test_fixtures/{ => flex}/percentage_position_left_top.html (63%) rename test_fixtures/{ => flex}/percentage_size_based_on_parent_inner_size.html (63%) rename test_fixtures/{ => flex}/percentage_size_of_flex_basis.html (64%) rename test_fixtures/{ => flex}/percentage_sizes_should_not_prevent_flex_shrinking.html (60%) rename test_fixtures/{ => flex}/percentage_width_height.html (61%) rename test_fixtures/{ => flex}/percentage_width_height_undefined_parent_size.html (58%) rename test_fixtures/{ => flex}/position_root_with_rtl_should_position_withoutdirection.html (73%) rename test_fixtures/{ => flex}/relative_position_should_not_nudge_siblings.html (66%) rename test_fixtures/{ => flex}/rounding_flex_basis_flex_grow_row_prime_number_width.html (70%) rename test_fixtures/{ => flex}/rounding_flex_basis_flex_grow_row_width_of_100.html (66%) rename test_fixtures/{ => flex}/rounding_flex_basis_flex_shrink_row.html (68%) rename test_fixtures/{ => flex}/rounding_flex_basis_overrides_main_size.html (70%) rename test_fixtures/{ => flex}/rounding_fractial_input_1.html (70%) rename test_fixtures/{ => flex}/rounding_fractial_input_2.html (70%) rename test_fixtures/{ => flex}/rounding_fractial_input_3.html (70%) rename test_fixtures/{ => flex}/rounding_fractial_input_4.html (70%) rename test_fixtures/{ => flex}/rounding_fractial_input_5.html (67%) rename test_fixtures/{ => flex}/rounding_fractial_input_6.html (78%) rename test_fixtures/{ => flex}/rounding_fractial_input_7.html (86%) rename test_fixtures/{ => flex}/rounding_inner_node_controversy_combined.html (79%) rename test_fixtures/{ => flex}/rounding_inner_node_controversy_horizontal.html (72%) rename test_fixtures/{ => flex}/rounding_inner_node_controversy_vertical.html (72%) rename test_fixtures/{ => flex}/rounding_total_fractial.html (71%) rename test_fixtures/{ => flex}/rounding_total_fractial_nested.html (79%) rename test_fixtures/{ => flex}/simple_child.html (77%) rename test_fixtures/{ => flex}/single_flex_child_after_absolute_child.html (71%) rename test_fixtures/{ => flex}/size_defined_by_child.html (55%) rename test_fixtures/{ => flex}/size_defined_by_child_with_border.html (58%) rename test_fixtures/{ => flex}/size_defined_by_child_with_padding.html (58%) rename test_fixtures/{ => flex}/size_defined_by_grand_child.html (57%) rename test_fixtures/{ => flex}/undefined_height_with_min_max.html (63%) rename test_fixtures/{ => flex}/undefined_width_with_min_max.html (61%) rename test_fixtures/{ => flex}/undefined_width_with_min_max_row.html (65%) rename test_fixtures/{ => flex}/width_smaller_then_content_with_flex_grow_large_size.html (74%) rename test_fixtures/{ => flex}/width_smaller_then_content_with_flex_grow_small_size.html (73%) rename test_fixtures/{ => flex}/width_smaller_then_content_with_flex_grow_unconstraint_size.html (73%) rename test_fixtures/{ => flex}/width_smaller_then_content_with_flex_grow_very_large_size.html (74%) rename test_fixtures/{ => flex}/wrap_child.html (59%) rename test_fixtures/{ => flex}/wrap_column.html (72%) rename test_fixtures/{ => flex}/wrap_grandchild.html (57%) rename test_fixtures/{ => flex}/wrap_nodes_with_content_sizing_margin_cross.html (76%) rename test_fixtures/{ => flex}/wrap_nodes_with_content_sizing_overflowing_margin.html (76%) rename test_fixtures/{ => flex}/wrap_reverse_column.html (73%) rename test_fixtures/{ => flex}/wrap_reverse_column_fixed_size.html (76%) rename test_fixtures/{ => flex}/wrap_reverse_row.html (72%) rename test_fixtures/{ => flex}/wrap_reverse_row_align_content_center.html (75%) rename test_fixtures/{ => flex}/wrap_reverse_row_align_content_flex_start.html (75%) rename test_fixtures/{ => flex}/wrap_reverse_row_align_content_space_around.html (75%) rename test_fixtures/{ => flex}/wrap_reverse_row_align_content_stretch.html (75%) rename test_fixtures/{ => flex}/wrap_reverse_row_single_line_different_size.html (75%) rename test_fixtures/{ => flex}/wrap_row.html (72%) rename test_fixtures/{ => flex}/wrap_row_align_items_center.html (73%) rename test_fixtures/{ => flex}/wrap_row_align_items_flex_end.html (73%) rename test_fixtures/{ => flex}/wrapped_column_max_height.html (75%) rename test_fixtures/{ => flex}/wrapped_column_max_height_flex.html (76%) rename test_fixtures/{ => flex}/wrapped_row_within_align_items_center.html (71%) rename test_fixtures/{ => flex}/wrapped_row_within_align_items_flex_end.html (71%) rename test_fixtures/{ => flex}/wrapped_row_within_align_items_flex_start.html (71%) rename test_fixtures/{ => flex}/xaspect_ratio_flex_column_stretch_fill_min_height.html (64%) rename test_fixtures/{ => flex}/xaspect_ratio_flex_column_stretch_fill_min_width.html (64%) rename test_fixtures/{ => flex}/xaspect_ratio_flex_row_stretch_fill_min_height.html (61%) rename test_fixtures/{ => flex}/xaspect_ratio_flex_row_stretch_fill_min_width.html (62%) rename test_fixtures/{ => flex}/xflex_basis_zero_undefined_main_size_hidden.html (66%) rename test_fixtures/{ => flex}/xmargin_auto_start_and_end.html (69%) rename test_fixtures/{ => flex}/xmargin_auto_start_and_end_column.html (70%) rename test_fixtures/{ => flex}/xmargin_end.html (65%) rename test_fixtures/{ => flex}/xmargin_start.html (62%) rename test_fixtures/{ => grid}/grid_absolute_align_self_sized_all.html (86%) rename test_fixtures/{ => grid}/grid_absolute_column_end.html (72%) rename test_fixtures/{ => grid}/grid_absolute_column_start.html (72%) rename test_fixtures/{ => grid}/grid_absolute_container_bottom_left.html (75%) rename test_fixtures/{ => grid}/grid_absolute_container_bottom_left_margin.html (77%) rename test_fixtures/{ => grid}/grid_absolute_container_left_overrides_right.html (76%) rename test_fixtures/{ => grid}/grid_absolute_container_left_right.html (75%) rename test_fixtures/{ => grid}/grid_absolute_container_left_right_margin.html (76%) rename test_fixtures/{ => grid}/grid_absolute_container_negative_position.html (78%) rename test_fixtures/{ => grid}/grid_absolute_container_negative_position_margin.html (80%) rename test_fixtures/{ => grid}/grid_absolute_container_top_bottom.html (75%) rename test_fixtures/{ => grid}/grid_absolute_container_top_bottom_margin.html (76%) rename test_fixtures/{ => grid}/grid_absolute_container_top_right.html (75%) rename test_fixtures/{ => grid}/grid_absolute_container_top_right_margin.html (76%) rename test_fixtures/{ => grid}/grid_absolute_justify_self_sized_all.html (86%) rename test_fixtures/{ => grid}/grid_absolute_layout_within_border.html (80%) rename test_fixtures/{ => grid}/grid_absolute_layout_within_border_static.html (81%) rename test_fixtures/{ => grid}/grid_absolute_row_end.html (72%) rename test_fixtures/{ => grid}/grid_absolute_row_start.html (72%) rename test_fixtures/{ => grid}/grid_absolute_top_overrides_bottom.html (76%) rename test_fixtures/{ => grid}/grid_absolute_with_padding.html (78%) rename test_fixtures/{ => grid}/grid_absolute_with_padding_and_margin.html (80%) rename test_fixtures/{ => grid}/grid_align_content_center.html (73%) rename test_fixtures/{ => grid}/grid_align_content_end.html (72%) rename test_fixtures/{ => grid}/grid_align_content_end_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_align_content_space_around.html (73%) rename test_fixtures/{ => grid}/grid_align_content_space_around_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_align_content_space_between.html (73%) rename test_fixtures/{ => grid}/grid_align_content_space_between_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_align_content_space_evenly.html (73%) rename test_fixtures/{ => grid}/grid_align_content_space_evenly_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_align_content_start.html (73%) rename test_fixtures/{ => grid}/grid_align_content_start_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_align_items_baseline.html (69%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child.html (72%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_margin.html (74%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_margin_percent.html (73%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_multiline.html (80%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_multiline_no_override_on_secondline.html (81%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_multiline_override.html (81%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_padding.html (74%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_top.html (73%) rename test_fixtures/{ => grid}/grid_align_items_baseline_child_top2.html (73%) rename test_fixtures/{ => grid}/grid_align_items_baseline_complex.html (85%) rename test_fixtures/{ => grid}/grid_align_items_baseline_double_nested_child.html (75%) rename test_fixtures/{ => grid}/grid_align_items_baseline_multiline.html (80%) rename test_fixtures/{ => grid}/grid_align_items_baseline_multiline_column.html (80%) rename test_fixtures/{ => grid}/grid_align_items_baseline_multiline_row_and_column.html (80%) rename test_fixtures/{ => grid}/grid_align_items_baseline_nested_column.html (77%) rename test_fixtures/{ => grid}/grid_align_items_sized_center.html (74%) rename test_fixtures/{ => grid}/grid_align_items_sized_end.html (74%) rename test_fixtures/{ => grid}/grid_align_items_sized_start.html (74%) rename test_fixtures/{ => grid}/grid_align_items_sized_stretch.html (74%) rename test_fixtures/{ => grid}/grid_align_self_sized_all.html (84%) rename test_fixtures/{ => grid}/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.html (65%) rename test_fixtures/{ => grid}/grid_aspect_ratio_absolute_fill_height_from_inset.html (64%) rename test_fixtures/{ => grid}/grid_aspect_ratio_absolute_fill_width_from_inset.html (64%) rename test_fixtures/{ => grid}/grid_aspect_ratio_absolute_height_overrides_inset.html (65%) rename test_fixtures/{ => grid}/grid_aspect_ratio_absolute_width_overrides_inset.html (65%) rename test_fixtures/{ => grid}/grid_aspect_ratio_child_fill_content_height.html (61%) rename test_fixtures/{ => grid}/grid_aspect_ratio_child_fill_content_width.html (61%) rename test_fixtures/{ => grid}/grid_aspect_ratio_fill_child_height.html (61%) rename test_fixtures/{ => grid}/grid_aspect_ratio_fill_child_max_height.html (70%) rename test_fixtures/{ => grid}/grid_aspect_ratio_fill_child_max_width.html (66%) rename test_fixtures/{ => grid}/grid_aspect_ratio_fill_child_min_height.html (61%) rename test_fixtures/{ => grid}/grid_aspect_ratio_fill_child_min_width.html (62%) rename test_fixtures/{ => grid}/grid_aspect_ratio_fill_child_width.html (61%) rename test_fixtures/{ => grid}/grid_aspect_ratio_overriden_by_explicit_sizes.html (62%) rename test_fixtures/{ => grid}/grid_aspect_ratio_overriden_by_explicit_sizes_flex.html (62%) rename test_fixtures/{ => grid}/grid_auto_columns.html (73%) rename test_fixtures/{ => grid}/grid_auto_columns_fixed_width.html (76%) rename test_fixtures/{ => grid}/grid_auto_fill_fixed_size.html (72%) rename test_fixtures/{ => grid}/grid_auto_fill_with_empty_auto_track.html (68%) rename test_fixtures/{ => grid}/grid_auto_fit_with_empty_auto_track.html (68%) rename test_fixtures/{ => grid}/grid_auto_rows.html (71%) rename test_fixtures/{ => grid}/grid_auto_single_item.html (71%) rename test_fixtures/{ => grid}/grid_auto_single_item_fixed_width.html (72%) rename test_fixtures/{ => grid}/grid_auto_single_item_fixed_width_with_definite_width.html (72%) rename test_fixtures/{ => grid}/grid_auto_takes_precedence_over_fr.html (64%) rename test_fixtures/{ => grid}/grid_available_space_greater_than_max_content.html (72%) rename test_fixtures/{ => grid}/grid_available_space_smaller_than_max_content.html (72%) rename test_fixtures/{ => grid}/grid_available_space_smaller_than_min_content.html (68%) rename test_fixtures/{ => grid}/grid_basic.html (71%) rename test_fixtures/{ => grid}/grid_basic_implicit_tracks.html (64%) rename test_fixtures/{ => grid}/grid_basic_with_overflow.html (72%) rename test_fixtures/{ => grid}/grid_basic_with_padding.html (72%) rename test_fixtures/{ => grid}/grid_display_none_fixed_size.html (65%) rename test_fixtures/{ => grid}/grid_fit_content_percent_definite_argument.html (64%) rename test_fixtures/{ => grid}/grid_fit_content_percent_definite_max_content.html (62%) rename test_fixtures/{ => grid}/grid_fit_content_percent_definite_min_content.html (64%) rename test_fixtures/{ => grid}/grid_fit_content_percent_indefinite_argument.html (64%) rename test_fixtures/{ => grid}/grid_fit_content_percent_indefinite_max_content.html (61%) rename test_fixtures/{ => grid}/grid_fit_content_percent_indefinite_max_content_hidden.html (64%) rename test_fixtures/{ => grid}/grid_fit_content_percent_indefinite_min_content.html (63%) rename test_fixtures/{ => grid}/grid_fit_content_percent_indefinite_min_content_hidden.html (65%) rename test_fixtures/{ => grid}/grid_fit_content_points_argument.html (63%) rename test_fixtures/{ => grid}/grid_fit_content_points_max_content.html (61%) rename test_fixtures/{ => grid}/grid_fit_content_points_min_content.html (63%) rename test_fixtures/{ => grid}/grid_fit_content_points_min_content_hidden.html (65%) rename test_fixtures/{ => grid}/grid_fr_fixed_size_no_content_proportions.html (64%) rename test_fixtures/{ => grid}/grid_fr_fixed_size_no_content_proportions_sub_1_sum.html (63%) rename test_fixtures/{ => grid}/grid_fr_fixed_size_single_item.html (72%) rename test_fixtures/{ => grid}/grid_fr_no_sized_items_indefinite.html (70%) rename test_fixtures/{ => grid}/grid_fr_single_item_indefinite.html (72%) rename test_fixtures/{ => grid}/grid_fr_span_2_proportion.html (66%) rename test_fixtures/{ => grid}/grid_fr_span_2_proportion_sub_1_sum.html (67%) rename test_fixtures/{ => grid}/grid_fr_span_2_proportion_with_non_spanned_track.html (69%) rename test_fixtures/{ => grid}/grid_fr_span_2_proportion_zero_sum.html (66%) rename test_fixtures/{ => grid}/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.html (69%) rename test_fixtures/{ => grid}/grid_gap.html (72%) rename test_fixtures/{ => grid}/grid_hidden.html (75%) rename test_fixtures/{ => grid}/grid_justify_content_center.html (73%) rename test_fixtures/{ => grid}/grid_justify_content_center_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_justify_content_end.html (73%) rename test_fixtures/{ => grid}/grid_justify_content_end_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_justify_content_space_around.html (73%) rename test_fixtures/{ => grid}/grid_justify_content_space_around_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_justify_content_space_between.html (73%) rename test_fixtures/{ => grid}/grid_justify_content_space_between_with_padding_border.html (76%) rename test_fixtures/{ => grid}/grid_justify_content_space_evenly.html (73%) rename test_fixtures/{ => grid}/grid_justify_content_space_evenly_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_justify_content_start.html (73%) rename test_fixtures/{ => grid}/grid_justify_content_start_with_padding_border.html (75%) rename test_fixtures/{ => grid}/grid_justify_items_sized_center.html (74%) rename test_fixtures/{ => grid}/grid_justify_items_sized_end.html (74%) rename test_fixtures/{ => grid}/grid_justify_items_sized_start.html (74%) rename test_fixtures/{ => grid}/grid_justify_items_sized_stretch.html (74%) rename test_fixtures/{ => grid}/grid_justify_self_sized_all.html (84%) rename test_fixtures/{ => grid}/grid_margins_auto_margins.html (79%) rename test_fixtures/{ => grid}/grid_margins_auto_margins_override_stretch.html (75%) rename test_fixtures/{ => grid}/grid_margins_fixed_center.html (74%) rename test_fixtures/{ => grid}/grid_margins_fixed_end.html (74%) rename test_fixtures/{ => grid}/grid_margins_fixed_start.html (74%) rename test_fixtures/{ => grid}/grid_margins_fixed_stretch.html (74%) rename test_fixtures/{ => grid}/grid_margins_percent_center.html (73%) rename test_fixtures/{ => grid}/grid_margins_percent_end.html (73%) rename test_fixtures/{ => grid}/grid_margins_percent_start.html (73%) rename test_fixtures/{ => grid}/grid_margins_percent_stretch.html (73%) rename test_fixtures/{ => grid}/grid_max_content_maximum_single_item.html (72%) rename test_fixtures/{ => grid}/grid_max_content_single_item.html (71%) rename test_fixtures/{ => grid}/grid_max_content_single_item_margin_auto.html (72%) rename test_fixtures/{ => grid}/grid_max_content_single_item_margin_fixed.html (73%) rename test_fixtures/{ => grid}/grid_max_content_single_item_margin_percent.html (73%) rename test_fixtures/{ => grid}/grid_max_content_single_item_span_2.html (73%) rename test_fixtures/{ => grid}/grid_max_content_single_item_span_2_gap_fixed.html (75%) rename test_fixtures/{ => grid}/grid_max_content_single_item_span_2_gap_percent_definite.html (75%) rename test_fixtures/{ => grid}/grid_max_content_single_item_span_2_gap_percent_indefinite.html (75%) rename test_fixtures/{ => grid}/grid_max_width_greater_than_max_content.html (73%) rename test_fixtures/{ => grid}/grid_max_width_less_than_max_content_with_min_content.html (73%) rename test_fixtures/{ => grid}/grid_max_width_smaller_than_max_content.html (73%) rename test_fixtures/{ => grid}/grid_max_width_smaller_than_min_content.html (70%) rename test_fixtures/{ => grid}/grid_min_content_flex_column.html (72%) rename test_fixtures/{ => grid}/grid_min_content_flex_row.html (72%) rename test_fixtures/{ => grid}/grid_min_content_flex_single_item.html (73%) rename test_fixtures/{ => grid}/grid_min_content_flex_single_item_margin_auto.html (74%) rename test_fixtures/{ => grid}/grid_min_content_flex_single_item_margin_fixed.html (76%) rename test_fixtures/{ => grid}/grid_min_content_flex_single_item_margin_percent.html (75%) rename test_fixtures/{ => grid}/grid_min_content_maximum_single_item.html (72%) rename test_fixtures/{ => grid}/grid_min_content_single_item.html (71%) rename test_fixtures/{ => grid}/grid_minmax_auto_fixed_10px.html (63%) rename test_fixtures/{ => grid}/grid_minmax_auto_max_content.html (64%) rename test_fixtures/{ => grid}/grid_minmax_auto_min_content.html (64%) rename test_fixtures/{ => grid}/grid_minmax_auto_percent_definite.html (64%) rename test_fixtures/{ => grid}/grid_minmax_auto_percent_indefinite.html (63%) rename test_fixtures/{ => grid}/grid_minmax_column_fixed_width_above_range.html (71%) rename test_fixtures/{ => grid}/grid_minmax_column_fixed_width_below_range.html (71%) rename test_fixtures/{ => grid}/grid_minmax_column_fixed_width_within_range.html (71%) rename test_fixtures/{ => grid}/grid_minmax_column_indefinite.html (71%) rename test_fixtures/{ => grid}/grid_minmax_column_with_auto_fixed.html (64%) rename test_fixtures/{ => grid}/grid_minmax_column_with_fr_fixed.html (64%) rename test_fixtures/{ => grid}/grid_minmax_max_content_1fr.html (64%) rename test_fixtures/{ => grid}/grid_minmax_max_content_auto.html (64%) rename test_fixtures/{ => grid}/grid_minmax_max_content_fixed_10px.html (64%) rename test_fixtures/{ => grid}/grid_minmax_max_content_min_content.html (64%) rename test_fixtures/{ => grid}/grid_minmax_max_content_percent_definite.html (65%) rename test_fixtures/{ => grid}/grid_minmax_max_content_percent_indefinite.html (64%) rename test_fixtures/{ => grid}/grid_minmax_min_content_1fr.html (64%) rename test_fixtures/{ => grid}/grid_minmax_min_content_auto.html (64%) rename test_fixtures/{ => grid}/grid_minmax_min_content_fixed_10px.html (64%) rename test_fixtures/{ => grid}/grid_minmax_min_content_max_content.html (64%) rename test_fixtures/{ => grid}/grid_minmax_min_content_percent_definite.html (65%) rename test_fixtures/{ => grid}/grid_minmax_min_content_percent_indefinite.html (64%) rename test_fixtures/{ => grid}/grid_out_of_order_items.html (79%) rename test_fixtures/{ => grid}/grid_overflow_inline_axis_hidden.html (61%) rename test_fixtures/{ => grid}/grid_overflow_inline_axis_scroll.html (61%) rename test_fixtures/{ => grid}/grid_overflow_inline_axis_visible.html (61%) rename test_fixtures/{ => grid}/grid_overflow_rows.html (73%) rename test_fixtures/{ => grid}/grid_overflow_scrollbars_overriden_by_available_space.html (63%) rename test_fixtures/{ => grid}/grid_overflow_scrollbars_overriden_by_max_size.html (59%) rename test_fixtures/{ => grid}/grid_overflow_scrollbars_overriden_by_size.html (59%) rename test_fixtures/{ => grid}/grid_overflow_scrollbars_take_up_space_both_axis.html (59%) rename test_fixtures/{ => grid}/grid_overflow_scrollbars_take_up_space_x_axis.html (59%) rename test_fixtures/{ => grid}/grid_overflow_scrollbars_take_up_space_y_axis.html (59%) rename test_fixtures/{ => grid}/grid_padding_border_overrides_container_max_size.html (66%) rename test_fixtures/{ => grid}/grid_padding_border_overrides_container_size.html (66%) rename test_fixtures/{ => grid}/grid_padding_border_overrides_max_size.html (67%) rename test_fixtures/{ => grid}/grid_padding_border_overrides_min_size.html (67%) rename test_fixtures/{ => grid}/grid_padding_border_overrides_size.html (66%) rename test_fixtures/{ => grid}/grid_percent_item_inside_stretch_item.html (64%) rename test_fixtures/{ => grid}/grid_percent_items_nested_inside_stretch_alignment.html (64%) rename test_fixtures/{ => grid}/grid_percent_items_nested_moderate.html (70%) rename test_fixtures/{ => grid}/grid_percent_items_nested_with_margin.html (64%) rename test_fixtures/{ => grid}/grid_percent_items_nested_with_padding_margin.html (75%) rename test_fixtures/{ => grid}/grid_percent_items_width_and_margin.html (62%) rename test_fixtures/{ => grid}/grid_percent_items_width_and_padding.html (59%) rename test_fixtures/{ => grid}/grid_percent_tracks_definite_overflow.html (68%) rename test_fixtures/{ => grid}/grid_percent_tracks_definite_underflow.html (68%) rename test_fixtures/{ => grid}/grid_percent_tracks_indefinite_only.html (67%) rename test_fixtures/{ => grid}/grid_percent_tracks_indefinite_with_content_overflow.html (73%) rename test_fixtures/{ => grid}/grid_percent_tracks_indefinite_with_content_underflow.html (73%) rename test_fixtures/{ => grid}/grid_placement_auto_negative.html (70%) rename test_fixtures/{ => grid}/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.html (71%) rename test_fixtures/{ => grid}/grid_relative_all_sides.html (64%) rename test_fixtures/{ => grid}/grid_relayout_vertical_text.html (74%) rename test_fixtures/{ => grid}/grid_repeat_integer.html (72%) rename test_fixtures/{ => grid}/grid_repeat_mixed.html (74%) rename test_fixtures/{ => grid}/grid_size_child_fixed_tracks.html (84%) rename test_fixtures/{ => grid}/grid_span_13_most_non_flex_with_minmax_indefinite.html (82%) rename test_fixtures/{ => grid}/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.html (82%) rename test_fixtures/{ => grid}/grid_span_2_max_content_auto_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_max_content_auto_indefinite_hidden.html (73%) rename test_fixtures/{ => grid}/grid_span_2_max_content_fit_content_10px_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_max_content_fit_content_10px_indefinite_hidden.html (74%) rename test_fixtures/{ => grid}/grid_span_2_max_content_fit_content_80px_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_max_content_fit_content_80px_indefinite_hidden.html (74%) rename test_fixtures/{ => grid}/grid_span_2_max_content_max_content_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_min_content_auto_indefinite.html (68%) rename test_fixtures/{ => grid}/grid_span_2_min_content_auto_indefinite_hidden.html (69%) rename test_fixtures/{ => grid}/grid_span_2_min_content_fit_content_10px_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_min_content_fit_content_10px_indefinite_hidden.html (74%) rename test_fixtures/{ => grid}/grid_span_2_min_content_fit_content_30px_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_min_content_fit_content_30px_indefinite_hidden.html (74%) rename test_fixtures/{ => grid}/grid_span_2_min_content_fit_content_80px_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_min_content_fit_content_80px_indefinite_hidden.html (74%) rename test_fixtures/{ => grid}/grid_span_2_min_content_max_content_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_2_min_content_min_content_indefinite.html (73%) rename test_fixtures/{ => grid}/grid_span_6_all_non_flex_indefinite.html (74%) rename test_fixtures/{ => grid}/grid_span_6_all_non_flex_indefinite_hidden.html (74%) rename test_fixtures/{ => grid}/grid_span_8_all_track_types_indefinite.html (75%) rename test_fixtures/{ => grid}/xgrid_fr_span_2_proportion_sub_1_sum_with_non_spanned_track.html (69%) rename test_fixtures/{ => grid}/xgrid_span_2_max_content_minmax_max_content_min_content_indefinite.html (70%) rename test_fixtures/{ => gridflex}/gridflex_column_integration.html (69%) rename test_fixtures/{ => gridflex}/gridflex_kitchen_sink.html (80%) rename test_fixtures/{ => gridflex}/gridflex_kitchen_sink_minimise.html (65%) rename test_fixtures/{ => gridflex}/gridflex_kitchen_sink_minimise2.html (67%) rename test_fixtures/{ => gridflex}/gridflex_kitchen_sink_minimise3.html (70%) rename test_fixtures/{ => gridflex}/gridflex_row_integration.html (67%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_affect_available_space_x_axis.html (63%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_affect_available_space_y_axis.html (63%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_overriden_by_available_space.html (59%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_overriden_by_max_size.html (56%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_overriden_by_size.html (55%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_take_up_space_both_axis.html (52%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_take_up_space_x_axis.html (52%) rename test_fixtures/{ => leaf}/leaf_overflow_scrollbars_take_up_space_y_axis.html (52%) rename test_fixtures/{ => leaf}/leaf_padding_border_overrides_max_size.html (64%) rename test_fixtures/{ => leaf}/leaf_padding_border_overrides_min_size.html (64%) rename test_fixtures/{ => leaf}/leaf_padding_border_overrides_size.html (63%) rename test_fixtures/{ => leaf}/leaf_with_content_and_border.html (54%) rename test_fixtures/{ => leaf}/leaf_with_content_and_padding.html (53%) rename test_fixtures/{ => leaf}/leaf_with_content_and_padding_border.html (57%) delete mode 100644 test_fixtures/measure_root.html rename tests/generated/{ => block}/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_height.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_height_from_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_max_height.rs (90%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_max_width.rs (90%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_min_height.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_min_width.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_width.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_fill_width_from_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_height_overrides_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_aspect_ratio_width_overrides_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_child_with_margin_x.rs (100%) rename tests/generated/{ => block}/block_absolute_child_with_margin_y.rs (100%) rename tests/generated/{ => block}/block_absolute_child_with_max_height.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_child_order.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_no_size.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_percentage_bottom_based_on_parent_height.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_percentage_height.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_row_width_height_end_bottom.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_start_top_end_bottom.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_width_height_end_bottom.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_width_height_start_top.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_width_height_start_top_end_bottom.rs (100%) rename tests/generated/{ => block}/block_absolute_layout_within_border.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_bottom_and_top_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_bottom_and_top_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_bottom_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_bottom_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_and_right_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_and_right_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_left_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_mutiple_children_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_mutiple_children_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_right_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_right_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_top_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_auto_top_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_bottom_left_with_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_margin_bottom_left_without_inset.rs (100%) rename tests/generated/{ => block}/block_absolute_minmax_bottom_right_max.rs (100%) rename tests/generated/{ => block}/block_absolute_minmax_bottom_right_min_max.rs (100%) rename tests/generated/{ => block}/block_absolute_minmax_bottom_right_min_max_preferred.rs (100%) rename tests/generated/{ => block}/block_absolute_minmax_top_left_bottom_right_max.rs (100%) rename tests/generated/{ => block}/block_absolute_minmax_top_left_bottom_right_min_max.rs (100%) rename tests/generated/{ => block}/block_absolute_no_styles.rs (100%) rename tests/generated/{ => block}/block_absolute_padding_border_overrides_max_size.rs (100%) rename tests/generated/{ => block}/block_absolute_padding_border_overrides_size.rs (100%) rename tests/generated/{ => block}/block_align_baseline_child.rs (100%) rename tests/generated/{ => block}/block_align_baseline_child_margin.rs (100%) rename tests/generated/{ => block}/block_align_baseline_child_margin_percent.rs (100%) rename tests/generated/{ => block}/block_align_baseline_child_padding.rs (100%) rename tests/generated/{ => block}/block_align_baseline_child_top.rs (100%) rename tests/generated/{ => block}/block_align_baseline_child_top2.rs (100%) rename tests/generated/{ => block}/block_align_baseline_double_nested_child.rs (100%) rename tests/generated/{ => block}/block_aspect_ratio_fill_height.rs (100%) rename tests/generated/{ => block}/block_aspect_ratio_fill_max_height.rs (90%) rename tests/generated/{ => block}/block_aspect_ratio_fill_max_width.rs (95%) rename tests/generated/{ => block}/block_aspect_ratio_fill_min_height.rs (100%) rename tests/generated/{ => block}/block_aspect_ratio_fill_min_width.rs (95%) rename tests/generated/{ => block}/block_aspect_ratio_fill_width.rs (100%) rename tests/generated/{ => block}/block_basic.rs (100%) rename tests/generated/{ => block}/block_border_fixed_size.rs (100%) rename tests/generated/{ => block}/block_border_intrinsic_size.rs (100%) rename tests/generated/{ => block}/block_border_percentage_fixed_size.rs (100%) rename tests/generated/{ => block}/block_border_percentage_intrinsic_size.rs (100%) rename tests/generated/{ => block}/block_display_none.rs (100%) rename tests/generated/{ => block}/block_display_none_with_child.rs (100%) rename tests/generated/{ => block}/block_display_none_with_inset.rs (100%) rename tests/generated/{ => block}/block_display_none_with_margin.rs (100%) rename tests/generated/{ => block}/block_display_none_with_position_absolute.rs (100%) rename tests/generated/{ => block}/block_inset_fixed.rs (100%) rename tests/generated/{ => block}/block_inset_percentage.rs (100%) rename tests/generated/{ => block}/block_intrinsic_width.rs (100%) rename tests/generated/{ => block}/block_margin_auto_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_auto_bottom_and_top.rs (100%) rename tests/generated/{ => block}/block_margin_auto_left.rs (100%) rename tests/generated/{ => block}/block_margin_auto_left_and_right.rs (100%) rename tests/generated/{ => block}/block_margin_auto_left_child_bigger_than_parent.rs (100%) rename tests/generated/{ => block}/block_margin_auto_left_fix_right_child_bigger_than_parent.rs (100%) rename tests/generated/{ => block}/block_margin_auto_left_right_child_bigger_than_parent.rs (100%) rename tests/generated/{ => block}/block_margin_auto_mutiple_children.rs (100%) rename tests/generated/{ => block}/block_margin_auto_right.rs (100%) rename tests/generated/{ => block}/block_margin_auto_top.rs (100%) rename tests/generated/{ => block}/block_margin_x_fixed_auto_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_x_fixed_auto_left.rs (100%) rename tests/generated/{ => block}/block_margin_x_fixed_auto_left_and_right.rs (100%) rename tests/generated/{ => block}/block_margin_x_fixed_auto_right.rs (100%) rename tests/generated/{ => block}/block_margin_x_fixed_auto_top.rs (100%) rename tests/generated/{ => block}/block_margin_x_fixed_size_negative.rs (100%) rename tests/generated/{ => block}/block_margin_x_fixed_size_positive.rs (100%) rename tests/generated/{ => block}/block_margin_x_intrinsic_size_negative.rs (100%) rename tests/generated/{ => block}/block_margin_x_intrinsic_size_positive.rs (100%) rename tests/generated/{ => block}/block_margin_x_percentage_fixed_size_negative.rs (100%) rename tests/generated/{ => block}/block_margin_x_percentage_fixed_size_positive.rs (100%) rename tests/generated/{ => block}/block_margin_x_percentage_intrinsic_size_other_negative.rs (100%) rename tests/generated/{ => block}/block_margin_x_percentage_intrinsic_size_other_positive.rs (100%) rename tests/generated/{ => block}/block_margin_x_percentage_intrinsic_size_self_negative.rs (100%) rename tests/generated/{ => block}/block_margin_x_percentage_intrinsic_size_self_positive.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_complex.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_aspect_ratio.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_border_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_border_top.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_height.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_line_box.rs (97%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.rs (97%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.rs (97%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_min_height.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_padding_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_blocked_by_padding_top.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_positive.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_positive_and_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_collapse_through_with_absolute_child.rs (97%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_blocked_by_border_top.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_blocked_by_padding_top.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_negative_equal.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_negative_parent_larger.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_negative_parent_smaller.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_positive_and_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_positive_equal.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_positive_parent_larger.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_child_collapse_positive_parent_smaller.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_granchild_collapse_positive_and_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_first_granchild_collapse_positive_equal.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_blocked_by_border_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_blocked_by_padding_bottom.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_negative_equal.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_negative_parent_larger.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_negative_parent_smaller.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_not_blocked_by_border_top.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_not_blocked_by_padding_top.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_positive_and_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_positive_equal.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_positive_parent_larger.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_child_collapse_positive_parent_smaller.rs (100%) rename tests/generated/{ => block}/block_margin_y_last_granchild_collapse_positive_equal.rs (100%) rename tests/generated/{ => block}/block_margin_y_sibling_collapse_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_sibling_collapse_negative_percentage.rs (100%) rename tests/generated/{ => block}/block_margin_y_sibling_collapse_positive.rs (100%) rename tests/generated/{ => block}/block_margin_y_sibling_collapse_positive_and_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_sibling_collapse_positive_and_negative_percentage.rs (100%) rename tests/generated/{ => block}/block_margin_y_sibling_collapse_positive_percentage.rs (100%) rename tests/generated/{ => block}/block_margin_y_simple_negative.rs (100%) rename tests/generated/{ => block}/block_margin_y_simple_negative_percentage_other.rs (100%) rename tests/generated/{ => block}/block_margin_y_simple_negative_percentage_self.rs (100%) rename tests/generated/{ => block}/block_margin_y_simple_positive.rs (100%) rename tests/generated/{ => block}/block_margin_y_simple_positive_percentage_other.rs (100%) rename tests/generated/{ => block}/block_margin_y_simple_positive_percentage_self.rs (100%) rename tests/generated/{ => block}/block_margin_y_total_collapse.rs (100%) rename tests/generated/{ => block}/block_margin_y_total_collapse_complex.rs (100%) rename tests/generated/{ => block}/block_overflow_scrollbars_overriden_by_available_space.rs (100%) rename tests/generated/{ => block}/block_overflow_scrollbars_overriden_by_max_size.rs (100%) rename tests/generated/{ => block}/block_overflow_scrollbars_overriden_by_size.rs (100%) rename tests/generated/{ => block}/block_overflow_scrollbars_take_up_space_both_axis.rs (100%) rename tests/generated/{ => block}/block_overflow_scrollbars_take_up_space_cross_axis.rs (100%) rename tests/generated/{ => block}/block_overflow_scrollbars_take_up_space_main_axis.rs (100%) rename tests/generated/{ => block}/block_padding_border_fixed_size.rs (100%) rename tests/generated/{ => block}/block_padding_border_intrinsic_size.rs (100%) rename tests/generated/{ => block}/block_padding_border_overrides_max_size.rs (100%) rename tests/generated/{ => block}/block_padding_border_overrides_min_size.rs (100%) rename tests/generated/{ => block}/block_padding_border_overrides_size.rs (100%) rename tests/generated/{ => block}/block_padding_border_percentage_fixed_size.rs (100%) rename tests/generated/{ => block}/block_padding_border_percentage_intrinsic_size.rs (100%) rename tests/generated/{ => block}/block_padding_fixed_size.rs (100%) rename tests/generated/{ => block}/block_padding_intrinsic_size.rs (100%) rename tests/generated/{ => block}/block_padding_percentage_fixed_size.rs (100%) rename tests/generated/{ => block}/block_padding_percentage_intrinsic_size.rs (100%) create mode 100644 tests/generated/block/mod.rs rename tests/generated/{ => blockflex}/blockflex_block_in_flex_column.rs (100%) rename tests/generated/{ => blockflex}/blockflex_block_in_flex_row.rs (100%) rename tests/generated/{ => blockflex}/blockflex_flex_in_block.rs (100%) rename tests/generated/{ => blockflex}/blockflex_margin_y_collapse_through_blocked_by_flex.rs (100%) rename tests/generated/{ => blockflex}/blockflex_margin_y_first_child_collapse_blocked_by_flex.rs (100%) rename tests/generated/{ => blockflex}/blockflex_margin_y_last_child_collapse_blocked_by_flex.rs (100%) rename tests/generated/{ => blockflex}/blockflex_overflow_hidden.rs (93%) create mode 100644 tests/generated/blockflex/mod.rs rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_auto.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_fixed_fit_content_larger.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_fixed_fit_content_middle.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_fixed_fit_content_smaller.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_fixed_larger.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_fixed_middle.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_fixed_smaller.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_fr.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_max_content.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_block_in_grid_min_content.rs (95%) rename tests/generated/{ => blockgrid}/blockgrid_grid_in_block.rs (100%) rename tests/generated/{ => blockgrid}/blockgrid_margin_y_collapse_through_blocked_by_grid.rs (100%) rename tests/generated/{ => blockgrid}/blockgrid_margin_y_first_child_collapse_blocked_by_grid.rs (100%) rename tests/generated/{ => blockgrid}/blockgrid_margin_y_last_child_collapse_blocked_by_grid.rs (100%) create mode 100644 tests/generated/blockgrid/mod.rs rename tests/generated/{ => flex}/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_height.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_height_from_inset.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_max_height.rs (90%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_max_width.rs (90%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_min_height.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_min_width.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_width.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_fill_width_from_inset.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_height_overrides_inset.rs (100%) rename tests/generated/{ => flex}/absolute_aspect_ratio_width_overrides_inset.rs (100%) rename tests/generated/{ => flex}/absolute_child_with_cross_margin.rs (97%) rename tests/generated/{ => flex}/absolute_child_with_main_margin.rs (100%) rename tests/generated/{ => flex}/absolute_child_with_max_height.rs (100%) rename tests/generated/{ => flex}/absolute_child_with_max_height_larger_shrinkable_grandchild.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_and_justify_content_center.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_bottom_position.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_left_position.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_right_position.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_and_justify_content_center_and_top_position.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_and_justify_content_flex_end.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_center.rs (100%) rename tests/generated/{ => flex}/absolute_layout_align_items_center_on_child_only.rs (100%) rename tests/generated/{ => flex}/absolute_layout_child_order.rs (100%) rename tests/generated/{ => flex}/absolute_layout_in_wrap_reverse_column_container.rs (100%) rename tests/generated/{ => flex}/absolute_layout_in_wrap_reverse_column_container_flex_end.rs (100%) rename tests/generated/{ => flex}/absolute_layout_in_wrap_reverse_row_container.rs (100%) rename tests/generated/{ => flex}/absolute_layout_in_wrap_reverse_row_container_flex_end.rs (100%) rename tests/generated/{ => flex}/absolute_layout_justify_content_center.rs (100%) rename tests/generated/{ => flex}/absolute_layout_no_size.rs (100%) rename tests/generated/{ => flex}/absolute_layout_percentage_bottom_based_on_parent_height.rs (100%) rename tests/generated/{ => flex}/absolute_layout_percentage_height.rs (100%) rename tests/generated/{ => flex}/absolute_layout_row_width_height_end_bottom.rs (100%) rename tests/generated/{ => flex}/absolute_layout_start_top_end_bottom.rs (100%) rename tests/generated/{ => flex}/absolute_layout_width_height_end_bottom.rs (100%) rename tests/generated/{ => flex}/absolute_layout_width_height_start_top.rs (100%) rename tests/generated/{ => flex}/absolute_layout_width_height_start_top_end_bottom.rs (100%) rename tests/generated/{ => flex}/absolute_layout_within_border.rs (100%) rename tests/generated/{ => flex}/absolute_margin_bottom_left.rs (100%) rename tests/generated/{ => flex}/absolute_minmax_bottom_right_max.rs (100%) rename tests/generated/{ => flex}/absolute_minmax_bottom_right_min_max.rs (100%) rename tests/generated/{ => flex}/absolute_minmax_bottom_right_min_max_preferred.rs (100%) rename tests/generated/{ => flex}/absolute_minmax_top_left_bottom_right_max.rs (100%) rename tests/generated/{ => flex}/absolute_minmax_top_left_bottom_right_min_max.rs (100%) rename tests/generated/{ => flex}/absolute_padding_border_overrides_max_size.rs (100%) rename tests/generated/{ => flex}/absolute_padding_border_overrides_size.rs (100%) rename tests/generated/{ => flex}/align_baseline.rs (100%) rename tests/generated/{ => flex}/align_baseline_child.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_margin.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_margin_percent.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_multiline.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_multiline_no_override_on_secondline.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_multiline_override.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_padding.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_top.rs (100%) rename tests/generated/{ => flex}/align_baseline_child_top2.rs (100%) rename tests/generated/{ => flex}/align_baseline_column.rs (100%) rename tests/generated/{ => flex}/align_baseline_double_nested_child.rs (100%) rename tests/generated/{ => flex}/align_baseline_multiline.rs (100%) rename tests/generated/{ => flex}/align_baseline_multiline_column.rs (100%) rename tests/generated/{ => flex}/align_baseline_multiline_column2.rs (100%) rename tests/generated/{ => flex}/align_baseline_multiline_row_and_column.rs (100%) rename tests/generated/{ => flex}/align_baseline_nested_child.rs (100%) rename tests/generated/{ => flex}/align_baseline_nested_column.rs (100%) rename tests/generated/{ => flex}/align_center_should_size_based_on_content.rs (100%) rename tests/generated/{ => flex}/align_content_flex_end.rs (100%) rename tests/generated/{ => flex}/align_content_flex_start.rs (100%) rename tests/generated/{ => flex}/align_content_flex_start_with_flex.rs (100%) rename tests/generated/{ => flex}/align_content_flex_start_without_height_on_children.rs (100%) rename tests/generated/{ => flex}/align_content_not_stretch_with_align_items_stretch.rs (100%) rename tests/generated/{ => flex}/align_content_space_around_single_line.rs (100%) rename tests/generated/{ => flex}/align_content_space_around_wrapped.rs (100%) rename tests/generated/{ => flex}/align_content_space_between_single_line.rs (100%) rename tests/generated/{ => flex}/align_content_space_between_wrapped.rs (100%) rename tests/generated/{ => flex}/align_content_space_evenly_single_line.rs (100%) rename tests/generated/{ => flex}/align_content_space_evenly_wrapped.rs (100%) rename tests/generated/{ => flex}/align_content_spacearound.rs (100%) rename tests/generated/{ => flex}/align_content_spacebetween.rs (100%) rename tests/generated/{ => flex}/align_content_stretch.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_column.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_is_not_overriding_align_items.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_children.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_fixed_height.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_flex.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_flex_no_shrink.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_margin.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_max_height.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_min_height.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_padding.rs (100%) rename tests/generated/{ => flex}/align_content_stretch_row_with_single_row.rs (100%) rename tests/generated/{ => flex}/align_flex_start_with_shrinking_children.rs (100%) rename tests/generated/{ => flex}/align_flex_start_with_shrinking_children_with_stretch.rs (100%) rename tests/generated/{ => flex}/align_flex_start_with_stretching_children.rs (100%) rename tests/generated/{ => flex}/align_items_center.rs (100%) rename tests/generated/{ => flex}/align_items_center_child_with_margin_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/align_items_center_child_without_margin_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/align_items_center_justify_content_center.rs (97%) rename tests/generated/{ => flex}/align_items_center_min_max_with_padding.rs (100%) rename tests/generated/{ => flex}/align_items_center_with_child_margin.rs (100%) rename tests/generated/{ => flex}/align_items_center_with_child_top.rs (100%) rename tests/generated/{ => flex}/align_items_flex_end.rs (100%) rename tests/generated/{ => flex}/align_items_flex_end_child_with_margin_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/align_items_flex_end_child_without_margin_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/align_items_flex_start.rs (100%) rename tests/generated/{ => flex}/align_items_min_max.rs (100%) rename tests/generated/{ => flex}/align_items_stretch.rs (100%) rename tests/generated/{ => flex}/align_items_stretch_min_cross.rs (100%) rename tests/generated/{ => flex}/align_self_baseline.rs (100%) rename tests/generated/{ => flex}/align_self_center.rs (100%) rename tests/generated/{ => flex}/align_self_center_undefined_max_height.rs (100%) rename tests/generated/{ => flex}/align_self_flex_end.rs (100%) rename tests/generated/{ => flex}/align_self_flex_end_override_flex_start.rs (100%) rename tests/generated/{ => flex}/align_self_flex_start.rs (100%) rename tests/generated/{ => flex}/align_stretch_should_size_based_on_parent.rs (100%) rename tests/generated/{ => flex}/android_news_feed.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_fill_height.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_fill_max_height.rs (92%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_fill_max_width.rs (95%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_fill_min_height.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_fill_min_width.rs (95%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_fill_width.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_fill_width_flex.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_stretch_fill_height.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_stretch_fill_max_height.rs (92%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_stretch_fill_max_width.rs (95%) rename tests/generated/{ => flex}/aspect_ratio_flex_column_stretch_fill_width.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_fill_height.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_fill_max_height.rs (92%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_fill_max_width.rs (95%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_fill_min_height.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_fill_min_width.rs (95%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_fill_width.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_fill_width_flex.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_stretch_fill_height.rs (100%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_stretch_fill_max_height.rs (92%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_stretch_fill_max_width.rs (95%) rename tests/generated/{ => flex}/aspect_ratio_flex_row_stretch_fill_width.rs (100%) rename tests/generated/{ => flex}/bevy_issue_7976_3_level.rs (100%) rename tests/generated/{ => flex}/bevy_issue_7976_4_level.rs (100%) rename tests/generated/{ => flex}/bevy_issue_7976_reduced.rs (100%) rename tests/generated/{ => flex}/bevy_issue_8017.rs (100%) rename tests/generated/{ => flex}/bevy_issue_8017_reduced.rs (100%) rename tests/generated/{ => flex}/bevy_issue_8082.rs (100%) rename tests/generated/{ => flex}/bevy_issue_8082_percent.rs (100%) rename tests/generated/{ => flex}/bevy_issue_9530.rs (97%) rename tests/generated/{ => flex}/bevy_issue_9530_reduced.rs (96%) rename tests/generated/{ => flex}/bevy_issue_9530_reduced2.rs (96%) rename tests/generated/{ => flex}/bevy_issue_9530_reduced3.rs (95%) rename tests/generated/{ => flex}/bevy_issue_9530_reduced4.rs (95%) rename tests/generated/{ => flex}/border_center_child.rs (100%) rename tests/generated/{ => flex}/border_container_match_child.rs (100%) rename tests/generated/{ => flex}/border_flex_child.rs (100%) rename tests/generated/{ => flex}/border_no_child.rs (100%) rename tests/generated/{ => flex}/border_no_size.rs (100%) rename tests/generated/{ => flex}/border_stretch_child.rs (100%) rename tests/generated/{ => flex}/child_min_max_width_flexing.rs (100%) rename tests/generated/{ => flex}/child_with_padding_align_end.rs (100%) rename tests/generated/{ => flex}/container_with_unsized_child.rs (100%) rename tests/generated/{ => flex}/display_none.rs (100%) rename tests/generated/{ => flex}/display_none_absolute_child.rs (100%) rename tests/generated/{ => flex}/display_none_fixed_size.rs (100%) rename tests/generated/{ => flex}/display_none_only_node.rs (100%) rename tests/generated/{ => flex}/display_none_with_child.rs (100%) rename tests/generated/{ => flex}/display_none_with_margin.rs (100%) rename tests/generated/{ => flex}/display_none_with_position.rs (100%) rename tests/generated/{ => flex}/display_none_with_position_absolute.rs (100%) rename tests/generated/{ => flex}/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.rs (100%) rename tests/generated/{ => flex}/flex_basis_and_main_dimen_set_when_flexing.rs (100%) rename tests/generated/{ => flex}/flex_basis_flex_grow_column.rs (100%) rename tests/generated/{ => flex}/flex_basis_flex_grow_row.rs (100%) rename tests/generated/{ => flex}/flex_basis_flex_shrink_column.rs (100%) rename tests/generated/{ => flex}/flex_basis_flex_shrink_row.rs (100%) rename tests/generated/{ => flex}/flex_basis_larger_than_content_column.rs (100%) rename tests/generated/{ => flex}/flex_basis_larger_than_content_row.rs (100%) rename tests/generated/{ => flex}/flex_basis_overrides_main_size.rs (100%) rename tests/generated/{ => flex}/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_than_content_column.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_than_content_row.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_than_main_dimen_column.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_than_main_dimen_row.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_large_size.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_small_size.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.rs (100%) rename tests/generated/{ => flex}/flex_basis_smaller_then_content_with_flex_grow_very_large_size.rs (100%) rename tests/generated/{ => flex}/flex_basis_unconstraint_column.rs (100%) rename tests/generated/{ => flex}/flex_basis_unconstraint_row.rs (100%) rename tests/generated/{ => flex}/flex_basis_zero_undefined_main_size.rs (100%) rename tests/generated/{ => flex}/flex_column_relative_all_sides.rs (100%) rename tests/generated/{ => flex}/flex_direction_column.rs (100%) rename tests/generated/{ => flex}/flex_direction_column_no_height.rs (100%) rename tests/generated/{ => flex}/flex_direction_column_reverse.rs (100%) rename tests/generated/{ => flex}/flex_direction_column_reverse_no_height.rs (100%) rename tests/generated/{ => flex}/flex_direction_row.rs (100%) rename tests/generated/{ => flex}/flex_direction_row_no_width.rs (100%) rename tests/generated/{ => flex}/flex_direction_row_reverse.rs (100%) rename tests/generated/{ => flex}/flex_grow_child.rs (100%) rename tests/generated/{ => flex}/flex_grow_flex_basis_percent_min_max.rs (100%) rename tests/generated/{ => flex}/flex_grow_height_maximized.rs (100%) rename tests/generated/{ => flex}/flex_grow_in_at_most_container.rs (100%) rename tests/generated/{ => flex}/flex_grow_less_than_factor_one.rs (100%) rename tests/generated/{ => flex}/flex_grow_root_minimized.rs (100%) rename tests/generated/{ => flex}/flex_grow_shrink_at_most.rs (100%) rename tests/generated/{ => flex}/flex_grow_to_min.rs (100%) rename tests/generated/{ => flex}/flex_grow_within_constrained_max_column.rs (100%) rename tests/generated/{ => flex}/flex_grow_within_constrained_max_row.rs (100%) rename tests/generated/{ => flex}/flex_grow_within_constrained_max_width.rs (100%) rename tests/generated/{ => flex}/flex_grow_within_constrained_min_column.rs (100%) rename tests/generated/{ => flex}/flex_grow_within_constrained_min_max_column.rs (100%) rename tests/generated/{ => flex}/flex_grow_within_constrained_min_row.rs (100%) rename tests/generated/{ => flex}/flex_grow_within_max_width.rs (100%) rename tests/generated/{ => flex}/flex_root_ignored.rs (100%) rename tests/generated/{ => flex}/flex_row_relative_all_sides.rs (100%) rename tests/generated/{ => flex}/flex_shrink_by_outer_margin_with_max_size.rs (100%) rename tests/generated/{ => flex}/flex_shrink_flex_grow_child_flex_shrink_other_child.rs (100%) rename tests/generated/{ => flex}/flex_shrink_flex_grow_row.rs (100%) rename tests/generated/{ => flex}/flex_shrink_to_zero.rs (100%) rename tests/generated/{ => flex}/flex_wrap_align_stretch_fits_one_row.rs (100%) rename tests/generated/{ => flex}/flex_wrap_children_with_min_main_overriding_flex_basis.rs (100%) rename tests/generated/{ => flex}/flex_wrap_wrap_to_child_height.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_child_margins.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_determines_parent_width.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_flexible.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_flexible_undefined_parent.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_inflexible.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_inflexible_undefined_parent.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_justify_center.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_justify_flex_end.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_justify_flex_start.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_justify_space_around.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_justify_space_between.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_justify_space_evenly.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_mixed_flexible.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_percentage_cyclic_partially_shrinkable.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_percentage_cyclic_shrinkable.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_percentage_cyclic_unshrinkable.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_percentage_flexible.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_percentage_flexible_with_padding.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_percentage_inflexible.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_row_gap_wrapping.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_wrap_align_center.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_wrap_align_flex_end.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_wrap_align_flex_start.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_wrap_align_space_around.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_wrap_align_space_between.rs (100%) rename tests/generated/{ => flex}/gap_column_gap_wrap_align_stretch.rs (100%) rename tests/generated/{ => flex}/gap_column_row_gap_wrapping.rs (100%) rename tests/generated/{ => flex}/gap_row_gap_align_items_end.rs (100%) rename tests/generated/{ => flex}/gap_row_gap_align_items_stretch.rs (100%) rename tests/generated/{ => flex}/gap_row_gap_column_child_margins.rs (100%) rename tests/generated/{ => flex}/gap_row_gap_determines_parent_height.rs (100%) rename tests/generated/{ => flex}/gap_row_gap_percentage_wrapping.rs (100%) rename tests/generated/{ => flex}/gap_row_gap_row_wrap_child_margins.rs (100%) rename tests/generated/{ => flex}/intrinsic_sizing_cross_size_column.rs (91%) rename tests/generated/{ => flex}/intrinsic_sizing_main_size_column.rs (91%) rename tests/generated/{ => flex}/intrinsic_sizing_main_size_column_nested.rs (94%) rename tests/generated/{ => flex}/intrinsic_sizing_main_size_column_wrap.rs (92%) rename tests/generated/{ => flex}/intrinsic_sizing_main_size_row.rs (91%) rename tests/generated/{ => flex}/intrinsic_sizing_main_size_row_nested.rs (93%) rename tests/generated/{ => flex}/intrinsic_sizing_main_size_row_wrap.rs (92%) rename tests/generated/{ => flex}/justify_content_column_center.rs (100%) rename tests/generated/{ => flex}/justify_content_column_flex_end.rs (100%) rename tests/generated/{ => flex}/justify_content_column_flex_start.rs (100%) rename tests/generated/{ => flex}/justify_content_column_max_height_and_margin.rs (100%) rename tests/generated/{ => flex}/justify_content_column_min_height_and_margin.rs (100%) rename tests/generated/{ => flex}/justify_content_column_min_height_and_margin_bottom.rs (100%) rename tests/generated/{ => flex}/justify_content_column_min_height_and_margin_top.rs (100%) rename tests/generated/{ => flex}/justify_content_column_space_around.rs (100%) rename tests/generated/{ => flex}/justify_content_column_space_between.rs (100%) rename tests/generated/{ => flex}/justify_content_column_space_evenly.rs (100%) rename tests/generated/{ => flex}/justify_content_min_max.rs (100%) rename tests/generated/{ => flex}/justify_content_min_width_with_padding_child_width_greater_than_parent.rs (100%) rename tests/generated/{ => flex}/justify_content_min_width_with_padding_child_width_lower_than_parent.rs (100%) rename tests/generated/{ => flex}/justify_content_overflow_min_max.rs (100%) rename tests/generated/{ => flex}/justify_content_row_center.rs (100%) rename tests/generated/{ => flex}/justify_content_row_flex_end.rs (100%) rename tests/generated/{ => flex}/justify_content_row_flex_start.rs (100%) rename tests/generated/{ => flex}/justify_content_row_max_width_and_margin.rs (100%) rename tests/generated/{ => flex}/justify_content_row_min_width_and_margin.rs (100%) rename tests/generated/{ => flex}/justify_content_row_space_around.rs (100%) rename tests/generated/{ => flex}/justify_content_row_space_between.rs (100%) rename tests/generated/{ => flex}/justify_content_row_space_evenly.rs (100%) rename tests/generated/{ => flex}/margin_and_flex_column.rs (100%) rename tests/generated/{ => flex}/margin_and_flex_row.rs (100%) rename tests/generated/{ => flex}/margin_and_stretch_column.rs (100%) rename tests/generated/{ => flex}/margin_and_stretch_row.rs (100%) rename tests/generated/{ => flex}/margin_auto_bottom.rs (100%) rename tests/generated/{ => flex}/margin_auto_bottom_and_top.rs (100%) rename tests/generated/{ => flex}/margin_auto_bottom_and_top_justify_center.rs (100%) rename tests/generated/{ => flex}/margin_auto_left.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_and_right.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_and_right_column.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_and_right_column_and_center.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_and_right_stretch.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_child_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_fix_right_child_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_right_child_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/margin_auto_left_stretching_child.rs (100%) rename tests/generated/{ => flex}/margin_auto_mutiple_children_column.rs (100%) rename tests/generated/{ => flex}/margin_auto_mutiple_children_row.rs (100%) rename tests/generated/{ => flex}/margin_auto_right.rs (100%) rename tests/generated/{ => flex}/margin_auto_top.rs (100%) rename tests/generated/{ => flex}/margin_auto_top_and_bottom_stretch.rs (100%) rename tests/generated/{ => flex}/margin_auto_top_stretching_child.rs (100%) rename tests/generated/{ => flex}/margin_bottom.rs (100%) rename tests/generated/{ => flex}/margin_fix_left_auto_right_child_bigger_than_parent.rs (100%) rename tests/generated/{ => flex}/margin_left.rs (100%) rename tests/generated/{ => flex}/margin_right.rs (100%) rename tests/generated/{ => flex}/margin_should_not_be_part_of_max_height.rs (100%) rename tests/generated/{ => flex}/margin_should_not_be_part_of_max_width.rs (100%) rename tests/generated/{ => flex}/margin_top.rs (100%) rename tests/generated/{ => flex}/margin_with_sibling_column.rs (100%) rename tests/generated/{ => flex}/margin_with_sibling_row.rs (100%) rename tests/generated/{ => flex}/max_height.rs (100%) rename tests/generated/{ => flex}/max_height_overrides_height.rs (100%) rename tests/generated/{ => flex}/max_height_overrides_height_on_root.rs (100%) rename tests/generated/{ => flex}/max_width.rs (100%) rename tests/generated/{ => flex}/max_width_overrides_width.rs (100%) rename tests/generated/{ => flex}/max_width_overrides_width_on_root.rs (100%) rename tests/generated/{ => flex}/measure_child.rs (93%) rename tests/generated/{ => flex}/measure_child_absolute.rs (94%) rename tests/generated/{ => flex}/measure_child_constraint.rs (89%) rename tests/generated/{ => flex}/measure_child_constraint_padding_parent.rs (91%) rename tests/generated/{ => flex}/measure_child_with_flex_grow.rs (96%) rename tests/generated/{ => flex}/measure_child_with_flex_shrink.rs (96%) rename tests/generated/{ => flex}/measure_child_with_flex_shrink_hidden.rs (96%) rename tests/generated/{ => flex}/measure_child_with_min_size_greater_than_available_space.rs (95%) rename tests/generated/{ => flex}/measure_flex_basis_overrides_measure.rs (94%) rename tests/generated/{ => flex}/measure_height_overrides_measure.rs (94%) rename tests/generated/{ => flex}/measure_remeasure_child_after_growing.rs (96%) rename tests/generated/{ => flex}/measure_remeasure_child_after_shrinking.rs (96%) rename tests/generated/{ => flex}/measure_remeasure_child_after_stretching.rs (94%) rename tests/generated/{ => flex}/measure_root.rs (91%) rename tests/generated/{ => flex}/measure_stretch_overrides_measure.rs (96%) rename tests/generated/{ => flex}/measure_width_overrides_measure.rs (94%) rename tests/generated/{ => flex}/min_height.rs (100%) rename tests/generated/{ => flex}/min_height_larger_than_height.rs (100%) rename tests/generated/{ => flex}/min_height_overrides_height.rs (100%) rename tests/generated/{ => flex}/min_height_overrides_height_on_root.rs (100%) rename tests/generated/{ => flex}/min_height_overrides_max_height.rs (100%) rename tests/generated/{ => flex}/min_height_with_nested_fixed_height.rs (100%) rename tests/generated/{ => flex}/min_max_percent_different_width_height.rs (95%) rename tests/generated/{ => flex}/min_max_percent_no_width_height.rs (100%) rename tests/generated/{ => flex}/min_width.rs (100%) rename tests/generated/{ => flex}/min_width_larger_than_width.rs (100%) rename tests/generated/{ => flex}/min_width_overrides_max_width.rs (100%) rename tests/generated/{ => flex}/min_width_overrides_width.rs (100%) rename tests/generated/{ => flex}/min_width_overrides_width_on_root.rs (100%) create mode 100644 tests/generated/flex/mod.rs rename tests/generated/{ => flex}/nested_overflowing_child.rs (100%) rename tests/generated/{ => flex}/nested_overflowing_child_in_constraint_parent.rs (100%) rename tests/generated/{ => flex}/only_shrinkable_item_with_flex_basis_zero.rs (100%) rename tests/generated/{ => flex}/overflow_cross_axis.rs (100%) rename tests/generated/{ => flex}/overflow_main_axis.rs (100%) rename tests/generated/{ => flex}/overflow_main_axis_shrink_hidden.rs (95%) rename tests/generated/{ => flex}/overflow_main_axis_shrink_scroll.rs (95%) rename tests/generated/{ => flex}/overflow_main_axis_shrink_visible.rs (94%) rename tests/generated/{ => flex}/overflow_scroll_main_axis_justify_content_end.rs (100%) rename tests/generated/{ => flex}/overflow_scrollbars_overriden_by_available_space.rs (100%) rename tests/generated/{ => flex}/overflow_scrollbars_overriden_by_max_size.rs (100%) rename tests/generated/{ => flex}/overflow_scrollbars_overriden_by_size.rs (100%) rename tests/generated/{ => flex}/overflow_scrollbars_take_up_space_both_axis.rs (100%) rename tests/generated/{ => flex}/overflow_scrollbars_take_up_space_cross_axis.rs (100%) rename tests/generated/{ => flex}/overflow_scrollbars_take_up_space_main_axis.rs (100%) rename tests/generated/{ => flex}/padding_align_end_child.rs (100%) rename tests/generated/{ => flex}/padding_border_overrides_max_size.rs (100%) rename tests/generated/{ => flex}/padding_border_overrides_min_size.rs (100%) rename tests/generated/{ => flex}/padding_border_overrides_size.rs (100%) rename tests/generated/{ => flex}/padding_border_overrides_size_flex_basis_0.rs (100%) rename tests/generated/{ => flex}/padding_border_overrides_size_flex_basis_0_growable.rs (100%) rename tests/generated/{ => flex}/padding_center_child.rs (100%) rename tests/generated/{ => flex}/padding_container_match_child.rs (100%) rename tests/generated/{ => flex}/padding_flex_child.rs (100%) rename tests/generated/{ => flex}/padding_no_child.rs (100%) rename tests/generated/{ => flex}/padding_no_size.rs (100%) rename tests/generated/{ => flex}/padding_stretch_child.rs (100%) rename tests/generated/{ => flex}/parent_wrap_child_size_overflowing_parent.rs (100%) rename tests/generated/{ => flex}/percent_absolute_position.rs (100%) rename tests/generated/{ => flex}/percent_within_flex_grow.rs (100%) rename tests/generated/{ => flex}/percentage_absolute_position.rs (100%) rename tests/generated/{ => flex}/percentage_container_in_wrapping_container.rs (100%) rename tests/generated/{ => flex}/percentage_different_width_height.rs (100%) rename tests/generated/{ => flex}/percentage_different_width_height_column.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_cross.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_cross_max_height.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_cross_max_width.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_cross_min_height.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_cross_min_width.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_main_max_height.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_main_max_width.rs (100%) rename tests/generated/{ => flex}/percentage_flex_basis_main_min_width.rs (100%) rename tests/generated/{ => flex}/percentage_main_max_height.rs (100%) rename tests/generated/{ => flex}/percentage_margin_should_calculate_based_only_on_width.rs (100%) rename tests/generated/{ => flex}/percentage_moderate_complexity.rs (100%) rename tests/generated/{ => flex}/percentage_moderate_complexity2.rs (100%) rename tests/generated/{ => flex}/percentage_multiple_nested_with_padding_margin_and_percentage_values.rs (100%) rename tests/generated/{ => flex}/percentage_padding_should_calculate_based_only_on_width.rs (100%) rename tests/generated/{ => flex}/percentage_position_bottom_right.rs (100%) rename tests/generated/{ => flex}/percentage_position_left_top.rs (100%) rename tests/generated/{ => flex}/percentage_size_based_on_parent_inner_size.rs (100%) rename tests/generated/{ => flex}/percentage_size_of_flex_basis.rs (100%) rename tests/generated/{ => flex}/percentage_sizes_should_not_prevent_flex_shrinking.rs (100%) rename tests/generated/{ => flex}/percentage_width_height.rs (100%) rename tests/generated/{ => flex}/percentage_width_height_undefined_parent_size.rs (100%) rename tests/generated/{ => flex}/position_root_with_rtl_should_position_withoutdirection.rs (100%) rename tests/generated/{ => flex}/relative_position_should_not_nudge_siblings.rs (100%) rename tests/generated/{ => flex}/rounding_flex_basis_flex_grow_row_prime_number_width.rs (100%) rename tests/generated/{ => flex}/rounding_flex_basis_flex_grow_row_width_of_100.rs (100%) rename tests/generated/{ => flex}/rounding_flex_basis_flex_shrink_row.rs (100%) rename tests/generated/{ => flex}/rounding_flex_basis_overrides_main_size.rs (100%) rename tests/generated/{ => flex}/rounding_fractial_input_1.rs (100%) rename tests/generated/{ => flex}/rounding_fractial_input_2.rs (100%) rename tests/generated/{ => flex}/rounding_fractial_input_3.rs (100%) rename tests/generated/{ => flex}/rounding_fractial_input_4.rs (100%) rename tests/generated/{ => flex}/rounding_fractial_input_5.rs (100%) rename tests/generated/{ => flex}/rounding_fractial_input_6.rs (100%) rename tests/generated/{ => flex}/rounding_fractial_input_7.rs (100%) rename tests/generated/{ => flex}/rounding_inner_node_controversy_combined.rs (100%) rename tests/generated/{ => flex}/rounding_inner_node_controversy_horizontal.rs (100%) rename tests/generated/{ => flex}/rounding_inner_node_controversy_vertical.rs (100%) rename tests/generated/{ => flex}/rounding_total_fractial.rs (100%) rename tests/generated/{ => flex}/rounding_total_fractial_nested.rs (100%) rename tests/generated/{ => flex}/simple_child.rs (100%) rename tests/generated/{ => flex}/single_flex_child_after_absolute_child.rs (100%) rename tests/generated/{ => flex}/size_defined_by_child.rs (100%) rename tests/generated/{ => flex}/size_defined_by_child_with_border.rs (100%) rename tests/generated/{ => flex}/size_defined_by_child_with_padding.rs (100%) rename tests/generated/{ => flex}/size_defined_by_grand_child.rs (100%) rename tests/generated/{ => flex}/undefined_height_with_min_max.rs (100%) rename tests/generated/{ => flex}/undefined_width_with_min_max.rs (100%) rename tests/generated/{ => flex}/undefined_width_with_min_max_row.rs (100%) rename tests/generated/{ => flex}/width_smaller_then_content_with_flex_grow_large_size.rs (100%) rename tests/generated/{ => flex}/width_smaller_then_content_with_flex_grow_small_size.rs (100%) rename tests/generated/{ => flex}/width_smaller_then_content_with_flex_grow_unconstraint_size.rs (100%) rename tests/generated/{ => flex}/width_smaller_then_content_with_flex_grow_very_large_size.rs (100%) rename tests/generated/{ => flex}/wrap_child.rs (100%) rename tests/generated/{ => flex}/wrap_column.rs (100%) rename tests/generated/{ => flex}/wrap_grandchild.rs (100%) rename tests/generated/{ => flex}/wrap_nodes_with_content_sizing_margin_cross.rs (100%) rename tests/generated/{ => flex}/wrap_nodes_with_content_sizing_overflowing_margin.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_column.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_column_fixed_size.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_row.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_row_align_content_center.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_row_align_content_flex_start.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_row_align_content_space_around.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_row_align_content_stretch.rs (100%) rename tests/generated/{ => flex}/wrap_reverse_row_single_line_different_size.rs (100%) rename tests/generated/{ => flex}/wrap_row.rs (100%) rename tests/generated/{ => flex}/wrap_row_align_items_center.rs (100%) rename tests/generated/{ => flex}/wrap_row_align_items_flex_end.rs (100%) rename tests/generated/{ => flex}/wrapped_column_max_height.rs (100%) rename tests/generated/{ => flex}/wrapped_column_max_height_flex.rs (100%) rename tests/generated/{ => flex}/wrapped_row_within_align_items_center.rs (100%) rename tests/generated/{ => flex}/wrapped_row_within_align_items_flex_end.rs (100%) rename tests/generated/{ => flex}/wrapped_row_within_align_items_flex_start.rs (100%) rename tests/generated/{ => grid}/grid_absolute_align_self_sized_all.rs (100%) rename tests/generated/{ => grid}/grid_absolute_column_end.rs (100%) rename tests/generated/{ => grid}/grid_absolute_column_start.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_bottom_left.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_bottom_left_margin.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_left_overrides_right.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_left_right.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_left_right_margin.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_negative_position.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_negative_position_margin.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_top_bottom.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_top_bottom_margin.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_top_right.rs (100%) rename tests/generated/{ => grid}/grid_absolute_container_top_right_margin.rs (100%) rename tests/generated/{ => grid}/grid_absolute_justify_self_sized_all.rs (100%) rename tests/generated/{ => grid}/grid_absolute_layout_within_border.rs (100%) rename tests/generated/{ => grid}/grid_absolute_layout_within_border_static.rs (100%) rename tests/generated/{ => grid}/grid_absolute_row_end.rs (100%) rename tests/generated/{ => grid}/grid_absolute_row_start.rs (100%) rename tests/generated/{ => grid}/grid_absolute_top_overrides_bottom.rs (100%) rename tests/generated/{ => grid}/grid_absolute_with_padding.rs (100%) rename tests/generated/{ => grid}/grid_absolute_with_padding_and_margin.rs (100%) rename tests/generated/{ => grid}/grid_align_content_center.rs (100%) rename tests/generated/{ => grid}/grid_align_content_end.rs (100%) rename tests/generated/{ => grid}/grid_align_content_end_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_align_content_space_around.rs (100%) rename tests/generated/{ => grid}/grid_align_content_space_around_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_align_content_space_between.rs (100%) rename tests/generated/{ => grid}/grid_align_content_space_between_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_align_content_space_evenly.rs (100%) rename tests/generated/{ => grid}/grid_align_content_space_evenly_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_align_content_start.rs (100%) rename tests/generated/{ => grid}/grid_align_content_start_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_margin.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_margin_percent.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_multiline.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_multiline_no_override_on_secondline.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_multiline_override.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_padding.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_top.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_child_top2.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_complex.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_double_nested_child.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_multiline.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_multiline_column.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_multiline_row_and_column.rs (100%) rename tests/generated/{ => grid}/grid_align_items_baseline_nested_column.rs (100%) rename tests/generated/{ => grid}/grid_align_items_sized_center.rs (100%) rename tests/generated/{ => grid}/grid_align_items_sized_end.rs (100%) rename tests/generated/{ => grid}/grid_align_items_sized_start.rs (100%) rename tests/generated/{ => grid}/grid_align_items_sized_stretch.rs (100%) rename tests/generated/{ => grid}/grid_align_self_sized_all.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_absolute_fill_height_from_inset.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_absolute_fill_width_from_inset.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_absolute_height_overrides_inset.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_absolute_width_overrides_inset.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_child_fill_content_height.rs (95%) rename tests/generated/{ => grid}/grid_aspect_ratio_child_fill_content_width.rs (95%) rename tests/generated/{ => grid}/grid_aspect_ratio_fill_child_height.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_fill_child_max_height.rs (95%) rename tests/generated/{ => grid}/grid_aspect_ratio_fill_child_max_width.rs (95%) rename tests/generated/{ => grid}/grid_aspect_ratio_fill_child_min_height.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_fill_child_min_width.rs (95%) rename tests/generated/{ => grid}/grid_aspect_ratio_fill_child_width.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_overriden_by_explicit_sizes.rs (100%) rename tests/generated/{ => grid}/grid_aspect_ratio_overriden_by_explicit_sizes_flex.rs (100%) rename tests/generated/{ => grid}/grid_auto_columns.rs (100%) rename tests/generated/{ => grid}/grid_auto_columns_fixed_width.rs (100%) rename tests/generated/{ => grid}/grid_auto_fill_fixed_size.rs (100%) rename tests/generated/{ => grid}/grid_auto_fill_with_empty_auto_track.rs (100%) rename tests/generated/{ => grid}/grid_auto_fit_with_empty_auto_track.rs (100%) rename tests/generated/{ => grid}/grid_auto_rows.rs (100%) rename tests/generated/{ => grid}/grid_auto_single_item.rs (100%) rename tests/generated/{ => grid}/grid_auto_single_item_fixed_width.rs (100%) rename tests/generated/{ => grid}/grid_auto_single_item_fixed_width_with_definite_width.rs (100%) rename tests/generated/{ => grid}/grid_auto_takes_precedence_over_fr.rs (100%) rename tests/generated/{ => grid}/grid_available_space_greater_than_max_content.rs (93%) rename tests/generated/{ => grid}/grid_available_space_smaller_than_max_content.rs (93%) rename tests/generated/{ => grid}/grid_available_space_smaller_than_min_content.rs (92%) rename tests/generated/{ => grid}/grid_basic.rs (100%) rename tests/generated/{ => grid}/grid_basic_implicit_tracks.rs (100%) rename tests/generated/{ => grid}/grid_basic_with_overflow.rs (100%) rename tests/generated/{ => grid}/grid_basic_with_padding.rs (100%) rename tests/generated/{ => grid}/grid_display_none_fixed_size.rs (100%) rename tests/generated/{ => grid}/grid_fit_content_percent_definite_argument.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_percent_definite_max_content.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_percent_definite_min_content.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_percent_indefinite_argument.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_percent_indefinite_max_content.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_percent_indefinite_max_content_hidden.rs (95%) rename tests/generated/{ => grid}/grid_fit_content_percent_indefinite_min_content.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_percent_indefinite_min_content_hidden.rs (95%) rename tests/generated/{ => grid}/grid_fit_content_points_argument.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_points_max_content.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_points_min_content.rs (94%) rename tests/generated/{ => grid}/grid_fit_content_points_min_content_hidden.rs (95%) rename tests/generated/{ => grid}/grid_fr_fixed_size_no_content_proportions.rs (100%) rename tests/generated/{ => grid}/grid_fr_fixed_size_no_content_proportions_sub_1_sum.rs (100%) rename tests/generated/{ => grid}/grid_fr_fixed_size_single_item.rs (100%) rename tests/generated/{ => grid}/grid_fr_no_sized_items_indefinite.rs (100%) rename tests/generated/{ => grid}/grid_fr_single_item_indefinite.rs (100%) rename tests/generated/{ => grid}/grid_fr_span_2_proportion.rs (100%) rename tests/generated/{ => grid}/grid_fr_span_2_proportion_sub_1_sum.rs (100%) rename tests/generated/{ => grid}/grid_fr_span_2_proportion_with_non_spanned_track.rs (100%) rename tests/generated/{ => grid}/grid_fr_span_2_proportion_zero_sum.rs (100%) rename tests/generated/{ => grid}/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.rs (100%) rename tests/generated/{ => grid}/grid_gap.rs (100%) rename tests/generated/{ => grid}/grid_hidden.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_center.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_center_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_end.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_end_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_space_around.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_space_around_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_space_between.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_space_between_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_space_evenly.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_space_evenly_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_start.rs (100%) rename tests/generated/{ => grid}/grid_justify_content_start_with_padding_border.rs (100%) rename tests/generated/{ => grid}/grid_justify_items_sized_center.rs (100%) rename tests/generated/{ => grid}/grid_justify_items_sized_end.rs (100%) rename tests/generated/{ => grid}/grid_justify_items_sized_start.rs (100%) rename tests/generated/{ => grid}/grid_justify_items_sized_stretch.rs (100%) rename tests/generated/{ => grid}/grid_justify_self_sized_all.rs (100%) rename tests/generated/{ => grid}/grid_margins_auto_margins.rs (100%) rename tests/generated/{ => grid}/grid_margins_auto_margins_override_stretch.rs (98%) rename tests/generated/{ => grid}/grid_margins_fixed_center.rs (100%) rename tests/generated/{ => grid}/grid_margins_fixed_end.rs (100%) rename tests/generated/{ => grid}/grid_margins_fixed_start.rs (100%) rename tests/generated/{ => grid}/grid_margins_fixed_stretch.rs (100%) rename tests/generated/{ => grid}/grid_margins_percent_center.rs (100%) rename tests/generated/{ => grid}/grid_margins_percent_end.rs (100%) rename tests/generated/{ => grid}/grid_margins_percent_start.rs (100%) rename tests/generated/{ => grid}/grid_margins_percent_stretch.rs (100%) rename tests/generated/{ => grid}/grid_max_content_maximum_single_item.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item_margin_auto.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item_margin_fixed.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item_margin_percent.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item_span_2.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item_span_2_gap_fixed.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item_span_2_gap_percent_definite.rs (98%) rename tests/generated/{ => grid}/grid_max_content_single_item_span_2_gap_percent_indefinite.rs (98%) rename tests/generated/{ => grid}/grid_max_width_greater_than_max_content.rs (94%) rename tests/generated/{ => grid}/grid_max_width_less_than_max_content_with_min_content.rs (94%) rename tests/generated/{ => grid}/grid_max_width_smaller_than_max_content.rs (94%) rename tests/generated/{ => grid}/grid_max_width_smaller_than_min_content.rs (94%) rename tests/generated/{ => grid}/grid_min_content_flex_column.rs (92%) rename tests/generated/{ => grid}/grid_min_content_flex_row.rs (92%) rename tests/generated/{ => grid}/grid_min_content_flex_single_item.rs (98%) rename tests/generated/{ => grid}/grid_min_content_flex_single_item_margin_auto.rs (98%) rename tests/generated/{ => grid}/grid_min_content_flex_single_item_margin_fixed.rs (98%) rename tests/generated/{ => grid}/grid_min_content_flex_single_item_margin_percent.rs (98%) rename tests/generated/{ => grid}/grid_min_content_maximum_single_item.rs (98%) rename tests/generated/{ => grid}/grid_min_content_single_item.rs (98%) rename tests/generated/{ => grid}/grid_minmax_auto_fixed_10px.rs (94%) rename tests/generated/{ => grid}/grid_minmax_auto_max_content.rs (94%) rename tests/generated/{ => grid}/grid_minmax_auto_min_content.rs (94%) rename tests/generated/{ => grid}/grid_minmax_auto_percent_definite.rs (94%) rename tests/generated/{ => grid}/grid_minmax_auto_percent_indefinite.rs (94%) rename tests/generated/{ => grid}/grid_minmax_column_fixed_width_above_range.rs (100%) rename tests/generated/{ => grid}/grid_minmax_column_fixed_width_below_range.rs (100%) rename tests/generated/{ => grid}/grid_minmax_column_fixed_width_within_range.rs (100%) rename tests/generated/{ => grid}/grid_minmax_column_indefinite.rs (100%) rename tests/generated/{ => grid}/grid_minmax_column_with_auto_fixed.rs (100%) rename tests/generated/{ => grid}/grid_minmax_column_with_fr_fixed.rs (100%) rename tests/generated/{ => grid}/grid_minmax_max_content_1fr.rs (94%) rename tests/generated/{ => grid}/grid_minmax_max_content_auto.rs (94%) rename tests/generated/{ => grid}/grid_minmax_max_content_fixed_10px.rs (94%) rename tests/generated/{ => grid}/grid_minmax_max_content_min_content.rs (94%) rename tests/generated/{ => grid}/grid_minmax_max_content_percent_definite.rs (94%) rename tests/generated/{ => grid}/grid_minmax_max_content_percent_indefinite.rs (94%) rename tests/generated/{ => grid}/grid_minmax_min_content_1fr.rs (94%) rename tests/generated/{ => grid}/grid_minmax_min_content_auto.rs (94%) rename tests/generated/{ => grid}/grid_minmax_min_content_fixed_10px.rs (94%) rename tests/generated/{ => grid}/grid_minmax_min_content_max_content.rs (94%) rename tests/generated/{ => grid}/grid_minmax_min_content_percent_definite.rs (94%) rename tests/generated/{ => grid}/grid_minmax_min_content_percent_indefinite.rs (94%) rename tests/generated/{ => grid}/grid_out_of_order_items.rs (100%) rename tests/generated/{ => grid}/grid_overflow_inline_axis_hidden.rs (95%) rename tests/generated/{ => grid}/grid_overflow_inline_axis_scroll.rs (95%) rename tests/generated/{ => grid}/grid_overflow_inline_axis_visible.rs (94%) rename tests/generated/{ => grid}/grid_overflow_rows.rs (97%) rename tests/generated/{ => grid}/grid_overflow_scrollbars_overriden_by_available_space.rs (100%) rename tests/generated/{ => grid}/grid_overflow_scrollbars_overriden_by_max_size.rs (100%) rename tests/generated/{ => grid}/grid_overflow_scrollbars_overriden_by_size.rs (100%) rename tests/generated/{ => grid}/grid_overflow_scrollbars_take_up_space_both_axis.rs (100%) rename tests/generated/{ => grid}/grid_overflow_scrollbars_take_up_space_x_axis.rs (100%) rename tests/generated/{ => grid}/grid_overflow_scrollbars_take_up_space_y_axis.rs (100%) rename tests/generated/{ => grid}/grid_padding_border_overrides_container_max_size.rs (100%) rename tests/generated/{ => grid}/grid_padding_border_overrides_container_size.rs (100%) rename tests/generated/{ => grid}/grid_padding_border_overrides_max_size.rs (100%) rename tests/generated/{ => grid}/grid_padding_border_overrides_min_size.rs (100%) rename tests/generated/{ => grid}/grid_padding_border_overrides_size.rs (100%) rename tests/generated/{ => grid}/grid_percent_item_inside_stretch_item.rs (100%) rename tests/generated/{ => grid}/grid_percent_items_nested_inside_stretch_alignment.rs (100%) rename tests/generated/{ => grid}/grid_percent_items_nested_moderate.rs (100%) rename tests/generated/{ => grid}/grid_percent_items_nested_with_margin.rs (100%) rename tests/generated/{ => grid}/grid_percent_items_nested_with_padding_margin.rs (100%) rename tests/generated/{ => grid}/grid_percent_items_width_and_margin.rs (100%) rename tests/generated/{ => grid}/grid_percent_items_width_and_padding.rs (100%) rename tests/generated/{ => grid}/grid_percent_tracks_definite_overflow.rs (100%) rename tests/generated/{ => grid}/grid_percent_tracks_definite_underflow.rs (100%) rename tests/generated/{ => grid}/grid_percent_tracks_indefinite_only.rs (100%) rename tests/generated/{ => grid}/grid_percent_tracks_indefinite_with_content_overflow.rs (100%) rename tests/generated/{ => grid}/grid_percent_tracks_indefinite_with_content_underflow.rs (100%) rename tests/generated/{ => grid}/grid_placement_auto_negative.rs (100%) rename tests/generated/{ => grid}/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.rs (100%) rename tests/generated/{ => grid}/grid_relative_all_sides.rs (100%) rename tests/generated/{ => grid}/grid_relayout_vertical_text.rs (92%) rename tests/generated/{ => grid}/grid_repeat_integer.rs (100%) rename tests/generated/{ => grid}/grid_repeat_mixed.rs (100%) rename tests/generated/{ => grid}/grid_size_child_fixed_tracks.rs (92%) rename tests/generated/{ => grid}/grid_span_13_most_non_flex_with_minmax_indefinite.rs (98%) rename tests/generated/{ => grid}/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.rs (98%) rename tests/generated/{ => grid}/grid_span_2_max_content_auto_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_max_content_auto_indefinite_hidden.rs (100%) rename tests/generated/{ => grid}/grid_span_2_max_content_fit_content_10px_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_max_content_fit_content_10px_indefinite_hidden.rs (97%) rename tests/generated/{ => grid}/grid_span_2_max_content_fit_content_80px_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_max_content_fit_content_80px_indefinite_hidden.rs (97%) rename tests/generated/{ => grid}/grid_span_2_max_content_max_content_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_auto_indefinite.rs (96%) rename tests/generated/{ => grid}/grid_span_2_min_content_auto_indefinite_hidden.rs (96%) rename tests/generated/{ => grid}/grid_span_2_min_content_fit_content_10px_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_fit_content_10px_indefinite_hidden.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_fit_content_30px_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_fit_content_30px_indefinite_hidden.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_fit_content_80px_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_fit_content_80px_indefinite_hidden.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_max_content_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_2_min_content_min_content_indefinite.rs (97%) rename tests/generated/{ => grid}/grid_span_6_all_non_flex_indefinite.rs (98%) rename tests/generated/{ => grid}/grid_span_6_all_non_flex_indefinite_hidden.rs (98%) rename tests/generated/{ => grid}/grid_span_8_all_track_types_indefinite.rs (98%) create mode 100644 tests/generated/grid/mod.rs rename tests/generated/{ => gridflex}/gridflex_column_integration.rs (92%) rename tests/generated/{ => gridflex}/gridflex_kitchen_sink.rs (96%) rename tests/generated/{ => gridflex}/gridflex_kitchen_sink_minimise.rs (100%) rename tests/generated/{ => gridflex}/gridflex_kitchen_sink_minimise2.rs (100%) rename tests/generated/{ => gridflex}/gridflex_kitchen_sink_minimise3.rs (100%) rename tests/generated/{ => gridflex}/gridflex_row_integration.rs (91%) create mode 100644 tests/generated/gridflex/mod.rs rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_affect_available_space_x_axis.rs (93%) rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_affect_available_space_y_axis.rs (93%) rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_overriden_by_available_space.rs (100%) rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_overriden_by_max_size.rs (100%) rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_overriden_by_size.rs (100%) rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_take_up_space_both_axis.rs (92%) rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_take_up_space_x_axis.rs (92%) rename tests/generated/{ => leaf}/leaf_overflow_scrollbars_take_up_space_y_axis.rs (92%) rename tests/generated/{ => leaf}/leaf_padding_border_overrides_max_size.rs (100%) rename tests/generated/{ => leaf}/leaf_padding_border_overrides_min_size.rs (100%) rename tests/generated/{ => leaf}/leaf_padding_border_overrides_size.rs (100%) rename tests/generated/{ => leaf}/leaf_with_content_and_border.rs (93%) rename tests/generated/{ => leaf}/leaf_with_content_and_padding.rs (93%) rename tests/generated/{ => leaf}/leaf_with_content_and_padding_border.rs (94%) create mode 100644 tests/generated/leaf/mod.rs diff --git a/scripts/format-fixtures/Cargo.toml b/scripts/format-fixtures/Cargo.toml index 7ffb2ec5c..625920ca1 100644 --- a/scripts/format-fixtures/Cargo.toml +++ b/scripts/format-fixtures/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] regex = "1.8.1" +walkdir = "2.3.3" diff --git a/scripts/format-fixtures/src/main.rs b/scripts/format-fixtures/src/main.rs index b7dae1b23..cae6597ea 100644 --- a/scripts/format-fixtures/src/main.rs +++ b/scripts/format-fixtures/src/main.rs @@ -4,6 +4,7 @@ use std::{ }; use regex::{Captures, Regex}; +use walkdir::WalkDir; fn main() { let fixtures_root = std::env::var("FIXTURE_DIR").map(PathBuf::from).unwrap_or_else(|_| { @@ -11,15 +12,14 @@ fn main() { let repo_root = root_dir.parent().and_then(Path::parent).unwrap(); repo_root.join("test_fixtures") }); - let fixtures = fs::read_dir(fixtures_root).unwrap(); println!("reading test fixtures from disk"); - let fixtures: Vec<_> = fixtures + let fixtures: Vec<_> = WalkDir::new(fixtures_root) .into_iter() .filter_map(|a| a.ok()) .filter(|f| f.path().is_file() && f.path().extension().map(|p| p == "html").unwrap_or(false)) .map(|f| { - let fixture_path = f.path(); + let fixture_path = f.path().to_path_buf(); let name = fixture_path.file_stem().unwrap().to_str().unwrap().to_string(); (name, fixture_path) }) diff --git a/scripts/gentest/Cargo.toml b/scripts/gentest/Cargo.toml index f71b9aaa6..65aff1c16 100644 --- a/scripts/gentest/Cargo.toml +++ b/scripts/gentest/Cargo.toml @@ -14,3 +14,4 @@ quote = "1.0.2" serde_json = "1" syn = "2.0.4" tokio = { version = "1.18", features = ["full"] } +walkdir = "2.3.3" diff --git a/scripts/gentest/src/main.rs b/scripts/gentest/src/main.rs index 18c03deac..2d5f66c68 100644 --- a/scripts/gentest/src/main.rs +++ b/scripts/gentest/src/main.rs @@ -1,4 +1,5 @@ -use std::fs; +use std::fs::{self, OpenOptions}; +use std::io::Write; use std::path::{Path, PathBuf}; use std::process::Command; @@ -9,6 +10,7 @@ use proc_macro2::{Span, TokenStream}; use quote::{format_ident, quote}; use serde_json::Value; use syn::Ident; +use walkdir::WalkDir; macro_rules! dim_quoted_renamed { ($obj:ident, $in_name:ident, $out_name:ident, $value_mapper:ident, $default:expr) => { @@ -58,16 +60,15 @@ async fn main() { let repo_root = root_dir.parent().and_then(Path::parent).unwrap(); let fixtures_root = repo_root.join("test_fixtures"); - let fixtures = fs::read_dir(fixtures_root).unwrap(); info!("reading test fixtures from disk"); - let mut fixtures: Vec<_> = fixtures + let mut fixtures: Vec<_> = WalkDir::new(fixtures_root.clone()) .into_iter() .filter_map(|a| a.ok()) .filter(|f| !f.file_name().to_string_lossy().starts_with('x')) // ignore tests beginning with x .filter(|f| f.path().is_file() && f.path().extension().map(|p| p == "html").unwrap_or(false)) .map(|f| { - let fixture_path = f.path(); + let fixture_path = f.path().to_path_buf(); let name = fixture_path.file_stem().unwrap().to_str().unwrap().to_string(); (name, fixture_path) }) @@ -94,8 +95,8 @@ async fn main() { asserts_non_zero_width_scrollbars(client.clone()).await; let mut test_descs = vec![]; - for (name, fixture_path) in fixtures { - test_descs.push(test_root_element(client.clone(), name, fixture_path).await); + for (name, fixture_path) in fixtures.iter() { + test_descs.push(test_root_element(client.clone(), name.clone(), fixture_path).await); } info!("killing webdriver instance..."); @@ -105,41 +106,51 @@ async fn main() { let test_descs: Vec<_> = test_descs .iter() - .map(|(name, description)| { + .map(|(name, fixture_path, description)| { debug!("generating test contents for {}", &name); - (name.clone(), generate_test(name, description)) + (name.clone(), fixture_path, generate_test(name, description)) }) .collect(); - let mod_statemnts = test_descs - .iter() - .map(|(name, _)| { - let name_ident = Ident::new(name, Span::call_site()); - if name.starts_with("grid") { - quote!(#[cfg(feature = "grid")] mod #name_ident;) - } else { - quote!(mod #name_ident;) - } - }) - .fold(quote!(), |a, b| quote!(#a #b)); - let generic_measure_function = generate_generic_measure_function(); - - let test_mod_file = quote!( - #generic_measure_function - #mod_statemnts - ); - info!("writing generated test file to disk..."); let tests_base_path = repo_root.join("tests").join("generated"); fs::remove_dir_all(&tests_base_path).unwrap(); fs::create_dir(&tests_base_path).unwrap(); - for (name, test_body) in test_descs { - let mut test_filename = tests_base_path.join(&name); + + // Open base mod.rs file for appending + let mut base_mod_file = OpenOptions::new().create(true).append(true).open(tests_base_path.join("mod.rs")).unwrap(); + + for (name, fixture_path, test_body) in test_descs { + // Create test directory if it doesn't exist + let test_path_stripped = fixture_path.parent().unwrap().strip_prefix(&fixtures_root).unwrap(); + let test_path = tests_base_path.join(test_path_stripped); + if !test_path.exists() { + fs::create_dir(&test_path).unwrap(); + + let ident = Ident::new(test_path_stripped.to_str().unwrap(), Span::call_site()); + let token = quote!(mod #ident;); + writeln!(&mut base_mod_file, "{}", token).unwrap(); + } + // Open mod file in current folder + let mod_path = test_path.join("mod.rs"); + let mut mod_file = OpenOptions::new().create(true).append(true).open(mod_path).unwrap(); + + let name_ident = Ident::new(&name, Span::call_site()); + let token = if name.starts_with("grid") { + quote!(#[cfg(feature = "grid")] mod #name_ident;) + } else { + quote!(mod #name_ident;) + }; + writeln!(&mut mod_file, "{}", token).unwrap(); + let mut test_filename = test_path.join(&name); test_filename.set_extension("rs"); debug!("writing {} to disk...", &name); fs::write(test_filename, test_body.to_string()).unwrap(); } - fs::write(tests_base_path.join("mod.rs"), test_mod_file.to_string()).unwrap(); + + let generic_measure_function = generate_generic_measure_function(); + let generic_measure_token = quote!(#generic_measure_function); + writeln!(&mut base_mod_file, "{}", generic_measure_token).unwrap(); info!("formatting the source directory"); Command::new("cargo").arg("fmt").current_dir(repo_root).status().unwrap(); @@ -166,7 +177,7 @@ async fn asserts_non_zero_width_scrollbars(client: Client) { } } -async fn test_root_element(client: Client, name: String, fixture_path: impl AsRef) -> (String, Value) { +async fn test_root_element(client: Client, name: String, fixture_path: impl AsRef) -> (String, PathBuf, Value) { let fixture_path = fixture_path.as_ref(); let url = format!("file://{}", fixture_path.display()); @@ -178,7 +189,7 @@ async fn test_root_element(client: Client, name: String, fixture_path: impl AsRe .unwrap(); let description_string = description.as_str().unwrap(); let description = serde_json::from_str(description_string).unwrap(); - (name, description) + (name.to_string(), fixture_path.to_path_buf(), description) } fn generate_test(name: impl AsRef, description: &Value) -> TokenStream { @@ -937,8 +948,8 @@ fn generate_generic_measure_function() -> TokenStream { fn generate_measure_function(text_content: &str, writing_mode: Option<&str>, aspect_ratio: Option) -> TokenStream { let writing_mode_token = match writing_mode { - Some("vertical-rl" | "vertical-lr") => quote!(super::WritingMode::Vertical), - _ => quote!(super::WritingMode::Horizontal), + Some("vertical-rl" | "vertical-lr") => quote!(crate::generated::WritingMode::Vertical), + _ => quote!(crate::generated::WritingMode::Horizontal), }; let aspect_ratio_token = match aspect_ratio { @@ -949,7 +960,7 @@ fn generate_measure_function(text_content: &str, writing_mode: Option<&str>, asp quote!( taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT : &str = #text_content; - super::measure_standard_text(known_dimensions, available_space, TEXT, #writing_mode_token, #aspect_ratio_token) + crate::generated::measure_standard_text(known_dimensions, available_space, TEXT, #writing_mode_token, #aspect_ratio_token) }) ) } diff --git a/scripts/import-yoga-tests/Cargo.toml b/scripts/import-yoga-tests/Cargo.toml index eb0a19dd1..6cc5abc9e 100644 --- a/scripts/import-yoga-tests/Cargo.toml +++ b/scripts/import-yoga-tests/Cargo.toml @@ -3,3 +3,6 @@ name = "import-yoga-test" version = "0.1.0" authors = ["Nico Burns"] edition = "2021" + +[dependencies] +walkdir = "2.3.3" diff --git a/scripts/import-yoga-tests/src/main.rs b/scripts/import-yoga-tests/src/main.rs index be481a840..040f4ebc2 100644 --- a/scripts/import-yoga-tests/src/main.rs +++ b/scripts/import-yoga-tests/src/main.rs @@ -1,6 +1,7 @@ use std::collections::HashSet; use std::fs; use std::path::{Path, PathBuf}; +use walkdir::WalkDir; struct YogaFixture { #[allow(dead_code)] @@ -16,8 +17,8 @@ fn main() { let taffy_fixtures_dir = taffy_repo_root.join("test_fixtures"); // Get Taffy fixture names - let taffy_fixture_names = fs::read_dir(&taffy_fixtures_dir) - .unwrap() + let taffy_fixture_names = WalkDir::new(&taffy_fixtures_dir) + .into_iter() .filter_map(|a| a.ok()) .map(|f| { let file_name = f.file_name(); diff --git a/test_fixtures/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html b/test_fixtures/block/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html similarity index 65% rename from test_fixtures/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html rename to test_fixtures/block/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html index 46792dd5f..eaf144277 100644 --- a/test_fixtures/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_height.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_height.html similarity index 64% rename from test_fixtures/block_absolute_aspect_ratio_fill_height.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_height.html index 0b7d82f69..51886e394 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_height.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_height_from_inset.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_height_from_inset.html similarity index 65% rename from test_fixtures/block_absolute_aspect_ratio_fill_height_from_inset.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_height_from_inset.html index d2a466a78..4783f76bf 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_height_from_inset.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_height_from_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_max_height.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_max_height.html similarity index 73% rename from test_fixtures/block_absolute_aspect_ratio_fill_max_height.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_max_height.html index 193b4e3d3..a8c1ad44a 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_max_height.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_max_width.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_max_width.html similarity index 73% rename from test_fixtures/block_absolute_aspect_ratio_fill_max_width.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_max_width.html index 400981de7..125eb0c41 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_max_width.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_min_height.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_min_height.html similarity index 63% rename from test_fixtures/block_absolute_aspect_ratio_fill_min_height.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_min_height.html index 90b3e64c0..f98a588a3 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_min_height.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_min_width.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_min_width.html similarity index 64% rename from test_fixtures/block_absolute_aspect_ratio_fill_min_width.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_min_width.html index aef482a5d..bfd301aca 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_min_width.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_width.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_width.html similarity index 65% rename from test_fixtures/block_absolute_aspect_ratio_fill_width.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_width.html index e343818a7..eae18110d 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_width.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_fill_width_from_inset.html b/test_fixtures/block/block_absolute_aspect_ratio_fill_width_from_inset.html similarity index 64% rename from test_fixtures/block_absolute_aspect_ratio_fill_width_from_inset.html rename to test_fixtures/block/block_absolute_aspect_ratio_fill_width_from_inset.html index 401d6aff1..d2b1160fc 100644 --- a/test_fixtures/block_absolute_aspect_ratio_fill_width_from_inset.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_fill_width_from_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_height_overrides_inset.html b/test_fixtures/block/block_absolute_aspect_ratio_height_overrides_inset.html similarity index 65% rename from test_fixtures/block_absolute_aspect_ratio_height_overrides_inset.html rename to test_fixtures/block/block_absolute_aspect_ratio_height_overrides_inset.html index 77ef872e7..141971b8c 100644 --- a/test_fixtures/block_absolute_aspect_ratio_height_overrides_inset.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_height_overrides_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_aspect_ratio_width_overrides_inset.html b/test_fixtures/block/block_absolute_aspect_ratio_width_overrides_inset.html similarity index 65% rename from test_fixtures/block_absolute_aspect_ratio_width_overrides_inset.html rename to test_fixtures/block/block_absolute_aspect_ratio_width_overrides_inset.html index a5da2abd2..1187bb021 100644 --- a/test_fixtures/block_absolute_aspect_ratio_width_overrides_inset.html +++ b/test_fixtures/block/block_absolute_aspect_ratio_width_overrides_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_child_with_margin_x.html b/test_fixtures/block/block_absolute_child_with_margin_x.html similarity index 75% rename from test_fixtures/block_absolute_child_with_margin_x.html rename to test_fixtures/block/block_absolute_child_with_margin_x.html index 91f4c40f8..33482c0b7 100644 --- a/test_fixtures/block_absolute_child_with_margin_x.html +++ b/test_fixtures/block/block_absolute_child_with_margin_x.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_child_with_margin_y.html b/test_fixtures/block/block_absolute_child_with_margin_y.html similarity index 75% rename from test_fixtures/block_absolute_child_with_margin_y.html rename to test_fixtures/block/block_absolute_child_with_margin_y.html index 04d4c476c..6f7169f84 100644 --- a/test_fixtures/block_absolute_child_with_margin_y.html +++ b/test_fixtures/block/block_absolute_child_with_margin_y.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_child_with_max_height.html b/test_fixtures/block/block_absolute_child_with_max_height.html similarity index 69% rename from test_fixtures/block_absolute_child_with_max_height.html rename to test_fixtures/block/block_absolute_child_with_max_height.html index a21a0a752..3cd665372 100644 --- a/test_fixtures/block_absolute_child_with_max_height.html +++ b/test_fixtures/block/block_absolute_child_with_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_child_order.html b/test_fixtures/block/block_absolute_layout_child_order.html similarity index 74% rename from test_fixtures/block_absolute_layout_child_order.html rename to test_fixtures/block/block_absolute_layout_child_order.html index 31d45d1f6..79dc5c11f 100644 --- a/test_fixtures/block_absolute_layout_child_order.html +++ b/test_fixtures/block/block_absolute_layout_child_order.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_no_size.html b/test_fixtures/block/block_absolute_layout_no_size.html similarity index 60% rename from test_fixtures/block_absolute_layout_no_size.html rename to test_fixtures/block/block_absolute_layout_no_size.html index 10d061ca3..686d6a87d 100644 --- a/test_fixtures/block_absolute_layout_no_size.html +++ b/test_fixtures/block/block_absolute_layout_no_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_percentage_bottom_based_on_parent_height.html b/test_fixtures/block/block_absolute_layout_percentage_bottom_based_on_parent_height.html similarity index 75% rename from test_fixtures/block_absolute_layout_percentage_bottom_based_on_parent_height.html rename to test_fixtures/block/block_absolute_layout_percentage_bottom_based_on_parent_height.html index 168af2b47..099f7e990 100644 --- a/test_fixtures/block_absolute_layout_percentage_bottom_based_on_parent_height.html +++ b/test_fixtures/block/block_absolute_layout_percentage_bottom_based_on_parent_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_percentage_height.html b/test_fixtures/block/block_absolute_layout_percentage_height.html similarity index 65% rename from test_fixtures/block_absolute_layout_percentage_height.html rename to test_fixtures/block/block_absolute_layout_percentage_height.html index d6aef736a..4b366b1b8 100644 --- a/test_fixtures/block_absolute_layout_percentage_height.html +++ b/test_fixtures/block/block_absolute_layout_percentage_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_row_width_height_end_bottom.html b/test_fixtures/block/block_absolute_layout_row_width_height_end_bottom.html similarity index 65% rename from test_fixtures/block_absolute_layout_row_width_height_end_bottom.html rename to test_fixtures/block/block_absolute_layout_row_width_height_end_bottom.html index 08aeaf125..73c1759ad 100644 --- a/test_fixtures/block_absolute_layout_row_width_height_end_bottom.html +++ b/test_fixtures/block/block_absolute_layout_row_width_height_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_start_top_end_bottom.html b/test_fixtures/block/block_absolute_layout_start_top_end_bottom.html similarity index 66% rename from test_fixtures/block_absolute_layout_start_top_end_bottom.html rename to test_fixtures/block/block_absolute_layout_start_top_end_bottom.html index 62c13ac8b..be439cb8c 100644 --- a/test_fixtures/block_absolute_layout_start_top_end_bottom.html +++ b/test_fixtures/block/block_absolute_layout_start_top_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_width_height_end_bottom.html b/test_fixtures/block/block_absolute_layout_width_height_end_bottom.html similarity index 66% rename from test_fixtures/block_absolute_layout_width_height_end_bottom.html rename to test_fixtures/block/block_absolute_layout_width_height_end_bottom.html index 4265bf898..c98e920a7 100644 --- a/test_fixtures/block_absolute_layout_width_height_end_bottom.html +++ b/test_fixtures/block/block_absolute_layout_width_height_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_width_height_start_top.html b/test_fixtures/block/block_absolute_layout_width_height_start_top.html similarity index 66% rename from test_fixtures/block_absolute_layout_width_height_start_top.html rename to test_fixtures/block/block_absolute_layout_width_height_start_top.html index a4e896795..83b9ff06b 100644 --- a/test_fixtures/block_absolute_layout_width_height_start_top.html +++ b/test_fixtures/block/block_absolute_layout_width_height_start_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_width_height_start_top_end_bottom.html b/test_fixtures/block/block_absolute_layout_width_height_start_top_end_bottom.html similarity index 68% rename from test_fixtures/block_absolute_layout_width_height_start_top_end_bottom.html rename to test_fixtures/block/block_absolute_layout_width_height_start_top_end_bottom.html index ed42b0080..5126b9d57 100644 --- a/test_fixtures/block_absolute_layout_width_height_start_top_end_bottom.html +++ b/test_fixtures/block/block_absolute_layout_width_height_start_top_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_layout_within_border.html b/test_fixtures/block/block_absolute_layout_within_border.html similarity index 81% rename from test_fixtures/block_absolute_layout_within_border.html rename to test_fixtures/block/block_absolute_layout_within_border.html index ec58bb88f..5694a726d 100644 --- a/test_fixtures/block_absolute_layout_within_border.html +++ b/test_fixtures/block/block_absolute_layout_within_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_bottom_and_top_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_bottom_and_top_with_inset.html similarity index 68% rename from test_fixtures/block_absolute_margin_auto_bottom_and_top_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_bottom_and_top_with_inset.html index 4b25ca40c..d3def18d7 100644 --- a/test_fixtures/block_absolute_margin_auto_bottom_and_top_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_bottom_and_top_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_bottom_and_top_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_bottom_and_top_without_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_bottom_and_top_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_bottom_and_top_without_inset.html index b88241e1b..5d7cb0017 100644 --- a/test_fixtures/block_absolute_margin_auto_bottom_and_top_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_bottom_and_top_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_bottom_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_bottom_with_inset.html similarity index 68% rename from test_fixtures/block_absolute_margin_auto_bottom_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_bottom_with_inset.html index 0ddbf462f..dce831a8e 100644 --- a/test_fixtures/block_absolute_margin_auto_bottom_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_bottom_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_bottom_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_bottom_without_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_bottom_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_bottom_without_inset.html index 72bbd93c8..7896923db 100644 --- a/test_fixtures/block_absolute_margin_auto_bottom_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_bottom_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_and_right_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_and_right_with_inset.html similarity index 68% rename from test_fixtures/block_absolute_margin_auto_left_and_right_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_and_right_with_inset.html index 87339dfde..c95708e16 100644 --- a/test_fixtures/block_absolute_margin_auto_left_and_right_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_and_right_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_and_right_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_and_right_without_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_left_and_right_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_and_right_without_inset.html index cb6f44b86..4c95597c8 100644 --- a/test_fixtures/block_absolute_margin_auto_left_and_right_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_and_right_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.html index a03dbdb6e..1d4ae454c 100644 --- a/test_fixtures/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.html similarity index 64% rename from test_fixtures/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.html index c4b551f8a..c724ccdfd 100644 --- a/test_fixtures/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.html similarity index 67% rename from test_fixtures/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.html index 44f16da7d..c565e7829 100644 --- a/test_fixtures/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.html index f841f14a7..8a0dcbbd0 100644 --- a/test_fixtures/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.html similarity index 67% rename from test_fixtures/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.html index 956f0406e..348b21c18 100644 --- a/test_fixtures/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.html index 424b1a546..bc49a6e75 100644 --- a/test_fixtures/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_with_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_left_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_with_inset.html index 0429268c1..218f748f0 100644 --- a/test_fixtures/block_absolute_margin_auto_left_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_left_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_left_without_inset.html similarity index 64% rename from test_fixtures/block_absolute_margin_auto_left_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_left_without_inset.html index 3bef5d230..2d61acea4 100644 --- a/test_fixtures/block_absolute_margin_auto_left_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_left_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_mutiple_children_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_mutiple_children_with_inset.html similarity index 75% rename from test_fixtures/block_absolute_margin_auto_mutiple_children_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_mutiple_children_with_inset.html index 68252491c..c22b21ac2 100644 --- a/test_fixtures/block_absolute_margin_auto_mutiple_children_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_mutiple_children_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_mutiple_children_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_mutiple_children_without_inset.html similarity index 72% rename from test_fixtures/block_absolute_margin_auto_mutiple_children_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_mutiple_children_without_inset.html index 8584e7ce0..95a077ec2 100644 --- a/test_fixtures/block_absolute_margin_auto_mutiple_children_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_mutiple_children_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_right_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_right_with_inset.html similarity index 68% rename from test_fixtures/block_absolute_margin_auto_right_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_right_with_inset.html index f401b5c9c..cb177645a 100644 --- a/test_fixtures/block_absolute_margin_auto_right_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_right_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_right_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_right_without_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_right_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_right_without_inset.html index 2514f3772..474f8feb6 100644 --- a/test_fixtures/block_absolute_margin_auto_right_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_right_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_top_with_inset.html b/test_fixtures/block/block_absolute_margin_auto_top_with_inset.html similarity index 68% rename from test_fixtures/block_absolute_margin_auto_top_with_inset.html rename to test_fixtures/block/block_absolute_margin_auto_top_with_inset.html index 6d31df985..c9d66b04d 100644 --- a/test_fixtures/block_absolute_margin_auto_top_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_top_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_auto_top_without_inset.html b/test_fixtures/block/block_absolute_margin_auto_top_without_inset.html similarity index 66% rename from test_fixtures/block_absolute_margin_auto_top_without_inset.html rename to test_fixtures/block/block_absolute_margin_auto_top_without_inset.html index 53010d08d..f5bffd7f3 100644 --- a/test_fixtures/block_absolute_margin_auto_top_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_auto_top_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_bottom_left_with_inset.html b/test_fixtures/block/block_absolute_margin_bottom_left_with_inset.html similarity index 70% rename from test_fixtures/block_absolute_margin_bottom_left_with_inset.html rename to test_fixtures/block/block_absolute_margin_bottom_left_with_inset.html index cf16da313..580584275 100644 --- a/test_fixtures/block_absolute_margin_bottom_left_with_inset.html +++ b/test_fixtures/block/block_absolute_margin_bottom_left_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_margin_bottom_left_without_inset.html b/test_fixtures/block/block_absolute_margin_bottom_left_without_inset.html similarity index 67% rename from test_fixtures/block_absolute_margin_bottom_left_without_inset.html rename to test_fixtures/block/block_absolute_margin_bottom_left_without_inset.html index 36f134fe7..a76577aa5 100644 --- a/test_fixtures/block_absolute_margin_bottom_left_without_inset.html +++ b/test_fixtures/block/block_absolute_margin_bottom_left_without_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_minmax_bottom_right_max.html b/test_fixtures/block/block_absolute_minmax_bottom_right_max.html similarity index 69% rename from test_fixtures/block_absolute_minmax_bottom_right_max.html rename to test_fixtures/block/block_absolute_minmax_bottom_right_max.html index d16198943..7cf8edbde 100644 --- a/test_fixtures/block_absolute_minmax_bottom_right_max.html +++ b/test_fixtures/block/block_absolute_minmax_bottom_right_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_minmax_bottom_right_min_max.html b/test_fixtures/block/block_absolute_minmax_bottom_right_min_max.html similarity index 69% rename from test_fixtures/block_absolute_minmax_bottom_right_min_max.html rename to test_fixtures/block/block_absolute_minmax_bottom_right_min_max.html index c43e8c322..5001cea35 100644 --- a/test_fixtures/block_absolute_minmax_bottom_right_min_max.html +++ b/test_fixtures/block/block_absolute_minmax_bottom_right_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_minmax_bottom_right_min_max_preferred.html b/test_fixtures/block/block_absolute_minmax_bottom_right_min_max_preferred.html similarity index 71% rename from test_fixtures/block_absolute_minmax_bottom_right_min_max_preferred.html rename to test_fixtures/block/block_absolute_minmax_bottom_right_min_max_preferred.html index 25ec886da..435de77b0 100644 --- a/test_fixtures/block_absolute_minmax_bottom_right_min_max_preferred.html +++ b/test_fixtures/block/block_absolute_minmax_bottom_right_min_max_preferred.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_minmax_top_left_bottom_right_max.html b/test_fixtures/block/block_absolute_minmax_top_left_bottom_right_max.html similarity index 68% rename from test_fixtures/block_absolute_minmax_top_left_bottom_right_max.html rename to test_fixtures/block/block_absolute_minmax_top_left_bottom_right_max.html index 3f6a373b4..8d10a86fe 100644 --- a/test_fixtures/block_absolute_minmax_top_left_bottom_right_max.html +++ b/test_fixtures/block/block_absolute_minmax_top_left_bottom_right_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_minmax_top_left_bottom_right_min_max.html b/test_fixtures/block/block_absolute_minmax_top_left_bottom_right_min_max.html similarity index 70% rename from test_fixtures/block_absolute_minmax_top_left_bottom_right_min_max.html rename to test_fixtures/block/block_absolute_minmax_top_left_bottom_right_min_max.html index 6429e9f5d..cd615fdea 100644 --- a/test_fixtures/block_absolute_minmax_top_left_bottom_right_min_max.html +++ b/test_fixtures/block/block_absolute_minmax_top_left_bottom_right_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_no_styles.html b/test_fixtures/block/block_absolute_no_styles.html similarity index 65% rename from test_fixtures/block_absolute_no_styles.html rename to test_fixtures/block/block_absolute_no_styles.html index a47e976ed..87c26712a 100644 --- a/test_fixtures/block_absolute_no_styles.html +++ b/test_fixtures/block/block_absolute_no_styles.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_padding_border_overrides_max_size.html b/test_fixtures/block/block_absolute_padding_border_overrides_max_size.html similarity index 69% rename from test_fixtures/block_absolute_padding_border_overrides_max_size.html rename to test_fixtures/block/block_absolute_padding_border_overrides_max_size.html index 42ef6ffad..33f1ca457 100644 --- a/test_fixtures/block_absolute_padding_border_overrides_max_size.html +++ b/test_fixtures/block/block_absolute_padding_border_overrides_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_absolute_padding_border_overrides_size.html b/test_fixtures/block/block_absolute_padding_border_overrides_size.html similarity index 69% rename from test_fixtures/block_absolute_padding_border_overrides_size.html rename to test_fixtures/block/block_absolute_padding_border_overrides_size.html index 13f8929c9..71d772504 100644 --- a/test_fixtures/block_absolute_padding_border_overrides_size.html +++ b/test_fixtures/block/block_absolute_padding_border_overrides_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_align_baseline_child.html b/test_fixtures/block/block_align_baseline_child.html similarity index 73% rename from test_fixtures/block_align_baseline_child.html rename to test_fixtures/block/block_align_baseline_child.html index 712b203ec..ec2937500 100644 --- a/test_fixtures/block_align_baseline_child.html +++ b/test_fixtures/block/block_align_baseline_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_align_baseline_child_margin.html b/test_fixtures/block/block_align_baseline_child_margin.html similarity index 73% rename from test_fixtures/block_align_baseline_child_margin.html rename to test_fixtures/block/block_align_baseline_child_margin.html index f24f5d79a..6fdba1177 100644 --- a/test_fixtures/block_align_baseline_child_margin.html +++ b/test_fixtures/block/block_align_baseline_child_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_align_baseline_child_margin_percent.html b/test_fixtures/block/block_align_baseline_child_margin_percent.html similarity index 74% rename from test_fixtures/block_align_baseline_child_margin_percent.html rename to test_fixtures/block/block_align_baseline_child_margin_percent.html index dfd6a3c30..4592945d0 100644 --- a/test_fixtures/block_align_baseline_child_margin_percent.html +++ b/test_fixtures/block/block_align_baseline_child_margin_percent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_align_baseline_child_padding.html b/test_fixtures/block/block_align_baseline_child_padding.html similarity index 74% rename from test_fixtures/block_align_baseline_child_padding.html rename to test_fixtures/block/block_align_baseline_child_padding.html index ce23b3013..7b15c8eed 100644 --- a/test_fixtures/block_align_baseline_child_padding.html +++ b/test_fixtures/block/block_align_baseline_child_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_align_baseline_child_top.html b/test_fixtures/block/block_align_baseline_child_top.html similarity index 73% rename from test_fixtures/block_align_baseline_child_top.html rename to test_fixtures/block/block_align_baseline_child_top.html index d3f384999..86cabcf49 100644 --- a/test_fixtures/block_align_baseline_child_top.html +++ b/test_fixtures/block/block_align_baseline_child_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_align_baseline_child_top2.html b/test_fixtures/block/block_align_baseline_child_top2.html similarity index 73% rename from test_fixtures/block_align_baseline_child_top2.html rename to test_fixtures/block/block_align_baseline_child_top2.html index 315cbd3a8..3a48cdb8c 100644 --- a/test_fixtures/block_align_baseline_child_top2.html +++ b/test_fixtures/block/block_align_baseline_child_top2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_align_baseline_double_nested_child.html b/test_fixtures/block/block_align_baseline_double_nested_child.html similarity index 76% rename from test_fixtures/block_align_baseline_double_nested_child.html rename to test_fixtures/block/block_align_baseline_double_nested_child.html index 7723fa515..88541b15c 100644 --- a/test_fixtures/block_align_baseline_double_nested_child.html +++ b/test_fixtures/block/block_align_baseline_double_nested_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_aspect_ratio_fill_height.html b/test_fixtures/block/block_aspect_ratio_fill_height.html similarity index 63% rename from test_fixtures/block_aspect_ratio_fill_height.html rename to test_fixtures/block/block_aspect_ratio_fill_height.html index 364635a99..c1038ddaf 100644 --- a/test_fixtures/block_aspect_ratio_fill_height.html +++ b/test_fixtures/block/block_aspect_ratio_fill_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_aspect_ratio_fill_max_height.html b/test_fixtures/block/block_aspect_ratio_fill_max_height.html similarity index 74% rename from test_fixtures/block_aspect_ratio_fill_max_height.html rename to test_fixtures/block/block_aspect_ratio_fill_max_height.html index 28a9fdd53..6815103b7 100644 --- a/test_fixtures/block_aspect_ratio_fill_max_height.html +++ b/test_fixtures/block/block_aspect_ratio_fill_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_aspect_ratio_fill_max_width.html b/test_fixtures/block/block_aspect_ratio_fill_max_width.html similarity index 67% rename from test_fixtures/block_aspect_ratio_fill_max_width.html rename to test_fixtures/block/block_aspect_ratio_fill_max_width.html index 58e027605..17eb820cb 100644 --- a/test_fixtures/block_aspect_ratio_fill_max_width.html +++ b/test_fixtures/block/block_aspect_ratio_fill_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_aspect_ratio_fill_min_height.html b/test_fixtures/block/block_aspect_ratio_fill_min_height.html similarity index 63% rename from test_fixtures/block_aspect_ratio_fill_min_height.html rename to test_fixtures/block/block_aspect_ratio_fill_min_height.html index 3d75cf2fe..2b6dcb5b7 100644 --- a/test_fixtures/block_aspect_ratio_fill_min_height.html +++ b/test_fixtures/block/block_aspect_ratio_fill_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_aspect_ratio_fill_min_width.html b/test_fixtures/block/block_aspect_ratio_fill_min_width.html similarity index 64% rename from test_fixtures/block_aspect_ratio_fill_min_width.html rename to test_fixtures/block/block_aspect_ratio_fill_min_width.html index a27d2ec8f..0581c0a71 100644 --- a/test_fixtures/block_aspect_ratio_fill_min_width.html +++ b/test_fixtures/block/block_aspect_ratio_fill_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_aspect_ratio_fill_width.html b/test_fixtures/block/block_aspect_ratio_fill_width.html similarity index 63% rename from test_fixtures/block_aspect_ratio_fill_width.html rename to test_fixtures/block/block_aspect_ratio_fill_width.html index 97f9bc834..f425b0d73 100644 --- a/test_fixtures/block_aspect_ratio_fill_width.html +++ b/test_fixtures/block/block_aspect_ratio_fill_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_basic.html b/test_fixtures/block/block_basic.html similarity index 61% rename from test_fixtures/block_basic.html rename to test_fixtures/block/block_basic.html index bc37b06f9..213afe51a 100644 --- a/test_fixtures/block_basic.html +++ b/test_fixtures/block/block_basic.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_border_fixed_size.html b/test_fixtures/block/block_border_fixed_size.html similarity index 65% rename from test_fixtures/block_border_fixed_size.html rename to test_fixtures/block/block_border_fixed_size.html index e968e9290..ffe5b1ff7 100644 --- a/test_fixtures/block_border_fixed_size.html +++ b/test_fixtures/block/block_border_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_border_intrinsic_size.html b/test_fixtures/block/block_border_intrinsic_size.html similarity index 64% rename from test_fixtures/block_border_intrinsic_size.html rename to test_fixtures/block/block_border_intrinsic_size.html index 5ff4bf916..e8738a3a6 100644 --- a/test_fixtures/block_border_intrinsic_size.html +++ b/test_fixtures/block/block_border_intrinsic_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_border_percentage_fixed_size.html b/test_fixtures/block/block_border_percentage_fixed_size.html similarity index 67% rename from test_fixtures/block_border_percentage_fixed_size.html rename to test_fixtures/block/block_border_percentage_fixed_size.html index 54a087d2b..1ad670658 100644 --- a/test_fixtures/block_border_percentage_fixed_size.html +++ b/test_fixtures/block/block_border_percentage_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_border_percentage_intrinsic_size.html b/test_fixtures/block/block_border_percentage_intrinsic_size.html similarity index 65% rename from test_fixtures/block_border_percentage_intrinsic_size.html rename to test_fixtures/block/block_border_percentage_intrinsic_size.html index 24f62de6a..be1a834fc 100644 --- a/test_fixtures/block_border_percentage_intrinsic_size.html +++ b/test_fixtures/block/block_border_percentage_intrinsic_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_display_none.html b/test_fixtures/block/block_display_none.html similarity index 66% rename from test_fixtures/block_display_none.html rename to test_fixtures/block/block_display_none.html index 7fba090ba..3251e8643 100644 --- a/test_fixtures/block_display_none.html +++ b/test_fixtures/block/block_display_none.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_display_none_with_child.html b/test_fixtures/block/block_display_none_with_child.html similarity index 69% rename from test_fixtures/block_display_none_with_child.html rename to test_fixtures/block/block_display_none_with_child.html index 3b5075ba5..33edb7626 100644 --- a/test_fixtures/block_display_none_with_child.html +++ b/test_fixtures/block/block_display_none_with_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_display_none_with_inset.html b/test_fixtures/block/block_display_none_with_inset.html similarity index 65% rename from test_fixtures/block_display_none_with_inset.html rename to test_fixtures/block/block_display_none_with_inset.html index 7eca16746..38625440d 100644 --- a/test_fixtures/block_display_none_with_inset.html +++ b/test_fixtures/block/block_display_none_with_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_display_none_with_margin.html b/test_fixtures/block/block_display_none_with_margin.html similarity index 66% rename from test_fixtures/block_display_none_with_margin.html rename to test_fixtures/block/block_display_none_with_margin.html index fa50c2166..eb1b7a37b 100644 --- a/test_fixtures/block_display_none_with_margin.html +++ b/test_fixtures/block/block_display_none_with_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_display_none_with_position_absolute.html b/test_fixtures/block/block_display_none_with_position_absolute.html similarity index 64% rename from test_fixtures/block_display_none_with_position_absolute.html rename to test_fixtures/block/block_display_none_with_position_absolute.html index 8d39f9cde..2687d599c 100644 --- a/test_fixtures/block_display_none_with_position_absolute.html +++ b/test_fixtures/block/block_display_none_with_position_absolute.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_inset_fixed.html b/test_fixtures/block/block_inset_fixed.html similarity index 71% rename from test_fixtures/block_inset_fixed.html rename to test_fixtures/block/block_inset_fixed.html index 7955d9e53..7e95c6c7e 100644 --- a/test_fixtures/block_inset_fixed.html +++ b/test_fixtures/block/block_inset_fixed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_inset_percentage.html b/test_fixtures/block/block_inset_percentage.html similarity index 70% rename from test_fixtures/block_inset_percentage.html rename to test_fixtures/block/block_inset_percentage.html index e412cffe4..84c7a29ad 100644 --- a/test_fixtures/block_inset_percentage.html +++ b/test_fixtures/block/block_inset_percentage.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_intrinsic_width.html b/test_fixtures/block/block_intrinsic_width.html similarity index 61% rename from test_fixtures/block_intrinsic_width.html rename to test_fixtures/block/block_intrinsic_width.html index 1d4750819..73e882730 100644 --- a/test_fixtures/block_intrinsic_width.html +++ b/test_fixtures/block/block_intrinsic_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_bottom.html b/test_fixtures/block/block_margin_auto_bottom.html similarity index 68% rename from test_fixtures/block_margin_auto_bottom.html rename to test_fixtures/block/block_margin_auto_bottom.html index 296c172ca..ecaa81541 100644 --- a/test_fixtures/block_margin_auto_bottom.html +++ b/test_fixtures/block/block_margin_auto_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_bottom_and_top.html b/test_fixtures/block/block_margin_auto_bottom_and_top.html similarity index 68% rename from test_fixtures/block_margin_auto_bottom_and_top.html rename to test_fixtures/block/block_margin_auto_bottom_and_top.html index 40a23e81b..ca9f26aa3 100644 --- a/test_fixtures/block_margin_auto_bottom_and_top.html +++ b/test_fixtures/block/block_margin_auto_bottom_and_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_left.html b/test_fixtures/block/block_margin_auto_left.html similarity index 66% rename from test_fixtures/block_margin_auto_left.html rename to test_fixtures/block/block_margin_auto_left.html index 2dcddf9b7..22fd03722 100644 --- a/test_fixtures/block_margin_auto_left.html +++ b/test_fixtures/block/block_margin_auto_left.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_left_and_right.html b/test_fixtures/block/block_margin_auto_left_and_right.html similarity index 68% rename from test_fixtures/block_margin_auto_left_and_right.html rename to test_fixtures/block/block_margin_auto_left_and_right.html index 34beabbb2..0f5ae08cc 100644 --- a/test_fixtures/block_margin_auto_left_and_right.html +++ b/test_fixtures/block/block_margin_auto_left_and_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_left_child_bigger_than_parent.html b/test_fixtures/block/block_margin_auto_left_child_bigger_than_parent.html similarity index 62% rename from test_fixtures/block_margin_auto_left_child_bigger_than_parent.html rename to test_fixtures/block/block_margin_auto_left_child_bigger_than_parent.html index 8fc65da16..2a1142ead 100644 --- a/test_fixtures/block_margin_auto_left_child_bigger_than_parent.html +++ b/test_fixtures/block/block_margin_auto_left_child_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_left_fix_right_child_bigger_than_parent.html b/test_fixtures/block/block_margin_auto_left_fix_right_child_bigger_than_parent.html similarity index 64% rename from test_fixtures/block_margin_auto_left_fix_right_child_bigger_than_parent.html rename to test_fixtures/block/block_margin_auto_left_fix_right_child_bigger_than_parent.html index 67de8d4d4..c3be12ef3 100644 --- a/test_fixtures/block_margin_auto_left_fix_right_child_bigger_than_parent.html +++ b/test_fixtures/block/block_margin_auto_left_fix_right_child_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_left_right_child_bigger_than_parent.html b/test_fixtures/block/block_margin_auto_left_right_child_bigger_than_parent.html similarity index 64% rename from test_fixtures/block_margin_auto_left_right_child_bigger_than_parent.html rename to test_fixtures/block/block_margin_auto_left_right_child_bigger_than_parent.html index 5273aaf35..33d95d9ab 100644 --- a/test_fixtures/block_margin_auto_left_right_child_bigger_than_parent.html +++ b/test_fixtures/block/block_margin_auto_left_right_child_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_mutiple_children.html b/test_fixtures/block/block_margin_auto_mutiple_children.html similarity index 73% rename from test_fixtures/block_margin_auto_mutiple_children.html rename to test_fixtures/block/block_margin_auto_mutiple_children.html index 8da357d9b..e75aa095c 100644 --- a/test_fixtures/block_margin_auto_mutiple_children.html +++ b/test_fixtures/block/block_margin_auto_mutiple_children.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_right.html b/test_fixtures/block/block_margin_auto_right.html similarity index 68% rename from test_fixtures/block_margin_auto_right.html rename to test_fixtures/block/block_margin_auto_right.html index 4d6809443..5ca3b65ed 100644 --- a/test_fixtures/block_margin_auto_right.html +++ b/test_fixtures/block/block_margin_auto_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_auto_top.html b/test_fixtures/block/block_margin_auto_top.html similarity index 68% rename from test_fixtures/block_margin_auto_top.html rename to test_fixtures/block/block_margin_auto_top.html index f51b08d9e..a2c4e3954 100644 --- a/test_fixtures/block_margin_auto_top.html +++ b/test_fixtures/block/block_margin_auto_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_fixed_auto_bottom.html b/test_fixtures/block/block_margin_x_fixed_auto_bottom.html similarity index 64% rename from test_fixtures/block_margin_x_fixed_auto_bottom.html rename to test_fixtures/block/block_margin_x_fixed_auto_bottom.html index fcfe37424..07abbe3dc 100644 --- a/test_fixtures/block_margin_x_fixed_auto_bottom.html +++ b/test_fixtures/block/block_margin_x_fixed_auto_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_fixed_auto_left.html b/test_fixtures/block/block_margin_x_fixed_auto_left.html similarity index 64% rename from test_fixtures/block_margin_x_fixed_auto_left.html rename to test_fixtures/block/block_margin_x_fixed_auto_left.html index 23b6395db..5185479a3 100644 --- a/test_fixtures/block_margin_x_fixed_auto_left.html +++ b/test_fixtures/block/block_margin_x_fixed_auto_left.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_fixed_auto_left_and_right.html b/test_fixtures/block/block_margin_x_fixed_auto_left_and_right.html similarity index 66% rename from test_fixtures/block_margin_x_fixed_auto_left_and_right.html rename to test_fixtures/block/block_margin_x_fixed_auto_left_and_right.html index 628c1a8b7..695460eef 100644 --- a/test_fixtures/block_margin_x_fixed_auto_left_and_right.html +++ b/test_fixtures/block/block_margin_x_fixed_auto_left_and_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_fixed_auto_right.html b/test_fixtures/block/block_margin_x_fixed_auto_right.html similarity index 64% rename from test_fixtures/block_margin_x_fixed_auto_right.html rename to test_fixtures/block/block_margin_x_fixed_auto_right.html index f2caded8d..e54acecb3 100644 --- a/test_fixtures/block_margin_x_fixed_auto_right.html +++ b/test_fixtures/block/block_margin_x_fixed_auto_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_fixed_auto_top.html b/test_fixtures/block/block_margin_x_fixed_auto_top.html similarity index 64% rename from test_fixtures/block_margin_x_fixed_auto_top.html rename to test_fixtures/block/block_margin_x_fixed_auto_top.html index 9a9a493c1..1796c0f95 100644 --- a/test_fixtures/block_margin_x_fixed_auto_top.html +++ b/test_fixtures/block/block_margin_x_fixed_auto_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_fixed_size_negative.html b/test_fixtures/block/block_margin_x_fixed_size_negative.html similarity index 65% rename from test_fixtures/block_margin_x_fixed_size_negative.html rename to test_fixtures/block/block_margin_x_fixed_size_negative.html index 354b6039e..4d90d7fff 100644 --- a/test_fixtures/block_margin_x_fixed_size_negative.html +++ b/test_fixtures/block/block_margin_x_fixed_size_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_fixed_size_positive.html b/test_fixtures/block/block_margin_x_fixed_size_positive.html similarity index 65% rename from test_fixtures/block_margin_x_fixed_size_positive.html rename to test_fixtures/block/block_margin_x_fixed_size_positive.html index 01a161458..e2104c736 100644 --- a/test_fixtures/block_margin_x_fixed_size_positive.html +++ b/test_fixtures/block/block_margin_x_fixed_size_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_intrinsic_size_negative.html b/test_fixtures/block/block_margin_x_intrinsic_size_negative.html similarity index 64% rename from test_fixtures/block_margin_x_intrinsic_size_negative.html rename to test_fixtures/block/block_margin_x_intrinsic_size_negative.html index 51d7b295c..ef315e310 100644 --- a/test_fixtures/block_margin_x_intrinsic_size_negative.html +++ b/test_fixtures/block/block_margin_x_intrinsic_size_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_intrinsic_size_positive.html b/test_fixtures/block/block_margin_x_intrinsic_size_positive.html similarity index 64% rename from test_fixtures/block_margin_x_intrinsic_size_positive.html rename to test_fixtures/block/block_margin_x_intrinsic_size_positive.html index 21a90750a..6da3c73c0 100644 --- a/test_fixtures/block_margin_x_intrinsic_size_positive.html +++ b/test_fixtures/block/block_margin_x_intrinsic_size_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_percentage_fixed_size_negative.html b/test_fixtures/block/block_margin_x_percentage_fixed_size_negative.html similarity index 65% rename from test_fixtures/block_margin_x_percentage_fixed_size_negative.html rename to test_fixtures/block/block_margin_x_percentage_fixed_size_negative.html index a74d117ab..d60985cf4 100644 --- a/test_fixtures/block_margin_x_percentage_fixed_size_negative.html +++ b/test_fixtures/block/block_margin_x_percentage_fixed_size_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_percentage_fixed_size_positive.html b/test_fixtures/block/block_margin_x_percentage_fixed_size_positive.html similarity index 65% rename from test_fixtures/block_margin_x_percentage_fixed_size_positive.html rename to test_fixtures/block/block_margin_x_percentage_fixed_size_positive.html index fa107bf3f..d9537d5cb 100644 --- a/test_fixtures/block_margin_x_percentage_fixed_size_positive.html +++ b/test_fixtures/block/block_margin_x_percentage_fixed_size_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_percentage_intrinsic_size_other_negative.html b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_other_negative.html similarity index 65% rename from test_fixtures/block_margin_x_percentage_intrinsic_size_other_negative.html rename to test_fixtures/block/block_margin_x_percentage_intrinsic_size_other_negative.html index 93f0b2e74..2ba5187f0 100644 --- a/test_fixtures/block_margin_x_percentage_intrinsic_size_other_negative.html +++ b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_other_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_percentage_intrinsic_size_other_positive.html b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_other_positive.html similarity index 65% rename from test_fixtures/block_margin_x_percentage_intrinsic_size_other_positive.html rename to test_fixtures/block/block_margin_x_percentage_intrinsic_size_other_positive.html index 1e9073964..deb5e85ab 100644 --- a/test_fixtures/block_margin_x_percentage_intrinsic_size_other_positive.html +++ b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_other_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_percentage_intrinsic_size_self_negative.html b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_self_negative.html similarity index 62% rename from test_fixtures/block_margin_x_percentage_intrinsic_size_self_negative.html rename to test_fixtures/block/block_margin_x_percentage_intrinsic_size_self_negative.html index 34fc3e2e6..37d57fe59 100644 --- a/test_fixtures/block_margin_x_percentage_intrinsic_size_self_negative.html +++ b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_self_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_x_percentage_intrinsic_size_self_positive.html b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_self_positive.html similarity index 62% rename from test_fixtures/block_margin_x_percentage_intrinsic_size_self_positive.html rename to test_fixtures/block/block_margin_x_percentage_intrinsic_size_self_positive.html index cbbccbdd0..62994430d 100644 --- a/test_fixtures/block_margin_x_percentage_intrinsic_size_self_positive.html +++ b/test_fixtures/block/block_margin_x_percentage_intrinsic_size_self_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_complex.html b/test_fixtures/block/block_margin_y_collapse_complex.html similarity index 82% rename from test_fixtures/block_margin_y_collapse_complex.html rename to test_fixtures/block/block_margin_y_collapse_complex.html index edc80a557..b01a80660 100644 --- a/test_fixtures/block_margin_y_collapse_complex.html +++ b/test_fixtures/block/block_margin_y_collapse_complex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_aspect_ratio.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_aspect_ratio.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_aspect_ratio.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_aspect_ratio.html index bc038f016..c410a994d 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_aspect_ratio.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_aspect_ratio.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_border_bottom.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_border_bottom.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_border_bottom.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_border_bottom.html index 5c4fb18b9..7c0083050 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_border_bottom.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_border_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_border_top.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_border_top.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_border_top.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_border_top.html index 197d45b78..f0a5555c3 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_border_top.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_border_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_height.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_height.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_height.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_height.html index 02384ceab..43daa5f6a 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_height.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_line_box.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_line_box.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box.html index 0535d686d..d4d558c0b 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_line_box.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.html index 5e60ec568..800074cfe 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.html index 6a03e23fc..7b7d00a78 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_min_height.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_min_height.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_min_height.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_min_height.html index 40468b0e3..99af49f1a 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_min_height.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.html index 1afb344c3..60fdaf500 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.html index ba33be8ee..5c280fc6a 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.html index 2e4db0e96..2fb2da923 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.html index 90971ecb2..3f174d4de 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_padding_bottom.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_padding_bottom.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_padding_bottom.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_padding_bottom.html index 062ba6b43..aa7949261 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_padding_bottom.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_padding_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_blocked_by_padding_top.html b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_padding_top.html similarity index 73% rename from test_fixtures/block_margin_y_collapse_through_blocked_by_padding_top.html rename to test_fixtures/block/block_margin_y_collapse_through_blocked_by_padding_top.html index 84fb76b7e..fa28157fc 100644 --- a/test_fixtures/block_margin_y_collapse_through_blocked_by_padding_top.html +++ b/test_fixtures/block/block_margin_y_collapse_through_blocked_by_padding_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_negative.html b/test_fixtures/block/block_margin_y_collapse_through_negative.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_negative.html rename to test_fixtures/block/block_margin_y_collapse_through_negative.html index 515404e10..c03a013fb 100644 --- a/test_fixtures/block_margin_y_collapse_through_negative.html +++ b/test_fixtures/block/block_margin_y_collapse_through_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_positive.html b/test_fixtures/block/block_margin_y_collapse_through_positive.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_positive.html rename to test_fixtures/block/block_margin_y_collapse_through_positive.html index 77ee0e771..f4f329302 100644 --- a/test_fixtures/block_margin_y_collapse_through_positive.html +++ b/test_fixtures/block/block_margin_y_collapse_through_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_positive_and_negative.html b/test_fixtures/block/block_margin_y_collapse_through_positive_and_negative.html similarity index 72% rename from test_fixtures/block_margin_y_collapse_through_positive_and_negative.html rename to test_fixtures/block/block_margin_y_collapse_through_positive_and_negative.html index c836dfd54..4bc34b610 100644 --- a/test_fixtures/block_margin_y_collapse_through_positive_and_negative.html +++ b/test_fixtures/block/block_margin_y_collapse_through_positive_and_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_collapse_through_with_absolute_child.html b/test_fixtures/block/block_margin_y_collapse_through_with_absolute_child.html similarity index 74% rename from test_fixtures/block_margin_y_collapse_through_with_absolute_child.html rename to test_fixtures/block/block_margin_y_collapse_through_with_absolute_child.html index 061b707f9..7ee18d759 100644 --- a/test_fixtures/block_margin_y_collapse_through_with_absolute_child.html +++ b/test_fixtures/block/block_margin_y_collapse_through_with_absolute_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_border_top.html b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_border_top.html similarity index 70% rename from test_fixtures/block_margin_y_first_child_collapse_blocked_by_border_top.html rename to test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_border_top.html index d0a3cad71..9dbe6ffdb 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_border_top.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_border_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.html b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.html similarity index 70% rename from test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.html rename to test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.html index 314499b5e..352330008 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.html b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.html similarity index 70% rename from test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.html rename to test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.html index 7053141b0..55f20dc05 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.html b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.html similarity index 70% rename from test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.html rename to test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.html index 221777274..a178d29ba 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.html b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.html similarity index 70% rename from test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.html rename to test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.html index e18793a81..7da7762e6 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_padding_top.html b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_padding_top.html similarity index 69% rename from test_fixtures/block_margin_y_first_child_collapse_blocked_by_padding_top.html rename to test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_padding_top.html index fb8f5021c..460d6c7ea 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_blocked_by_padding_top.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_blocked_by_padding_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_negative_equal.html b/test_fixtures/block/block_margin_y_first_child_collapse_negative_equal.html similarity index 69% rename from test_fixtures/block_margin_y_first_child_collapse_negative_equal.html rename to test_fixtures/block/block_margin_y_first_child_collapse_negative_equal.html index 3252479ad..11009f5fc 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_negative_equal.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_negative_equal.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_negative_parent_larger.html b/test_fixtures/block/block_margin_y_first_child_collapse_negative_parent_larger.html similarity index 68% rename from test_fixtures/block_margin_y_first_child_collapse_negative_parent_larger.html rename to test_fixtures/block/block_margin_y_first_child_collapse_negative_parent_larger.html index b8a19bcb2..ed418b50b 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_negative_parent_larger.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_negative_parent_larger.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_negative_parent_smaller.html b/test_fixtures/block/block_margin_y_first_child_collapse_negative_parent_smaller.html similarity index 68% rename from test_fixtures/block_margin_y_first_child_collapse_negative_parent_smaller.html rename to test_fixtures/block/block_margin_y_first_child_collapse_negative_parent_smaller.html index b99d73948..d7cd0745a 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_negative_parent_smaller.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_negative_parent_smaller.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.html b/test_fixtures/block/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.html similarity index 70% rename from test_fixtures/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.html rename to test_fixtures/block/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.html index 2ab650516..a078a09b1 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.html b/test_fixtures/block/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.html similarity index 70% rename from test_fixtures/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.html rename to test_fixtures/block/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.html index 205bb62f7..5da25931f 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_positive_and_negative.html b/test_fixtures/block/block_margin_y_first_child_collapse_positive_and_negative.html similarity index 81% rename from test_fixtures/block_margin_y_first_child_collapse_positive_and_negative.html rename to test_fixtures/block/block_margin_y_first_child_collapse_positive_and_negative.html index a201b6de1..ecb9a0ca9 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_positive_and_negative.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_positive_and_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_positive_equal.html b/test_fixtures/block/block_margin_y_first_child_collapse_positive_equal.html similarity index 68% rename from test_fixtures/block_margin_y_first_child_collapse_positive_equal.html rename to test_fixtures/block/block_margin_y_first_child_collapse_positive_equal.html index 6178bfa3d..258303aa8 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_positive_equal.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_positive_equal.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_positive_parent_larger.html b/test_fixtures/block/block_margin_y_first_child_collapse_positive_parent_larger.html similarity index 68% rename from test_fixtures/block_margin_y_first_child_collapse_positive_parent_larger.html rename to test_fixtures/block/block_margin_y_first_child_collapse_positive_parent_larger.html index 81bc32054..cb05919ac 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_positive_parent_larger.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_positive_parent_larger.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_child_collapse_positive_parent_smaller.html b/test_fixtures/block/block_margin_y_first_child_collapse_positive_parent_smaller.html similarity index 68% rename from test_fixtures/block_margin_y_first_child_collapse_positive_parent_smaller.html rename to test_fixtures/block/block_margin_y_first_child_collapse_positive_parent_smaller.html index 94e2b8a6c..689026ff3 100644 --- a/test_fixtures/block_margin_y_first_child_collapse_positive_parent_smaller.html +++ b/test_fixtures/block/block_margin_y_first_child_collapse_positive_parent_smaller.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_granchild_collapse_positive_and_negative.html b/test_fixtures/block/block_margin_y_first_granchild_collapse_positive_and_negative.html similarity index 85% rename from test_fixtures/block_margin_y_first_granchild_collapse_positive_and_negative.html rename to test_fixtures/block/block_margin_y_first_granchild_collapse_positive_and_negative.html index 8add46eae..bc79a2eb0 100644 --- a/test_fixtures/block_margin_y_first_granchild_collapse_positive_and_negative.html +++ b/test_fixtures/block/block_margin_y_first_granchild_collapse_positive_and_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_first_granchild_collapse_positive_equal.html b/test_fixtures/block/block_margin_y_first_granchild_collapse_positive_equal.html similarity index 72% rename from test_fixtures/block_margin_y_first_granchild_collapse_positive_equal.html rename to test_fixtures/block/block_margin_y_first_granchild_collapse_positive_equal.html index c8d928f83..253541137 100644 --- a/test_fixtures/block_margin_y_first_granchild_collapse_positive_equal.html +++ b/test_fixtures/block/block_margin_y_first_granchild_collapse_positive_equal.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_border_bottom.html b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_border_bottom.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_blocked_by_border_bottom.html rename to test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_border_bottom.html index 0f8b280ac..819090a33 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_border_bottom.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_border_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.html b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.html rename to test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.html index 63e824aa1..7d61ac9c9 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.html b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.html rename to test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.html index 62f5a4829..d1ba3ac82 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.html b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.html rename to test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.html index 71287104f..d5a629472 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.html b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.html rename to test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.html index 784444f5c..d48eee9b7 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_padding_bottom.html b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_padding_bottom.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_blocked_by_padding_bottom.html rename to test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_padding_bottom.html index 2dd974c83..4aa96e138 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_blocked_by_padding_bottom.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_blocked_by_padding_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_negative_equal.html b/test_fixtures/block/block_margin_y_last_child_collapse_negative_equal.html similarity index 69% rename from test_fixtures/block_margin_y_last_child_collapse_negative_equal.html rename to test_fixtures/block/block_margin_y_last_child_collapse_negative_equal.html index eaf168c58..8f5a6fd0d 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_negative_equal.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_negative_equal.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_negative_parent_larger.html b/test_fixtures/block/block_margin_y_last_child_collapse_negative_parent_larger.html similarity index 69% rename from test_fixtures/block_margin_y_last_child_collapse_negative_parent_larger.html rename to test_fixtures/block/block_margin_y_last_child_collapse_negative_parent_larger.html index 2b17de1d4..7e3eb39cb 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_negative_parent_larger.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_negative_parent_larger.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_negative_parent_smaller.html b/test_fixtures/block/block_margin_y_last_child_collapse_negative_parent_smaller.html similarity index 69% rename from test_fixtures/block_margin_y_last_child_collapse_negative_parent_smaller.html rename to test_fixtures/block/block_margin_y_last_child_collapse_negative_parent_smaller.html index f0fb5dae6..6b6d1343d 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_negative_parent_smaller.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_negative_parent_smaller.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_not_blocked_by_border_top.html b/test_fixtures/block/block_margin_y_last_child_collapse_not_blocked_by_border_top.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_not_blocked_by_border_top.html rename to test_fixtures/block/block_margin_y_last_child_collapse_not_blocked_by_border_top.html index f074fe9f6..53dd49307 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_not_blocked_by_border_top.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_not_blocked_by_border_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_not_blocked_by_padding_top.html b/test_fixtures/block/block_margin_y_last_child_collapse_not_blocked_by_padding_top.html similarity index 70% rename from test_fixtures/block_margin_y_last_child_collapse_not_blocked_by_padding_top.html rename to test_fixtures/block/block_margin_y_last_child_collapse_not_blocked_by_padding_top.html index 80e2bdbff..5a77fdb26 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_not_blocked_by_padding_top.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_not_blocked_by_padding_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_positive_and_negative.html b/test_fixtures/block/block_margin_y_last_child_collapse_positive_and_negative.html similarity index 81% rename from test_fixtures/block_margin_y_last_child_collapse_positive_and_negative.html rename to test_fixtures/block/block_margin_y_last_child_collapse_positive_and_negative.html index 041aa4c6f..d2f39ac87 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_positive_and_negative.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_positive_and_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_positive_equal.html b/test_fixtures/block/block_margin_y_last_child_collapse_positive_equal.html similarity index 69% rename from test_fixtures/block_margin_y_last_child_collapse_positive_equal.html rename to test_fixtures/block/block_margin_y_last_child_collapse_positive_equal.html index 8ab9f422b..64fc1897d 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_positive_equal.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_positive_equal.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_positive_parent_larger.html b/test_fixtures/block/block_margin_y_last_child_collapse_positive_parent_larger.html similarity index 69% rename from test_fixtures/block_margin_y_last_child_collapse_positive_parent_larger.html rename to test_fixtures/block/block_margin_y_last_child_collapse_positive_parent_larger.html index 7dfc20a91..6ed56c56b 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_positive_parent_larger.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_positive_parent_larger.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_child_collapse_positive_parent_smaller.html b/test_fixtures/block/block_margin_y_last_child_collapse_positive_parent_smaller.html similarity index 69% rename from test_fixtures/block_margin_y_last_child_collapse_positive_parent_smaller.html rename to test_fixtures/block/block_margin_y_last_child_collapse_positive_parent_smaller.html index 8c5158564..8188fd565 100644 --- a/test_fixtures/block_margin_y_last_child_collapse_positive_parent_smaller.html +++ b/test_fixtures/block/block_margin_y_last_child_collapse_positive_parent_smaller.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_last_granchild_collapse_positive_equal.html b/test_fixtures/block/block_margin_y_last_granchild_collapse_positive_equal.html similarity index 73% rename from test_fixtures/block_margin_y_last_granchild_collapse_positive_equal.html rename to test_fixtures/block/block_margin_y_last_granchild_collapse_positive_equal.html index 96e8b8499..599174b3e 100644 --- a/test_fixtures/block_margin_y_last_granchild_collapse_positive_equal.html +++ b/test_fixtures/block/block_margin_y_last_granchild_collapse_positive_equal.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_sibling_collapse_negative.html b/test_fixtures/block/block_margin_y_sibling_collapse_negative.html similarity index 75% rename from test_fixtures/block_margin_y_sibling_collapse_negative.html rename to test_fixtures/block/block_margin_y_sibling_collapse_negative.html index 62659d161..323c8bef4 100644 --- a/test_fixtures/block_margin_y_sibling_collapse_negative.html +++ b/test_fixtures/block/block_margin_y_sibling_collapse_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_sibling_collapse_negative_percentage.html b/test_fixtures/block/block_margin_y_sibling_collapse_negative_percentage.html similarity index 75% rename from test_fixtures/block_margin_y_sibling_collapse_negative_percentage.html rename to test_fixtures/block/block_margin_y_sibling_collapse_negative_percentage.html index e9f936e8d..117f1d036 100644 --- a/test_fixtures/block_margin_y_sibling_collapse_negative_percentage.html +++ b/test_fixtures/block/block_margin_y_sibling_collapse_negative_percentage.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_sibling_collapse_positive.html b/test_fixtures/block/block_margin_y_sibling_collapse_positive.html similarity index 75% rename from test_fixtures/block_margin_y_sibling_collapse_positive.html rename to test_fixtures/block/block_margin_y_sibling_collapse_positive.html index 19cb2a05d..fdeb0f09d 100644 --- a/test_fixtures/block_margin_y_sibling_collapse_positive.html +++ b/test_fixtures/block/block_margin_y_sibling_collapse_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_sibling_collapse_positive_and_negative.html b/test_fixtures/block/block_margin_y_sibling_collapse_positive_and_negative.html similarity index 82% rename from test_fixtures/block_margin_y_sibling_collapse_positive_and_negative.html rename to test_fixtures/block/block_margin_y_sibling_collapse_positive_and_negative.html index 6341a1cc2..164dcb835 100644 --- a/test_fixtures/block_margin_y_sibling_collapse_positive_and_negative.html +++ b/test_fixtures/block/block_margin_y_sibling_collapse_positive_and_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_sibling_collapse_positive_and_negative_percentage.html b/test_fixtures/block/block_margin_y_sibling_collapse_positive_and_negative_percentage.html similarity index 81% rename from test_fixtures/block_margin_y_sibling_collapse_positive_and_negative_percentage.html rename to test_fixtures/block/block_margin_y_sibling_collapse_positive_and_negative_percentage.html index 74c42debf..141f6f827 100644 --- a/test_fixtures/block_margin_y_sibling_collapse_positive_and_negative_percentage.html +++ b/test_fixtures/block/block_margin_y_sibling_collapse_positive_and_negative_percentage.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_sibling_collapse_positive_percentage.html b/test_fixtures/block/block_margin_y_sibling_collapse_positive_percentage.html similarity index 75% rename from test_fixtures/block_margin_y_sibling_collapse_positive_percentage.html rename to test_fixtures/block/block_margin_y_sibling_collapse_positive_percentage.html index ed1bdc7bd..b0fe974b6 100644 --- a/test_fixtures/block_margin_y_sibling_collapse_positive_percentage.html +++ b/test_fixtures/block/block_margin_y_sibling_collapse_positive_percentage.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_simple_negative.html b/test_fixtures/block/block_margin_y_simple_negative.html similarity index 65% rename from test_fixtures/block_margin_y_simple_negative.html rename to test_fixtures/block/block_margin_y_simple_negative.html index 3d62f81d3..6d235bbd6 100644 --- a/test_fixtures/block_margin_y_simple_negative.html +++ b/test_fixtures/block/block_margin_y_simple_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_simple_negative_percentage_other.html b/test_fixtures/block/block_margin_y_simple_negative_percentage_other.html similarity index 66% rename from test_fixtures/block_margin_y_simple_negative_percentage_other.html rename to test_fixtures/block/block_margin_y_simple_negative_percentage_other.html index 7738dd391..411c34991 100644 --- a/test_fixtures/block_margin_y_simple_negative_percentage_other.html +++ b/test_fixtures/block/block_margin_y_simple_negative_percentage_other.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_simple_negative_percentage_self.html b/test_fixtures/block/block_margin_y_simple_negative_percentage_self.html similarity index 66% rename from test_fixtures/block_margin_y_simple_negative_percentage_self.html rename to test_fixtures/block/block_margin_y_simple_negative_percentage_self.html index f96455cda..07ed4bf39 100644 --- a/test_fixtures/block_margin_y_simple_negative_percentage_self.html +++ b/test_fixtures/block/block_margin_y_simple_negative_percentage_self.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_simple_positive.html b/test_fixtures/block/block_margin_y_simple_positive.html similarity index 65% rename from test_fixtures/block_margin_y_simple_positive.html rename to test_fixtures/block/block_margin_y_simple_positive.html index 3bb9d77f4..64f65c3e1 100644 --- a/test_fixtures/block_margin_y_simple_positive.html +++ b/test_fixtures/block/block_margin_y_simple_positive.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_simple_positive_percentage_other.html b/test_fixtures/block/block_margin_y_simple_positive_percentage_other.html similarity index 65% rename from test_fixtures/block_margin_y_simple_positive_percentage_other.html rename to test_fixtures/block/block_margin_y_simple_positive_percentage_other.html index 2b3f1df9e..368f8ec90 100644 --- a/test_fixtures/block_margin_y_simple_positive_percentage_other.html +++ b/test_fixtures/block/block_margin_y_simple_positive_percentage_other.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_simple_positive_percentage_self.html b/test_fixtures/block/block_margin_y_simple_positive_percentage_self.html similarity index 65% rename from test_fixtures/block_margin_y_simple_positive_percentage_self.html rename to test_fixtures/block/block_margin_y_simple_positive_percentage_self.html index 3c4f0aef4..f87d2323a 100644 --- a/test_fixtures/block_margin_y_simple_positive_percentage_self.html +++ b/test_fixtures/block/block_margin_y_simple_positive_percentage_self.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_total_collapse.html b/test_fixtures/block/block_margin_y_total_collapse.html similarity index 76% rename from test_fixtures/block_margin_y_total_collapse.html rename to test_fixtures/block/block_margin_y_total_collapse.html index 43c02744c..c4ffa96c3 100644 --- a/test_fixtures/block_margin_y_total_collapse.html +++ b/test_fixtures/block/block_margin_y_total_collapse.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_margin_y_total_collapse_complex.html b/test_fixtures/block/block_margin_y_total_collapse_complex.html similarity index 82% rename from test_fixtures/block_margin_y_total_collapse_complex.html rename to test_fixtures/block/block_margin_y_total_collapse_complex.html index edc80a557..b01a80660 100644 --- a/test_fixtures/block_margin_y_total_collapse_complex.html +++ b/test_fixtures/block/block_margin_y_total_collapse_complex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_overflow_scrollbars_overriden_by_available_space.html b/test_fixtures/block/block_overflow_scrollbars_overriden_by_available_space.html similarity index 66% rename from test_fixtures/block_overflow_scrollbars_overriden_by_available_space.html rename to test_fixtures/block/block_overflow_scrollbars_overriden_by_available_space.html index ef06f1602..ab518297a 100644 --- a/test_fixtures/block_overflow_scrollbars_overriden_by_available_space.html +++ b/test_fixtures/block/block_overflow_scrollbars_overriden_by_available_space.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_overflow_scrollbars_overriden_by_max_size.html b/test_fixtures/block/block_overflow_scrollbars_overriden_by_max_size.html similarity index 63% rename from test_fixtures/block_overflow_scrollbars_overriden_by_max_size.html rename to test_fixtures/block/block_overflow_scrollbars_overriden_by_max_size.html index bee2bfe8b..6e66789d4 100644 --- a/test_fixtures/block_overflow_scrollbars_overriden_by_max_size.html +++ b/test_fixtures/block/block_overflow_scrollbars_overriden_by_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_overflow_scrollbars_overriden_by_size.html b/test_fixtures/block/block_overflow_scrollbars_overriden_by_size.html similarity index 63% rename from test_fixtures/block_overflow_scrollbars_overriden_by_size.html rename to test_fixtures/block/block_overflow_scrollbars_overriden_by_size.html index 59f74ef23..9315dce3b 100644 --- a/test_fixtures/block_overflow_scrollbars_overriden_by_size.html +++ b/test_fixtures/block/block_overflow_scrollbars_overriden_by_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_overflow_scrollbars_take_up_space_both_axis.html b/test_fixtures/block/block_overflow_scrollbars_take_up_space_both_axis.html similarity index 63% rename from test_fixtures/block_overflow_scrollbars_take_up_space_both_axis.html rename to test_fixtures/block/block_overflow_scrollbars_take_up_space_both_axis.html index 46d5baaf7..cd803415b 100644 --- a/test_fixtures/block_overflow_scrollbars_take_up_space_both_axis.html +++ b/test_fixtures/block/block_overflow_scrollbars_take_up_space_both_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_overflow_scrollbars_take_up_space_cross_axis.html b/test_fixtures/block/block_overflow_scrollbars_take_up_space_cross_axis.html similarity index 63% rename from test_fixtures/block_overflow_scrollbars_take_up_space_cross_axis.html rename to test_fixtures/block/block_overflow_scrollbars_take_up_space_cross_axis.html index 658d0134c..bc1dd0c48 100644 --- a/test_fixtures/block_overflow_scrollbars_take_up_space_cross_axis.html +++ b/test_fixtures/block/block_overflow_scrollbars_take_up_space_cross_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_overflow_scrollbars_take_up_space_main_axis.html b/test_fixtures/block/block_overflow_scrollbars_take_up_space_main_axis.html similarity index 63% rename from test_fixtures/block_overflow_scrollbars_take_up_space_main_axis.html rename to test_fixtures/block/block_overflow_scrollbars_take_up_space_main_axis.html index 1179d1715..19ddbd38e 100644 --- a/test_fixtures/block_overflow_scrollbars_take_up_space_main_axis.html +++ b/test_fixtures/block/block_overflow_scrollbars_take_up_space_main_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_border_fixed_size.html b/test_fixtures/block/block_padding_border_fixed_size.html similarity index 67% rename from test_fixtures/block_padding_border_fixed_size.html rename to test_fixtures/block/block_padding_border_fixed_size.html index f8db610d9..00dc75781 100644 --- a/test_fixtures/block_padding_border_fixed_size.html +++ b/test_fixtures/block/block_padding_border_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_border_intrinsic_size.html b/test_fixtures/block/block_padding_border_intrinsic_size.html similarity index 66% rename from test_fixtures/block_padding_border_intrinsic_size.html rename to test_fixtures/block/block_padding_border_intrinsic_size.html index e311daa1c..541d42c03 100644 --- a/test_fixtures/block_padding_border_intrinsic_size.html +++ b/test_fixtures/block/block_padding_border_intrinsic_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_border_overrides_max_size.html b/test_fixtures/block/block_padding_border_overrides_max_size.html similarity index 69% rename from test_fixtures/block_padding_border_overrides_max_size.html rename to test_fixtures/block/block_padding_border_overrides_max_size.html index aebc99307..0b88fd2e2 100644 --- a/test_fixtures/block_padding_border_overrides_max_size.html +++ b/test_fixtures/block/block_padding_border_overrides_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_border_overrides_min_size.html b/test_fixtures/block/block_padding_border_overrides_min_size.html similarity index 69% rename from test_fixtures/block_padding_border_overrides_min_size.html rename to test_fixtures/block/block_padding_border_overrides_min_size.html index f6b7475d8..94e98adc3 100644 --- a/test_fixtures/block_padding_border_overrides_min_size.html +++ b/test_fixtures/block/block_padding_border_overrides_min_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_border_overrides_size.html b/test_fixtures/block/block_padding_border_overrides_size.html similarity index 68% rename from test_fixtures/block_padding_border_overrides_size.html rename to test_fixtures/block/block_padding_border_overrides_size.html index b8dfecab3..327700371 100644 --- a/test_fixtures/block_padding_border_overrides_size.html +++ b/test_fixtures/block/block_padding_border_overrides_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_border_percentage_fixed_size.html b/test_fixtures/block/block_padding_border_percentage_fixed_size.html similarity index 68% rename from test_fixtures/block_padding_border_percentage_fixed_size.html rename to test_fixtures/block/block_padding_border_percentage_fixed_size.html index 5f53e84ff..257b0e7d6 100644 --- a/test_fixtures/block_padding_border_percentage_fixed_size.html +++ b/test_fixtures/block/block_padding_border_percentage_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_border_percentage_intrinsic_size.html b/test_fixtures/block/block_padding_border_percentage_intrinsic_size.html similarity index 66% rename from test_fixtures/block_padding_border_percentage_intrinsic_size.html rename to test_fixtures/block/block_padding_border_percentage_intrinsic_size.html index c443f296c..4c27a3bf1 100644 --- a/test_fixtures/block_padding_border_percentage_intrinsic_size.html +++ b/test_fixtures/block/block_padding_border_percentage_intrinsic_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_fixed_size.html b/test_fixtures/block/block_padding_fixed_size.html similarity index 65% rename from test_fixtures/block_padding_fixed_size.html rename to test_fixtures/block/block_padding_fixed_size.html index 423a81621..3cd27a652 100644 --- a/test_fixtures/block_padding_fixed_size.html +++ b/test_fixtures/block/block_padding_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_intrinsic_size.html b/test_fixtures/block/block_padding_intrinsic_size.html similarity index 64% rename from test_fixtures/block_padding_intrinsic_size.html rename to test_fixtures/block/block_padding_intrinsic_size.html index 4320d1db1..176c40c4e 100644 --- a/test_fixtures/block_padding_intrinsic_size.html +++ b/test_fixtures/block/block_padding_intrinsic_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_percentage_fixed_size.html b/test_fixtures/block/block_padding_percentage_fixed_size.html similarity index 66% rename from test_fixtures/block_padding_percentage_fixed_size.html rename to test_fixtures/block/block_padding_percentage_fixed_size.html index 2d69c8160..cc50c0123 100644 --- a/test_fixtures/block_padding_percentage_fixed_size.html +++ b/test_fixtures/block/block_padding_percentage_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/block_padding_percentage_intrinsic_size.html b/test_fixtures/block/block_padding_percentage_intrinsic_size.html similarity index 64% rename from test_fixtures/block_padding_percentage_intrinsic_size.html rename to test_fixtures/block/block_padding_percentage_intrinsic_size.html index 79b8280f8..df90eb68b 100644 --- a/test_fixtures/block_padding_percentage_intrinsic_size.html +++ b/test_fixtures/block/block_padding_percentage_intrinsic_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockflex_block_in_flex_column.html b/test_fixtures/blockflex/blockflex_block_in_flex_column.html similarity index 66% rename from test_fixtures/blockflex_block_in_flex_column.html rename to test_fixtures/blockflex/blockflex_block_in_flex_column.html index 9ef65585b..5b9fb5b07 100644 --- a/test_fixtures/blockflex_block_in_flex_column.html +++ b/test_fixtures/blockflex/blockflex_block_in_flex_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockflex_block_in_flex_row.html b/test_fixtures/blockflex/blockflex_block_in_flex_row.html similarity index 64% rename from test_fixtures/blockflex_block_in_flex_row.html rename to test_fixtures/blockflex/blockflex_block_in_flex_row.html index 0d6f1ef6b..657738563 100644 --- a/test_fixtures/blockflex_block_in_flex_row.html +++ b/test_fixtures/blockflex/blockflex_block_in_flex_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockflex_flex_in_block.html b/test_fixtures/blockflex/blockflex_flex_in_block.html similarity index 68% rename from test_fixtures/blockflex_flex_in_block.html rename to test_fixtures/blockflex/blockflex_flex_in_block.html index 20a08ba32..ad1207fff 100644 --- a/test_fixtures/blockflex_flex_in_block.html +++ b/test_fixtures/blockflex/blockflex_flex_in_block.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockflex_margin_y_collapse_through_blocked_by_flex.html b/test_fixtures/blockflex/blockflex_margin_y_collapse_through_blocked_by_flex.html similarity index 72% rename from test_fixtures/blockflex_margin_y_collapse_through_blocked_by_flex.html rename to test_fixtures/blockflex/blockflex_margin_y_collapse_through_blocked_by_flex.html index 5e1cf836a..f56b41d0f 100644 --- a/test_fixtures/blockflex_margin_y_collapse_through_blocked_by_flex.html +++ b/test_fixtures/blockflex/blockflex_margin_y_collapse_through_blocked_by_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockflex_margin_y_first_child_collapse_blocked_by_flex.html b/test_fixtures/blockflex/blockflex_margin_y_first_child_collapse_blocked_by_flex.html similarity index 68% rename from test_fixtures/blockflex_margin_y_first_child_collapse_blocked_by_flex.html rename to test_fixtures/blockflex/blockflex_margin_y_first_child_collapse_blocked_by_flex.html index 0829f166d..027e00570 100644 --- a/test_fixtures/blockflex_margin_y_first_child_collapse_blocked_by_flex.html +++ b/test_fixtures/blockflex/blockflex_margin_y_first_child_collapse_blocked_by_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockflex_margin_y_last_child_collapse_blocked_by_flex.html b/test_fixtures/blockflex/blockflex_margin_y_last_child_collapse_blocked_by_flex.html similarity index 69% rename from test_fixtures/blockflex_margin_y_last_child_collapse_blocked_by_flex.html rename to test_fixtures/blockflex/blockflex_margin_y_last_child_collapse_blocked_by_flex.html index 17b7cd76c..18ed0b964 100644 --- a/test_fixtures/blockflex_margin_y_last_child_collapse_blocked_by_flex.html +++ b/test_fixtures/blockflex/blockflex_margin_y_last_child_collapse_blocked_by_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockflex_overflow_hidden.html b/test_fixtures/blockflex/blockflex_overflow_hidden.html similarity index 69% rename from test_fixtures/blockflex_overflow_hidden.html rename to test_fixtures/blockflex/blockflex_overflow_hidden.html index 4a2b8d7d0..2ed1d6d33 100644 --- a/test_fixtures/blockflex_overflow_hidden.html +++ b/test_fixtures/blockflex/blockflex_overflow_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_auto.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_auto.html similarity index 65% rename from test_fixtures/blockgrid_block_in_grid_auto.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_auto.html index 0b659ff37..65716f714 100644 --- a/test_fixtures/blockgrid_block_in_grid_auto.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_auto.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_fixed_fit_content_larger.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_larger.html similarity index 66% rename from test_fixtures/blockgrid_block_in_grid_fixed_fit_content_larger.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_larger.html index a3b386f05..b06025265 100644 --- a/test_fixtures/blockgrid_block_in_grid_fixed_fit_content_larger.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_larger.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_fixed_fit_content_middle.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_middle.html similarity index 66% rename from test_fixtures/blockgrid_block_in_grid_fixed_fit_content_middle.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_middle.html index b55a547fc..4e1953af8 100644 --- a/test_fixtures/blockgrid_block_in_grid_fixed_fit_content_middle.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_middle.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_fixed_fit_content_smaller.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_smaller.html similarity index 66% rename from test_fixtures/blockgrid_block_in_grid_fixed_fit_content_smaller.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_smaller.html index 2b033438e..9bc658e1c 100644 --- a/test_fixtures/blockgrid_block_in_grid_fixed_fit_content_smaller.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_fit_content_smaller.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_fixed_larger.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_larger.html similarity index 65% rename from test_fixtures/blockgrid_block_in_grid_fixed_larger.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_larger.html index b30dde49c..91918cdf5 100644 --- a/test_fixtures/blockgrid_block_in_grid_fixed_larger.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_larger.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_fixed_middle.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_middle.html similarity index 65% rename from test_fixtures/blockgrid_block_in_grid_fixed_middle.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_middle.html index 0b5d5be79..da00cba61 100644 --- a/test_fixtures/blockgrid_block_in_grid_fixed_middle.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_middle.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_fixed_smaller.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_smaller.html similarity index 65% rename from test_fixtures/blockgrid_block_in_grid_fixed_smaller.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_smaller.html index c3353423e..1ccf63f8f 100644 --- a/test_fixtures/blockgrid_block_in_grid_fixed_smaller.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_fixed_smaller.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_fr.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_fr.html similarity index 65% rename from test_fixtures/blockgrid_block_in_grid_fr.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_fr.html index 9d84e2631..68a1bd46c 100644 --- a/test_fixtures/blockgrid_block_in_grid_fr.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_fr.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_max_content.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_max_content.html similarity index 65% rename from test_fixtures/blockgrid_block_in_grid_max_content.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_max_content.html index 24b7a2643..714ba194b 100644 --- a/test_fixtures/blockgrid_block_in_grid_max_content.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_block_in_grid_min_content.html b/test_fixtures/blockgrid/blockgrid_block_in_grid_min_content.html similarity index 65% rename from test_fixtures/blockgrid_block_in_grid_min_content.html rename to test_fixtures/blockgrid/blockgrid_block_in_grid_min_content.html index 24b7a2643..714ba194b 100644 --- a/test_fixtures/blockgrid_block_in_grid_min_content.html +++ b/test_fixtures/blockgrid/blockgrid_block_in_grid_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_grid_in_block.html b/test_fixtures/blockgrid/blockgrid_grid_in_block.html similarity index 68% rename from test_fixtures/blockgrid_grid_in_block.html rename to test_fixtures/blockgrid/blockgrid_grid_in_block.html index 01e63fab7..d9d41aaa5 100644 --- a/test_fixtures/blockgrid_grid_in_block.html +++ b/test_fixtures/blockgrid/blockgrid_grid_in_block.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_margin_y_collapse_through_blocked_by_grid.html b/test_fixtures/blockgrid/blockgrid_margin_y_collapse_through_blocked_by_grid.html similarity index 72% rename from test_fixtures/blockgrid_margin_y_collapse_through_blocked_by_grid.html rename to test_fixtures/blockgrid/blockgrid_margin_y_collapse_through_blocked_by_grid.html index 68e97e9aa..678e9f584 100644 --- a/test_fixtures/blockgrid_margin_y_collapse_through_blocked_by_grid.html +++ b/test_fixtures/blockgrid/blockgrid_margin_y_collapse_through_blocked_by_grid.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_margin_y_first_child_collapse_blocked_by_grid.html b/test_fixtures/blockgrid/blockgrid_margin_y_first_child_collapse_blocked_by_grid.html similarity index 68% rename from test_fixtures/blockgrid_margin_y_first_child_collapse_blocked_by_grid.html rename to test_fixtures/blockgrid/blockgrid_margin_y_first_child_collapse_blocked_by_grid.html index 900d7b5ae..1760bddf0 100644 --- a/test_fixtures/blockgrid_margin_y_first_child_collapse_blocked_by_grid.html +++ b/test_fixtures/blockgrid/blockgrid_margin_y_first_child_collapse_blocked_by_grid.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/blockgrid_margin_y_last_child_collapse_blocked_by_grid.html b/test_fixtures/blockgrid/blockgrid_margin_y_last_child_collapse_blocked_by_grid.html similarity index 69% rename from test_fixtures/blockgrid_margin_y_last_child_collapse_blocked_by_grid.html rename to test_fixtures/blockgrid/blockgrid_margin_y_last_child_collapse_blocked_by_grid.html index 8ad2efa07..74db4694d 100644 --- a/test_fixtures/blockgrid_margin_y_last_child_collapse_blocked_by_grid.html +++ b/test_fixtures/blockgrid/blockgrid_margin_y_last_child_collapse_blocked_by_grid.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html b/test_fixtures/flex/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html similarity index 65% rename from test_fixtures/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html rename to test_fixtures/flex/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html index c6122e8a6..b26570040 100644 --- a/test_fixtures/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html +++ b/test_fixtures/flex/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_height.html b/test_fixtures/flex/absolute_aspect_ratio_fill_height.html similarity index 64% rename from test_fixtures/absolute_aspect_ratio_fill_height.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_height.html index 21fa6aebe..8c2d98f59 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_height.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_height_from_inset.html b/test_fixtures/flex/absolute_aspect_ratio_fill_height_from_inset.html similarity index 64% rename from test_fixtures/absolute_aspect_ratio_fill_height_from_inset.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_height_from_inset.html index 58ecd496e..345d30a9a 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_height_from_inset.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_height_from_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_max_height.html b/test_fixtures/flex/absolute_aspect_ratio_fill_max_height.html similarity index 73% rename from test_fixtures/absolute_aspect_ratio_fill_max_height.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_max_height.html index 14b4d5fef..244b7b5ad 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_max_height.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_max_width.html b/test_fixtures/flex/absolute_aspect_ratio_fill_max_width.html similarity index 73% rename from test_fixtures/absolute_aspect_ratio_fill_max_width.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_max_width.html index 80e7d9abb..552173c51 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_max_width.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_min_height.html b/test_fixtures/flex/absolute_aspect_ratio_fill_min_height.html similarity index 63% rename from test_fixtures/absolute_aspect_ratio_fill_min_height.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_min_height.html index 79b236365..9fda933ee 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_min_height.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_min_width.html b/test_fixtures/flex/absolute_aspect_ratio_fill_min_width.html similarity index 63% rename from test_fixtures/absolute_aspect_ratio_fill_min_width.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_min_width.html index 03dbc6482..e9b19b84a 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_min_width.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_width.html b/test_fixtures/flex/absolute_aspect_ratio_fill_width.html similarity index 64% rename from test_fixtures/absolute_aspect_ratio_fill_width.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_width.html index ef9878a84..24e200fa7 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_width.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_fill_width_from_inset.html b/test_fixtures/flex/absolute_aspect_ratio_fill_width_from_inset.html similarity index 64% rename from test_fixtures/absolute_aspect_ratio_fill_width_from_inset.html rename to test_fixtures/flex/absolute_aspect_ratio_fill_width_from_inset.html index 1e24542a9..62a4334e7 100644 --- a/test_fixtures/absolute_aspect_ratio_fill_width_from_inset.html +++ b/test_fixtures/flex/absolute_aspect_ratio_fill_width_from_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_height_overrides_inset.html b/test_fixtures/flex/absolute_aspect_ratio_height_overrides_inset.html similarity index 65% rename from test_fixtures/absolute_aspect_ratio_height_overrides_inset.html rename to test_fixtures/flex/absolute_aspect_ratio_height_overrides_inset.html index 08f0686aa..083ef5a49 100644 --- a/test_fixtures/absolute_aspect_ratio_height_overrides_inset.html +++ b/test_fixtures/flex/absolute_aspect_ratio_height_overrides_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_aspect_ratio_width_overrides_inset.html b/test_fixtures/flex/absolute_aspect_ratio_width_overrides_inset.html similarity index 65% rename from test_fixtures/absolute_aspect_ratio_width_overrides_inset.html rename to test_fixtures/flex/absolute_aspect_ratio_width_overrides_inset.html index 067a7b653..10ee0424e 100644 --- a/test_fixtures/absolute_aspect_ratio_width_overrides_inset.html +++ b/test_fixtures/flex/absolute_aspect_ratio_width_overrides_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_child_with_cross_margin.html b/test_fixtures/flex/absolute_child_with_cross_margin.html similarity index 80% rename from test_fixtures/absolute_child_with_cross_margin.html rename to test_fixtures/flex/absolute_child_with_cross_margin.html index fe14f4e01..067d08dbd 100644 --- a/test_fixtures/absolute_child_with_cross_margin.html +++ b/test_fixtures/flex/absolute_child_with_cross_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_child_with_main_margin.html b/test_fixtures/flex/absolute_child_with_main_margin.html similarity index 64% rename from test_fixtures/absolute_child_with_main_margin.html rename to test_fixtures/flex/absolute_child_with_main_margin.html index 871a71bff..b1992abab 100644 --- a/test_fixtures/absolute_child_with_main_margin.html +++ b/test_fixtures/flex/absolute_child_with_main_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_child_with_max_height.html b/test_fixtures/flex/absolute_child_with_max_height.html similarity index 69% rename from test_fixtures/absolute_child_with_max_height.html rename to test_fixtures/flex/absolute_child_with_max_height.html index c0f42dd92..27ccbe6d7 100644 --- a/test_fixtures/absolute_child_with_max_height.html +++ b/test_fixtures/flex/absolute_child_with_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_child_with_max_height_larger_shrinkable_grandchild.html b/test_fixtures/flex/absolute_child_with_max_height_larger_shrinkable_grandchild.html similarity index 71% rename from test_fixtures/absolute_child_with_max_height_larger_shrinkable_grandchild.html rename to test_fixtures/flex/absolute_child_with_max_height_larger_shrinkable_grandchild.html index 2473399f0..d7b1960fe 100644 --- a/test_fixtures/absolute_child_with_max_height_larger_shrinkable_grandchild.html +++ b/test_fixtures/flex/absolute_child_with_max_height_larger_shrinkable_grandchild.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_and_justify_content_center.html b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center.html similarity index 65% rename from test_fixtures/absolute_layout_align_items_and_justify_content_center.html rename to test_fixtures/flex/absolute_layout_align_items_and_justify_content_center.html index f9d7a08d6..1ae8ad162 100644 --- a/test_fixtures/absolute_layout_align_items_and_justify_content_center.html +++ b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_bottom_position.html b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_bottom_position.html similarity index 66% rename from test_fixtures/absolute_layout_align_items_and_justify_content_center_and_bottom_position.html rename to test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_bottom_position.html index f2866e99d..fd29dfee3 100644 --- a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_bottom_position.html +++ b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_bottom_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_left_position.html b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_left_position.html similarity index 66% rename from test_fixtures/absolute_layout_align_items_and_justify_content_center_and_left_position.html rename to test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_left_position.html index aeaf86dde..c7d175e0b 100644 --- a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_left_position.html +++ b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_left_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_right_position.html b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_right_position.html similarity index 66% rename from test_fixtures/absolute_layout_align_items_and_justify_content_center_and_right_position.html rename to test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_right_position.html index 23bd94ef1..50a9a59b8 100644 --- a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_right_position.html +++ b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_right_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_top_position.html b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_top_position.html similarity index 66% rename from test_fixtures/absolute_layout_align_items_and_justify_content_center_and_top_position.html rename to test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_top_position.html index 4a8181ba5..91a64a8eb 100644 --- a/test_fixtures/absolute_layout_align_items_and_justify_content_center_and_top_position.html +++ b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_center_and_top_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_and_justify_content_flex_end.html b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_flex_end.html similarity index 65% rename from test_fixtures/absolute_layout_align_items_and_justify_content_flex_end.html rename to test_fixtures/flex/absolute_layout_align_items_and_justify_content_flex_end.html index 83bdb2f7e..de0aef491 100644 --- a/test_fixtures/absolute_layout_align_items_and_justify_content_flex_end.html +++ b/test_fixtures/flex/absolute_layout_align_items_and_justify_content_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_center.html b/test_fixtures/flex/absolute_layout_align_items_center.html similarity index 63% rename from test_fixtures/absolute_layout_align_items_center.html rename to test_fixtures/flex/absolute_layout_align_items_center.html index ce5c0e931..f5ddffedd 100644 --- a/test_fixtures/absolute_layout_align_items_center.html +++ b/test_fixtures/flex/absolute_layout_align_items_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_align_items_center_on_child_only.html b/test_fixtures/flex/absolute_layout_align_items_center_on_child_only.html similarity index 63% rename from test_fixtures/absolute_layout_align_items_center_on_child_only.html rename to test_fixtures/flex/absolute_layout_align_items_center_on_child_only.html index 1cde9b486..713fd87f5 100644 --- a/test_fixtures/absolute_layout_align_items_center_on_child_only.html +++ b/test_fixtures/flex/absolute_layout_align_items_center_on_child_only.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_child_order.html b/test_fixtures/flex/absolute_layout_child_order.html similarity index 71% rename from test_fixtures/absolute_layout_child_order.html rename to test_fixtures/flex/absolute_layout_child_order.html index e9f42fb5d..eaf0887a4 100644 --- a/test_fixtures/absolute_layout_child_order.html +++ b/test_fixtures/flex/absolute_layout_child_order.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_in_wrap_reverse_column_container.html b/test_fixtures/flex/absolute_layout_in_wrap_reverse_column_container.html similarity index 65% rename from test_fixtures/absolute_layout_in_wrap_reverse_column_container.html rename to test_fixtures/flex/absolute_layout_in_wrap_reverse_column_container.html index 47d916207..fdd57cfcc 100644 --- a/test_fixtures/absolute_layout_in_wrap_reverse_column_container.html +++ b/test_fixtures/flex/absolute_layout_in_wrap_reverse_column_container.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_in_wrap_reverse_column_container_flex_end.html b/test_fixtures/flex/absolute_layout_in_wrap_reverse_column_container_flex_end.html similarity index 67% rename from test_fixtures/absolute_layout_in_wrap_reverse_column_container_flex_end.html rename to test_fixtures/flex/absolute_layout_in_wrap_reverse_column_container_flex_end.html index 20fd80321..93f76a0d6 100644 --- a/test_fixtures/absolute_layout_in_wrap_reverse_column_container_flex_end.html +++ b/test_fixtures/flex/absolute_layout_in_wrap_reverse_column_container_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_in_wrap_reverse_row_container.html b/test_fixtures/flex/absolute_layout_in_wrap_reverse_row_container.html similarity index 65% rename from test_fixtures/absolute_layout_in_wrap_reverse_row_container.html rename to test_fixtures/flex/absolute_layout_in_wrap_reverse_row_container.html index 605ebe392..2e455a91e 100644 --- a/test_fixtures/absolute_layout_in_wrap_reverse_row_container.html +++ b/test_fixtures/flex/absolute_layout_in_wrap_reverse_row_container.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_in_wrap_reverse_row_container_flex_end.html b/test_fixtures/flex/absolute_layout_in_wrap_reverse_row_container_flex_end.html similarity index 67% rename from test_fixtures/absolute_layout_in_wrap_reverse_row_container_flex_end.html rename to test_fixtures/flex/absolute_layout_in_wrap_reverse_row_container_flex_end.html index 52f9e3f8f..fcd30aac5 100644 --- a/test_fixtures/absolute_layout_in_wrap_reverse_row_container_flex_end.html +++ b/test_fixtures/flex/absolute_layout_in_wrap_reverse_row_container_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_justify_content_center.html b/test_fixtures/flex/absolute_layout_justify_content_center.html similarity index 63% rename from test_fixtures/absolute_layout_justify_content_center.html rename to test_fixtures/flex/absolute_layout_justify_content_center.html index 2838561da..896e9ab48 100644 --- a/test_fixtures/absolute_layout_justify_content_center.html +++ b/test_fixtures/flex/absolute_layout_justify_content_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_no_size.html b/test_fixtures/flex/absolute_layout_no_size.html similarity index 58% rename from test_fixtures/absolute_layout_no_size.html rename to test_fixtures/flex/absolute_layout_no_size.html index b974f6153..8698c1fb1 100644 --- a/test_fixtures/absolute_layout_no_size.html +++ b/test_fixtures/flex/absolute_layout_no_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_percentage_bottom_based_on_parent_height.html b/test_fixtures/flex/absolute_layout_percentage_bottom_based_on_parent_height.html similarity index 73% rename from test_fixtures/absolute_layout_percentage_bottom_based_on_parent_height.html rename to test_fixtures/flex/absolute_layout_percentage_bottom_based_on_parent_height.html index 89a255188..9c5e7acf1 100644 --- a/test_fixtures/absolute_layout_percentage_bottom_based_on_parent_height.html +++ b/test_fixtures/flex/absolute_layout_percentage_bottom_based_on_parent_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_percentage_height.html b/test_fixtures/flex/absolute_layout_percentage_height.html similarity index 63% rename from test_fixtures/absolute_layout_percentage_height.html rename to test_fixtures/flex/absolute_layout_percentage_height.html index 9dd9b5fe5..fa21df0f9 100644 --- a/test_fixtures/absolute_layout_percentage_height.html +++ b/test_fixtures/flex/absolute_layout_percentage_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_row_width_height_end_bottom.html b/test_fixtures/flex/absolute_layout_row_width_height_end_bottom.html similarity index 65% rename from test_fixtures/absolute_layout_row_width_height_end_bottom.html rename to test_fixtures/flex/absolute_layout_row_width_height_end_bottom.html index 4bc6dd9f0..6052800b1 100644 --- a/test_fixtures/absolute_layout_row_width_height_end_bottom.html +++ b/test_fixtures/flex/absolute_layout_row_width_height_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_start_top_end_bottom.html b/test_fixtures/flex/absolute_layout_start_top_end_bottom.html similarity index 63% rename from test_fixtures/absolute_layout_start_top_end_bottom.html rename to test_fixtures/flex/absolute_layout_start_top_end_bottom.html index e433feb44..64ea6dc15 100644 --- a/test_fixtures/absolute_layout_start_top_end_bottom.html +++ b/test_fixtures/flex/absolute_layout_start_top_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_width_height_end_bottom.html b/test_fixtures/flex/absolute_layout_width_height_end_bottom.html similarity index 64% rename from test_fixtures/absolute_layout_width_height_end_bottom.html rename to test_fixtures/flex/absolute_layout_width_height_end_bottom.html index ae36dfbc6..29de74fd7 100644 --- a/test_fixtures/absolute_layout_width_height_end_bottom.html +++ b/test_fixtures/flex/absolute_layout_width_height_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_width_height_start_top.html b/test_fixtures/flex/absolute_layout_width_height_start_top.html similarity index 63% rename from test_fixtures/absolute_layout_width_height_start_top.html rename to test_fixtures/flex/absolute_layout_width_height_start_top.html index 745234c75..a95d75b01 100644 --- a/test_fixtures/absolute_layout_width_height_start_top.html +++ b/test_fixtures/flex/absolute_layout_width_height_start_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_width_height_start_top_end_bottom.html b/test_fixtures/flex/absolute_layout_width_height_start_top_end_bottom.html similarity index 65% rename from test_fixtures/absolute_layout_width_height_start_top_end_bottom.html rename to test_fixtures/flex/absolute_layout_width_height_start_top_end_bottom.html index 4892afcb0..a8432d359 100644 --- a/test_fixtures/absolute_layout_width_height_start_top_end_bottom.html +++ b/test_fixtures/flex/absolute_layout_width_height_start_top_end_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_layout_within_border.html b/test_fixtures/flex/absolute_layout_within_border.html similarity index 79% rename from test_fixtures/absolute_layout_within_border.html rename to test_fixtures/flex/absolute_layout_within_border.html index e1c848f2d..7108efd8f 100644 --- a/test_fixtures/absolute_layout_within_border.html +++ b/test_fixtures/flex/absolute_layout_within_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_margin_bottom_left.html b/test_fixtures/flex/absolute_margin_bottom_left.html similarity index 68% rename from test_fixtures/absolute_margin_bottom_left.html rename to test_fixtures/flex/absolute_margin_bottom_left.html index 4370dee71..a07f73037 100644 --- a/test_fixtures/absolute_margin_bottom_left.html +++ b/test_fixtures/flex/absolute_margin_bottom_left.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_minmax_bottom_right_max.html b/test_fixtures/flex/absolute_minmax_bottom_right_max.html similarity index 66% rename from test_fixtures/absolute_minmax_bottom_right_max.html rename to test_fixtures/flex/absolute_minmax_bottom_right_max.html index 0f94acbd7..ca0ae2ffc 100644 --- a/test_fixtures/absolute_minmax_bottom_right_max.html +++ b/test_fixtures/flex/absolute_minmax_bottom_right_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_minmax_bottom_right_min_max.html b/test_fixtures/flex/absolute_minmax_bottom_right_min_max.html similarity index 67% rename from test_fixtures/absolute_minmax_bottom_right_min_max.html rename to test_fixtures/flex/absolute_minmax_bottom_right_min_max.html index 0bd7c475c..159b09110 100644 --- a/test_fixtures/absolute_minmax_bottom_right_min_max.html +++ b/test_fixtures/flex/absolute_minmax_bottom_right_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_minmax_bottom_right_min_max_preferred.html b/test_fixtures/flex/absolute_minmax_bottom_right_min_max_preferred.html similarity index 69% rename from test_fixtures/absolute_minmax_bottom_right_min_max_preferred.html rename to test_fixtures/flex/absolute_minmax_bottom_right_min_max_preferred.html index f25438e94..543c641e3 100644 --- a/test_fixtures/absolute_minmax_bottom_right_min_max_preferred.html +++ b/test_fixtures/flex/absolute_minmax_bottom_right_min_max_preferred.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_minmax_top_left_bottom_right_max.html b/test_fixtures/flex/absolute_minmax_top_left_bottom_right_max.html similarity index 66% rename from test_fixtures/absolute_minmax_top_left_bottom_right_max.html rename to test_fixtures/flex/absolute_minmax_top_left_bottom_right_max.html index a9145eb0b..700fd47d7 100644 --- a/test_fixtures/absolute_minmax_top_left_bottom_right_max.html +++ b/test_fixtures/flex/absolute_minmax_top_left_bottom_right_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_minmax_top_left_bottom_right_min_max.html b/test_fixtures/flex/absolute_minmax_top_left_bottom_right_min_max.html similarity index 68% rename from test_fixtures/absolute_minmax_top_left_bottom_right_min_max.html rename to test_fixtures/flex/absolute_minmax_top_left_bottom_right_min_max.html index 2b31d18db..7ca5ad4aa 100644 --- a/test_fixtures/absolute_minmax_top_left_bottom_right_min_max.html +++ b/test_fixtures/flex/absolute_minmax_top_left_bottom_right_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_padding_border_overrides_max_size.html b/test_fixtures/flex/absolute_padding_border_overrides_max_size.html similarity index 67% rename from test_fixtures/absolute_padding_border_overrides_max_size.html rename to test_fixtures/flex/absolute_padding_border_overrides_max_size.html index adffdaf0c..a129b6ea3 100644 --- a/test_fixtures/absolute_padding_border_overrides_max_size.html +++ b/test_fixtures/flex/absolute_padding_border_overrides_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/absolute_padding_border_overrides_size.html b/test_fixtures/flex/absolute_padding_border_overrides_size.html similarity index 66% rename from test_fixtures/absolute_padding_border_overrides_size.html rename to test_fixtures/flex/absolute_padding_border_overrides_size.html index 24bcbbc60..849da8c96 100644 --- a/test_fixtures/absolute_padding_border_overrides_size.html +++ b/test_fixtures/flex/absolute_padding_border_overrides_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline.html b/test_fixtures/flex/align_baseline.html similarity index 66% rename from test_fixtures/align_baseline.html rename to test_fixtures/flex/align_baseline.html index 7fd614a83..74edbb219 100644 --- a/test_fixtures/align_baseline.html +++ b/test_fixtures/flex/align_baseline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child.html b/test_fixtures/flex/align_baseline_child.html similarity index 73% rename from test_fixtures/align_baseline_child.html rename to test_fixtures/flex/align_baseline_child.html index e1b8b6306..16fc50ddc 100644 --- a/test_fixtures/align_baseline_child.html +++ b/test_fixtures/flex/align_baseline_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_margin.html b/test_fixtures/flex/align_baseline_child_margin.html similarity index 73% rename from test_fixtures/align_baseline_child_margin.html rename to test_fixtures/flex/align_baseline_child_margin.html index f3b3de7e3..80c123405 100644 --- a/test_fixtures/align_baseline_child_margin.html +++ b/test_fixtures/flex/align_baseline_child_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_margin_percent.html b/test_fixtures/flex/align_baseline_child_margin_percent.html similarity index 73% rename from test_fixtures/align_baseline_child_margin_percent.html rename to test_fixtures/flex/align_baseline_child_margin_percent.html index 70531ecf8..c94655243 100644 --- a/test_fixtures/align_baseline_child_margin_percent.html +++ b/test_fixtures/flex/align_baseline_child_margin_percent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_multiline.html b/test_fixtures/flex/align_baseline_child_multiline.html similarity index 76% rename from test_fixtures/align_baseline_child_multiline.html rename to test_fixtures/flex/align_baseline_child_multiline.html index 7d48f560e..9128a245b 100644 --- a/test_fixtures/align_baseline_child_multiline.html +++ b/test_fixtures/flex/align_baseline_child_multiline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_multiline_no_override_on_secondline.html b/test_fixtures/flex/align_baseline_child_multiline_no_override_on_secondline.html similarity index 79% rename from test_fixtures/align_baseline_child_multiline_no_override_on_secondline.html rename to test_fixtures/flex/align_baseline_child_multiline_no_override_on_secondline.html index e68d7da8c..083c18f1a 100644 --- a/test_fixtures/align_baseline_child_multiline_no_override_on_secondline.html +++ b/test_fixtures/flex/align_baseline_child_multiline_no_override_on_secondline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_multiline_override.html b/test_fixtures/flex/align_baseline_child_multiline_override.html similarity index 79% rename from test_fixtures/align_baseline_child_multiline_override.html rename to test_fixtures/flex/align_baseline_child_multiline_override.html index 879ea08ff..730d613e6 100644 --- a/test_fixtures/align_baseline_child_multiline_override.html +++ b/test_fixtures/flex/align_baseline_child_multiline_override.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_padding.html b/test_fixtures/flex/align_baseline_child_padding.html similarity index 73% rename from test_fixtures/align_baseline_child_padding.html rename to test_fixtures/flex/align_baseline_child_padding.html index a7349fb6a..a422fbe32 100644 --- a/test_fixtures/align_baseline_child_padding.html +++ b/test_fixtures/flex/align_baseline_child_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_top.html b/test_fixtures/flex/align_baseline_child_top.html similarity index 72% rename from test_fixtures/align_baseline_child_top.html rename to test_fixtures/flex/align_baseline_child_top.html index 6884d71de..619bc9a17 100644 --- a/test_fixtures/align_baseline_child_top.html +++ b/test_fixtures/flex/align_baseline_child_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_child_top2.html b/test_fixtures/flex/align_baseline_child_top2.html similarity index 71% rename from test_fixtures/align_baseline_child_top2.html rename to test_fixtures/flex/align_baseline_child_top2.html index 2eb3b4da0..877a9d4d7 100644 --- a/test_fixtures/align_baseline_child_top2.html +++ b/test_fixtures/flex/align_baseline_child_top2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_column.html b/test_fixtures/flex/align_baseline_column.html similarity index 67% rename from test_fixtures/align_baseline_column.html rename to test_fixtures/flex/align_baseline_column.html index 47e54efa7..45e1b2ea1 100644 --- a/test_fixtures/align_baseline_column.html +++ b/test_fixtures/flex/align_baseline_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_double_nested_child.html b/test_fixtures/flex/align_baseline_double_nested_child.html similarity index 73% rename from test_fixtures/align_baseline_double_nested_child.html rename to test_fixtures/flex/align_baseline_double_nested_child.html index f213bc4a4..77e49ded2 100644 --- a/test_fixtures/align_baseline_double_nested_child.html +++ b/test_fixtures/flex/align_baseline_double_nested_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_multiline.html b/test_fixtures/flex/align_baseline_multiline.html similarity index 79% rename from test_fixtures/align_baseline_multiline.html rename to test_fixtures/flex/align_baseline_multiline.html index 1e77650f5..433fe8070 100644 --- a/test_fixtures/align_baseline_multiline.html +++ b/test_fixtures/flex/align_baseline_multiline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_multiline_column.html b/test_fixtures/flex/align_baseline_multiline_column.html similarity index 79% rename from test_fixtures/align_baseline_multiline_column.html rename to test_fixtures/flex/align_baseline_multiline_column.html index 1715c36c7..2473282aa 100644 --- a/test_fixtures/align_baseline_multiline_column.html +++ b/test_fixtures/flex/align_baseline_multiline_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_multiline_column2.html b/test_fixtures/flex/align_baseline_multiline_column2.html similarity index 81% rename from test_fixtures/align_baseline_multiline_column2.html rename to test_fixtures/flex/align_baseline_multiline_column2.html index 188f86e5f..2db70bca0 100644 --- a/test_fixtures/align_baseline_multiline_column2.html +++ b/test_fixtures/flex/align_baseline_multiline_column2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_multiline_row_and_column.html b/test_fixtures/flex/align_baseline_multiline_row_and_column.html similarity index 79% rename from test_fixtures/align_baseline_multiline_row_and_column.html rename to test_fixtures/flex/align_baseline_multiline_row_and_column.html index a80c4d1e9..084ef83e4 100644 --- a/test_fixtures/align_baseline_multiline_row_and_column.html +++ b/test_fixtures/flex/align_baseline_multiline_row_and_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_nested_child.html b/test_fixtures/flex/align_baseline_nested_child.html similarity index 71% rename from test_fixtures/align_baseline_nested_child.html rename to test_fixtures/flex/align_baseline_nested_child.html index 7eed67f7b..539d548ef 100644 --- a/test_fixtures/align_baseline_nested_child.html +++ b/test_fixtures/flex/align_baseline_nested_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_baseline_nested_column.html b/test_fixtures/flex/align_baseline_nested_column.html similarity index 78% rename from test_fixtures/align_baseline_nested_column.html rename to test_fixtures/flex/align_baseline_nested_column.html index d339e91b2..68bb2183d 100644 --- a/test_fixtures/align_baseline_nested_column.html +++ b/test_fixtures/flex/align_baseline_nested_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_center_should_size_based_on_content.html b/test_fixtures/flex/align_center_should_size_based_on_content.html similarity index 71% rename from test_fixtures/align_center_should_size_based_on_content.html rename to test_fixtures/flex/align_center_should_size_based_on_content.html index b951f8b4b..e121db013 100644 --- a/test_fixtures/align_center_should_size_based_on_content.html +++ b/test_fixtures/flex/align_center_should_size_based_on_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_flex_end.html b/test_fixtures/flex/align_content_flex_end.html similarity index 76% rename from test_fixtures/align_content_flex_end.html rename to test_fixtures/flex/align_content_flex_end.html index 755eabcb4..61a18da54 100644 --- a/test_fixtures/align_content_flex_end.html +++ b/test_fixtures/flex/align_content_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_flex_start.html b/test_fixtures/flex/align_content_flex_start.html similarity index 76% rename from test_fixtures/align_content_flex_start.html rename to test_fixtures/flex/align_content_flex_start.html index b343ad598..e468e9a8c 100644 --- a/test_fixtures/align_content_flex_start.html +++ b/test_fixtures/flex/align_content_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_flex_start_with_flex.html b/test_fixtures/flex/align_content_flex_start_with_flex.html similarity index 76% rename from test_fixtures/align_content_flex_start_with_flex.html rename to test_fixtures/flex/align_content_flex_start_with_flex.html index dba9ac332..ab9cf1503 100644 --- a/test_fixtures/align_content_flex_start_with_flex.html +++ b/test_fixtures/flex/align_content_flex_start_with_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_flex_start_without_height_on_children.html b/test_fixtures/flex/align_content_flex_start_without_height_on_children.html similarity index 74% rename from test_fixtures/align_content_flex_start_without_height_on_children.html rename to test_fixtures/flex/align_content_flex_start_without_height_on_children.html index e1f86c504..f09a71637 100644 --- a/test_fixtures/align_content_flex_start_without_height_on_children.html +++ b/test_fixtures/flex/align_content_flex_start_without_height_on_children.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_not_stretch_with_align_items_stretch.html b/test_fixtures/flex/align_content_not_stretch_with_align_items_stretch.html similarity index 74% rename from test_fixtures/align_content_not_stretch_with_align_items_stretch.html rename to test_fixtures/flex/align_content_not_stretch_with_align_items_stretch.html index b5d6b2287..f5cd82100 100644 --- a/test_fixtures/align_content_not_stretch_with_align_items_stretch.html +++ b/test_fixtures/flex/align_content_not_stretch_with_align_items_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_space_around_single_line.html b/test_fixtures/flex/align_content_space_around_single_line.html similarity index 77% rename from test_fixtures/align_content_space_around_single_line.html rename to test_fixtures/flex/align_content_space_around_single_line.html index ab7798338..daecb53fe 100644 --- a/test_fixtures/align_content_space_around_single_line.html +++ b/test_fixtures/flex/align_content_space_around_single_line.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_space_around_wrapped.html b/test_fixtures/flex/align_content_space_around_wrapped.html similarity index 77% rename from test_fixtures/align_content_space_around_wrapped.html rename to test_fixtures/flex/align_content_space_around_wrapped.html index 5b1f7691a..f1f1b3899 100644 --- a/test_fixtures/align_content_space_around_wrapped.html +++ b/test_fixtures/flex/align_content_space_around_wrapped.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_space_between_single_line.html b/test_fixtures/flex/align_content_space_between_single_line.html similarity index 77% rename from test_fixtures/align_content_space_between_single_line.html rename to test_fixtures/flex/align_content_space_between_single_line.html index 8dbf02ccf..1ce9967c1 100644 --- a/test_fixtures/align_content_space_between_single_line.html +++ b/test_fixtures/flex/align_content_space_between_single_line.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_space_between_wrapped.html b/test_fixtures/flex/align_content_space_between_wrapped.html similarity index 77% rename from test_fixtures/align_content_space_between_wrapped.html rename to test_fixtures/flex/align_content_space_between_wrapped.html index b13d572f2..f1b465dea 100644 --- a/test_fixtures/align_content_space_between_wrapped.html +++ b/test_fixtures/flex/align_content_space_between_wrapped.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_space_evenly_single_line.html b/test_fixtures/flex/align_content_space_evenly_single_line.html similarity index 77% rename from test_fixtures/align_content_space_evenly_single_line.html rename to test_fixtures/flex/align_content_space_evenly_single_line.html index ec8cacddd..e66920967 100644 --- a/test_fixtures/align_content_space_evenly_single_line.html +++ b/test_fixtures/flex/align_content_space_evenly_single_line.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_space_evenly_wrapped.html b/test_fixtures/flex/align_content_space_evenly_wrapped.html similarity index 77% rename from test_fixtures/align_content_space_evenly_wrapped.html rename to test_fixtures/flex/align_content_space_evenly_wrapped.html index 49a5199ea..19cbc43ab 100644 --- a/test_fixtures/align_content_space_evenly_wrapped.html +++ b/test_fixtures/flex/align_content_space_evenly_wrapped.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_spacearound.html b/test_fixtures/flex/align_content_spacearound.html similarity index 76% rename from test_fixtures/align_content_spacearound.html rename to test_fixtures/flex/align_content_spacearound.html index f42aeaf31..b3e25d7cc 100644 --- a/test_fixtures/align_content_spacearound.html +++ b/test_fixtures/flex/align_content_spacearound.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_spacebetween.html b/test_fixtures/flex/align_content_spacebetween.html similarity index 76% rename from test_fixtures/align_content_spacebetween.html rename to test_fixtures/flex/align_content_spacebetween.html index 9a5ec7184..c7b451957 100644 --- a/test_fixtures/align_content_spacebetween.html +++ b/test_fixtures/flex/align_content_spacebetween.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch.html b/test_fixtures/flex/align_content_stretch.html similarity index 73% rename from test_fixtures/align_content_stretch.html rename to test_fixtures/flex/align_content_stretch.html index 1c5f48c36..96352ce39 100644 --- a/test_fixtures/align_content_stretch.html +++ b/test_fixtures/flex/align_content_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_column.html b/test_fixtures/flex/align_content_stretch_column.html similarity index 76% rename from test_fixtures/align_content_stretch_column.html rename to test_fixtures/flex/align_content_stretch_column.html index 02c31f4e4..747a9a175 100644 --- a/test_fixtures/align_content_stretch_column.html +++ b/test_fixtures/flex/align_content_stretch_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_is_not_overriding_align_items.html b/test_fixtures/flex/align_content_stretch_is_not_overriding_align_items.html similarity index 70% rename from test_fixtures/align_content_stretch_is_not_overriding_align_items.html rename to test_fixtures/flex/align_content_stretch_is_not_overriding_align_items.html index 11b5b622f..391b3c4e5 100644 --- a/test_fixtures/align_content_stretch_is_not_overriding_align_items.html +++ b/test_fixtures/flex/align_content_stretch_is_not_overriding_align_items.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row.html b/test_fixtures/flex/align_content_stretch_row.html similarity index 72% rename from test_fixtures/align_content_stretch_row.html rename to test_fixtures/flex/align_content_stretch_row.html index 92a0a7a4c..15fbfae9f 100644 --- a/test_fixtures/align_content_stretch_row.html +++ b/test_fixtures/flex/align_content_stretch_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_children.html b/test_fixtures/flex/align_content_stretch_row_with_children.html similarity index 75% rename from test_fixtures/align_content_stretch_row_with_children.html rename to test_fixtures/flex/align_content_stretch_row_with_children.html index 1d3bfe5ca..2d29c8184 100644 --- a/test_fixtures/align_content_stretch_row_with_children.html +++ b/test_fixtures/flex/align_content_stretch_row_with_children.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_fixed_height.html b/test_fixtures/flex/align_content_stretch_row_with_fixed_height.html similarity index 73% rename from test_fixtures/align_content_stretch_row_with_fixed_height.html rename to test_fixtures/flex/align_content_stretch_row_with_fixed_height.html index 92cc48d05..535bcb25a 100644 --- a/test_fixtures/align_content_stretch_row_with_fixed_height.html +++ b/test_fixtures/flex/align_content_stretch_row_with_fixed_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_flex.html b/test_fixtures/flex/align_content_stretch_row_with_flex.html similarity index 73% rename from test_fixtures/align_content_stretch_row_with_flex.html rename to test_fixtures/flex/align_content_stretch_row_with_flex.html index e1ee235ae..8ee4fa7fa 100644 --- a/test_fixtures/align_content_stretch_row_with_flex.html +++ b/test_fixtures/flex/align_content_stretch_row_with_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_flex_no_shrink.html b/test_fixtures/flex/align_content_stretch_row_with_flex_no_shrink.html similarity index 74% rename from test_fixtures/align_content_stretch_row_with_flex_no_shrink.html rename to test_fixtures/flex/align_content_stretch_row_with_flex_no_shrink.html index d82b846ad..856964817 100644 --- a/test_fixtures/align_content_stretch_row_with_flex_no_shrink.html +++ b/test_fixtures/flex/align_content_stretch_row_with_flex_no_shrink.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_margin.html b/test_fixtures/flex/align_content_stretch_row_with_margin.html similarity index 74% rename from test_fixtures/align_content_stretch_row_with_margin.html rename to test_fixtures/flex/align_content_stretch_row_with_margin.html index 859a14c8c..bb26ebb9f 100644 --- a/test_fixtures/align_content_stretch_row_with_margin.html +++ b/test_fixtures/flex/align_content_stretch_row_with_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_max_height.html b/test_fixtures/flex/align_content_stretch_row_with_max_height.html similarity index 73% rename from test_fixtures/align_content_stretch_row_with_max_height.html rename to test_fixtures/flex/align_content_stretch_row_with_max_height.html index 72180ff78..ed6294f44 100644 --- a/test_fixtures/align_content_stretch_row_with_max_height.html +++ b/test_fixtures/flex/align_content_stretch_row_with_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_min_height.html b/test_fixtures/flex/align_content_stretch_row_with_min_height.html similarity index 73% rename from test_fixtures/align_content_stretch_row_with_min_height.html rename to test_fixtures/flex/align_content_stretch_row_with_min_height.html index c78e89164..4832903ed 100644 --- a/test_fixtures/align_content_stretch_row_with_min_height.html +++ b/test_fixtures/flex/align_content_stretch_row_with_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_padding.html b/test_fixtures/flex/align_content_stretch_row_with_padding.html similarity index 74% rename from test_fixtures/align_content_stretch_row_with_padding.html rename to test_fixtures/flex/align_content_stretch_row_with_padding.html index f2aa84d38..e51d8eeca 100644 --- a/test_fixtures/align_content_stretch_row_with_padding.html +++ b/test_fixtures/flex/align_content_stretch_row_with_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_content_stretch_row_with_single_row.html b/test_fixtures/flex/align_content_stretch_row_with_single_row.html similarity index 66% rename from test_fixtures/align_content_stretch_row_with_single_row.html rename to test_fixtures/flex/align_content_stretch_row_with_single_row.html index ec1442701..352260449 100644 --- a/test_fixtures/align_content_stretch_row_with_single_row.html +++ b/test_fixtures/flex/align_content_stretch_row_with_single_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_flex_start_with_shrinking_children.html b/test_fixtures/flex/align_flex_start_with_shrinking_children.html similarity index 69% rename from test_fixtures/align_flex_start_with_shrinking_children.html rename to test_fixtures/flex/align_flex_start_with_shrinking_children.html index 823bec5d7..bb9522168 100644 --- a/test_fixtures/align_flex_start_with_shrinking_children.html +++ b/test_fixtures/flex/align_flex_start_with_shrinking_children.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_flex_start_with_shrinking_children_with_stretch.html b/test_fixtures/flex/align_flex_start_with_shrinking_children_with_stretch.html similarity index 70% rename from test_fixtures/align_flex_start_with_shrinking_children_with_stretch.html rename to test_fixtures/flex/align_flex_start_with_shrinking_children_with_stretch.html index 5e0798378..435cd3551 100644 --- a/test_fixtures/align_flex_start_with_shrinking_children_with_stretch.html +++ b/test_fixtures/flex/align_flex_start_with_shrinking_children_with_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_flex_start_with_stretching_children.html b/test_fixtures/flex/align_flex_start_with_stretching_children.html similarity index 68% rename from test_fixtures/align_flex_start_with_stretching_children.html rename to test_fixtures/flex/align_flex_start_with_stretching_children.html index bc099b939..4cdf7cafd 100644 --- a/test_fixtures/align_flex_start_with_stretching_children.html +++ b/test_fixtures/flex/align_flex_start_with_stretching_children.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_center.html b/test_fixtures/flex/align_items_center.html similarity index 61% rename from test_fixtures/align_items_center.html rename to test_fixtures/flex/align_items_center.html index b0c1dc473..f18acd192 100644 --- a/test_fixtures/align_items_center.html +++ b/test_fixtures/flex/align_items_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_center_child_with_margin_bigger_than_parent.html b/test_fixtures/flex/align_items_center_child_with_margin_bigger_than_parent.html similarity index 69% rename from test_fixtures/align_items_center_child_with_margin_bigger_than_parent.html rename to test_fixtures/flex/align_items_center_child_with_margin_bigger_than_parent.html index 869a5e7b3..1341a070e 100644 --- a/test_fixtures/align_items_center_child_with_margin_bigger_than_parent.html +++ b/test_fixtures/flex/align_items_center_child_with_margin_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_center_child_without_margin_bigger_than_parent.html b/test_fixtures/flex/align_items_center_child_without_margin_bigger_than_parent.html similarity index 67% rename from test_fixtures/align_items_center_child_without_margin_bigger_than_parent.html rename to test_fixtures/flex/align_items_center_child_without_margin_bigger_than_parent.html index e94926f06..1c2a49ba5 100644 --- a/test_fixtures/align_items_center_child_without_margin_bigger_than_parent.html +++ b/test_fixtures/flex/align_items_center_child_without_margin_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_center_justify_content_center.html b/test_fixtures/flex/align_items_center_justify_content_center.html similarity index 77% rename from test_fixtures/align_items_center_justify_content_center.html rename to test_fixtures/flex/align_items_center_justify_content_center.html index 9b66649b1..868b75272 100644 --- a/test_fixtures/align_items_center_justify_content_center.html +++ b/test_fixtures/flex/align_items_center_justify_content_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_center_min_max_with_padding.html b/test_fixtures/flex/align_items_center_min_max_with_padding.html similarity index 69% rename from test_fixtures/align_items_center_min_max_with_padding.html rename to test_fixtures/flex/align_items_center_min_max_with_padding.html index e90a63401..8364b3899 100644 --- a/test_fixtures/align_items_center_min_max_with_padding.html +++ b/test_fixtures/flex/align_items_center_min_max_with_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_center_with_child_margin.html b/test_fixtures/flex/align_items_center_with_child_margin.html similarity index 63% rename from test_fixtures/align_items_center_with_child_margin.html rename to test_fixtures/flex/align_items_center_with_child_margin.html index a2b0431f3..067d6d993 100644 --- a/test_fixtures/align_items_center_with_child_margin.html +++ b/test_fixtures/flex/align_items_center_with_child_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_center_with_child_top.html b/test_fixtures/flex/align_items_center_with_child_top.html similarity index 62% rename from test_fixtures/align_items_center_with_child_top.html rename to test_fixtures/flex/align_items_center_with_child_top.html index e893a4e4e..5d577dfa0 100644 --- a/test_fixtures/align_items_center_with_child_top.html +++ b/test_fixtures/flex/align_items_center_with_child_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_flex_end.html b/test_fixtures/flex/align_items_flex_end.html similarity index 61% rename from test_fixtures/align_items_flex_end.html rename to test_fixtures/flex/align_items_flex_end.html index 763f3954d..fe0e64eae 100644 --- a/test_fixtures/align_items_flex_end.html +++ b/test_fixtures/flex/align_items_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_flex_end_child_with_margin_bigger_than_parent.html b/test_fixtures/flex/align_items_flex_end_child_with_margin_bigger_than_parent.html similarity index 70% rename from test_fixtures/align_items_flex_end_child_with_margin_bigger_than_parent.html rename to test_fixtures/flex/align_items_flex_end_child_with_margin_bigger_than_parent.html index 7c682947d..87275cfe8 100644 --- a/test_fixtures/align_items_flex_end_child_with_margin_bigger_than_parent.html +++ b/test_fixtures/flex/align_items_flex_end_child_with_margin_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_flex_end_child_without_margin_bigger_than_parent.html b/test_fixtures/flex/align_items_flex_end_child_without_margin_bigger_than_parent.html similarity index 67% rename from test_fixtures/align_items_flex_end_child_without_margin_bigger_than_parent.html rename to test_fixtures/flex/align_items_flex_end_child_without_margin_bigger_than_parent.html index 1abb00022..b1b8af223 100644 --- a/test_fixtures/align_items_flex_end_child_without_margin_bigger_than_parent.html +++ b/test_fixtures/flex/align_items_flex_end_child_without_margin_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_flex_start.html b/test_fixtures/flex/align_items_flex_start.html similarity index 62% rename from test_fixtures/align_items_flex_start.html rename to test_fixtures/flex/align_items_flex_start.html index 82deb2417..1576afede 100644 --- a/test_fixtures/align_items_flex_start.html +++ b/test_fixtures/flex/align_items_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_min_max.html b/test_fixtures/flex/align_items_min_max.html similarity index 65% rename from test_fixtures/align_items_min_max.html rename to test_fixtures/flex/align_items_min_max.html index 163e111a0..672d300b4 100644 --- a/test_fixtures/align_items_min_max.html +++ b/test_fixtures/flex/align_items_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_stretch.html b/test_fixtures/flex/align_items_stretch.html similarity index 58% rename from test_fixtures/align_items_stretch.html rename to test_fixtures/flex/align_items_stretch.html index 69beb2b54..543a29e36 100644 --- a/test_fixtures/align_items_stretch.html +++ b/test_fixtures/flex/align_items_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_items_stretch_min_cross.html b/test_fixtures/flex/align_items_stretch_min_cross.html similarity index 62% rename from test_fixtures/align_items_stretch_min_cross.html rename to test_fixtures/flex/align_items_stretch_min_cross.html index 00680d13c..0cf9fe465 100644 --- a/test_fixtures/align_items_stretch_min_cross.html +++ b/test_fixtures/flex/align_items_stretch_min_cross.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_self_baseline.html b/test_fixtures/flex/align_self_baseline.html similarity index 70% rename from test_fixtures/align_self_baseline.html rename to test_fixtures/flex/align_self_baseline.html index 71ee218b4..f7ce89657 100644 --- a/test_fixtures/align_self_baseline.html +++ b/test_fixtures/flex/align_self_baseline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_self_center.html b/test_fixtures/flex/align_self_center.html similarity index 61% rename from test_fixtures/align_self_center.html rename to test_fixtures/flex/align_self_center.html index 93b9d1637..13a7489d4 100644 --- a/test_fixtures/align_self_center.html +++ b/test_fixtures/flex/align_self_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_self_center_undefined_max_height.html b/test_fixtures/flex/align_self_center_undefined_max_height.html similarity index 69% rename from test_fixtures/align_self_center_undefined_max_height.html rename to test_fixtures/flex/align_self_center_undefined_max_height.html index 06d2107bf..2e124bb93 100644 --- a/test_fixtures/align_self_center_undefined_max_height.html +++ b/test_fixtures/flex/align_self_center_undefined_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_self_flex_end.html b/test_fixtures/flex/align_self_flex_end.html similarity index 61% rename from test_fixtures/align_self_flex_end.html rename to test_fixtures/flex/align_self_flex_end.html index 9329a4e8b..08b8ae909 100644 --- a/test_fixtures/align_self_flex_end.html +++ b/test_fixtures/flex/align_self_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_self_flex_end_override_flex_start.html b/test_fixtures/flex/align_self_flex_end_override_flex_start.html similarity index 64% rename from test_fixtures/align_self_flex_end_override_flex_start.html rename to test_fixtures/flex/align_self_flex_end_override_flex_start.html index 61ee857e0..2013ed24a 100644 --- a/test_fixtures/align_self_flex_end_override_flex_start.html +++ b/test_fixtures/flex/align_self_flex_end_override_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_self_flex_start.html b/test_fixtures/flex/align_self_flex_start.html similarity index 62% rename from test_fixtures/align_self_flex_start.html rename to test_fixtures/flex/align_self_flex_start.html index 46cd001ff..c73981bc6 100644 --- a/test_fixtures/align_self_flex_start.html +++ b/test_fixtures/flex/align_self_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/align_stretch_should_size_based_on_parent.html b/test_fixtures/flex/align_stretch_should_size_based_on_parent.html similarity index 70% rename from test_fixtures/align_stretch_should_size_based_on_parent.html rename to test_fixtures/flex/align_stretch_should_size_based_on_parent.html index 892ffbe10..d694edb50 100644 --- a/test_fixtures/align_stretch_should_size_based_on_parent.html +++ b/test_fixtures/flex/align_stretch_should_size_based_on_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/android_news_feed.html b/test_fixtures/flex/android_news_feed.html similarity index 95% rename from test_fixtures/android_news_feed.html rename to test_fixtures/flex/android_news_feed.html index d72436168..75fafe8cc 100644 --- a/test_fixtures/android_news_feed.html +++ b/test_fixtures/flex/android_news_feed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_fill_height.html b/test_fixtures/flex/aspect_ratio_flex_column_fill_height.html similarity index 65% rename from test_fixtures/aspect_ratio_flex_column_fill_height.html rename to test_fixtures/flex/aspect_ratio_flex_column_fill_height.html index cca582e01..d075aa1b7 100644 --- a/test_fixtures/aspect_ratio_flex_column_fill_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_fill_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_fill_max_height.html b/test_fixtures/flex/aspect_ratio_flex_column_fill_max_height.html similarity index 75% rename from test_fixtures/aspect_ratio_flex_column_fill_max_height.html rename to test_fixtures/flex/aspect_ratio_flex_column_fill_max_height.html index 460c67c12..ce97f4e50 100644 --- a/test_fixtures/aspect_ratio_flex_column_fill_max_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_fill_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_fill_max_width.html b/test_fixtures/flex/aspect_ratio_flex_column_fill_max_width.html similarity index 69% rename from test_fixtures/aspect_ratio_flex_column_fill_max_width.html rename to test_fixtures/flex/aspect_ratio_flex_column_fill_max_width.html index 62481d109..5e5c9656a 100644 --- a/test_fixtures/aspect_ratio_flex_column_fill_max_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_fill_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_fill_min_height.html b/test_fixtures/flex/aspect_ratio_flex_column_fill_min_height.html similarity index 65% rename from test_fixtures/aspect_ratio_flex_column_fill_min_height.html rename to test_fixtures/flex/aspect_ratio_flex_column_fill_min_height.html index fea7dd73c..3b33751aa 100644 --- a/test_fixtures/aspect_ratio_flex_column_fill_min_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_fill_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_fill_min_width.html b/test_fixtures/flex/aspect_ratio_flex_column_fill_min_width.html similarity index 66% rename from test_fixtures/aspect_ratio_flex_column_fill_min_width.html rename to test_fixtures/flex/aspect_ratio_flex_column_fill_min_width.html index 4ca571da1..72cffafe5 100644 --- a/test_fixtures/aspect_ratio_flex_column_fill_min_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_fill_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_fill_width.html b/test_fixtures/flex/aspect_ratio_flex_column_fill_width.html similarity index 65% rename from test_fixtures/aspect_ratio_flex_column_fill_width.html rename to test_fixtures/flex/aspect_ratio_flex_column_fill_width.html index 99e1d6292..290f19a8b 100644 --- a/test_fixtures/aspect_ratio_flex_column_fill_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_fill_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_fill_width_flex.html b/test_fixtures/flex/aspect_ratio_flex_column_fill_width_flex.html similarity index 63% rename from test_fixtures/aspect_ratio_flex_column_fill_width_flex.html rename to test_fixtures/flex/aspect_ratio_flex_column_fill_width_flex.html index c64bec8dc..83a554cea 100644 --- a/test_fixtures/aspect_ratio_flex_column_fill_width_flex.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_fill_width_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_stretch_fill_height.html b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_height.html similarity index 63% rename from test_fixtures/aspect_ratio_flex_column_stretch_fill_height.html rename to test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_height.html index 783e350c1..03ba047cd 100644 --- a/test_fixtures/aspect_ratio_flex_column_stretch_fill_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_stretch_fill_max_height.html b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_max_height.html similarity index 74% rename from test_fixtures/aspect_ratio_flex_column_stretch_fill_max_height.html rename to test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_max_height.html index 90a31ea54..ea7030307 100644 --- a/test_fixtures/aspect_ratio_flex_column_stretch_fill_max_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_stretch_fill_max_width.html b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_max_width.html similarity index 68% rename from test_fixtures/aspect_ratio_flex_column_stretch_fill_max_width.html rename to test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_max_width.html index 389b171a6..343cc30bd 100644 --- a/test_fixtures/aspect_ratio_flex_column_stretch_fill_max_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_column_stretch_fill_width.html b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_width.html similarity index 63% rename from test_fixtures/aspect_ratio_flex_column_stretch_fill_width.html rename to test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_width.html index ef5f58f06..888ed52d0 100644 --- a/test_fixtures/aspect_ratio_flex_column_stretch_fill_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_column_stretch_fill_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_fill_height.html b/test_fixtures/flex/aspect_ratio_flex_row_fill_height.html similarity index 63% rename from test_fixtures/aspect_ratio_flex_row_fill_height.html rename to test_fixtures/flex/aspect_ratio_flex_row_fill_height.html index a5dc4e7c3..e58bf56b2 100644 --- a/test_fixtures/aspect_ratio_flex_row_fill_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_fill_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_fill_max_height.html b/test_fixtures/flex/aspect_ratio_flex_row_fill_max_height.html similarity index 74% rename from test_fixtures/aspect_ratio_flex_row_fill_max_height.html rename to test_fixtures/flex/aspect_ratio_flex_row_fill_max_height.html index 1e6e811ee..12c5aa4b6 100644 --- a/test_fixtures/aspect_ratio_flex_row_fill_max_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_fill_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_fill_max_width.html b/test_fixtures/flex/aspect_ratio_flex_row_fill_max_width.html similarity index 67% rename from test_fixtures/aspect_ratio_flex_row_fill_max_width.html rename to test_fixtures/flex/aspect_ratio_flex_row_fill_max_width.html index 025004e75..c78f654e1 100644 --- a/test_fixtures/aspect_ratio_flex_row_fill_max_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_fill_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_fill_min_height.html b/test_fixtures/flex/aspect_ratio_flex_row_fill_min_height.html similarity index 63% rename from test_fixtures/aspect_ratio_flex_row_fill_min_height.html rename to test_fixtures/flex/aspect_ratio_flex_row_fill_min_height.html index 6ee37bf1e..f0c1060f5 100644 --- a/test_fixtures/aspect_ratio_flex_row_fill_min_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_fill_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_fill_min_width.html b/test_fixtures/flex/aspect_ratio_flex_row_fill_min_width.html similarity index 64% rename from test_fixtures/aspect_ratio_flex_row_fill_min_width.html rename to test_fixtures/flex/aspect_ratio_flex_row_fill_min_width.html index 7ff6cbf9b..fdf18dd37 100644 --- a/test_fixtures/aspect_ratio_flex_row_fill_min_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_fill_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_fill_width.html b/test_fixtures/flex/aspect_ratio_flex_row_fill_width.html similarity index 63% rename from test_fixtures/aspect_ratio_flex_row_fill_width.html rename to test_fixtures/flex/aspect_ratio_flex_row_fill_width.html index efd541ada..f61d14fa4 100644 --- a/test_fixtures/aspect_ratio_flex_row_fill_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_fill_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_fill_width_flex.html b/test_fixtures/flex/aspect_ratio_flex_row_fill_width_flex.html similarity index 63% rename from test_fixtures/aspect_ratio_flex_row_fill_width_flex.html rename to test_fixtures/flex/aspect_ratio_flex_row_fill_width_flex.html index d3f9013b3..268e0cc99 100644 --- a/test_fixtures/aspect_ratio_flex_row_fill_width_flex.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_fill_width_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_stretch_fill_height.html b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_height.html similarity index 61% rename from test_fixtures/aspect_ratio_flex_row_stretch_fill_height.html rename to test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_height.html index e03e82fd6..8d195319e 100644 --- a/test_fixtures/aspect_ratio_flex_row_stretch_fill_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_stretch_fill_max_height.html b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_max_height.html similarity index 73% rename from test_fixtures/aspect_ratio_flex_row_stretch_fill_max_height.html rename to test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_max_height.html index 68d62153c..ecc38e262 100644 --- a/test_fixtures/aspect_ratio_flex_row_stretch_fill_max_height.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_stretch_fill_max_width.html b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_max_width.html similarity index 66% rename from test_fixtures/aspect_ratio_flex_row_stretch_fill_max_width.html rename to test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_max_width.html index 064b86f1c..63d843861 100644 --- a/test_fixtures/aspect_ratio_flex_row_stretch_fill_max_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/aspect_ratio_flex_row_stretch_fill_width.html b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_width.html similarity index 61% rename from test_fixtures/aspect_ratio_flex_row_stretch_fill_width.html rename to test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_width.html index 47b4da044..0af8a6470 100644 --- a/test_fixtures/aspect_ratio_flex_row_stretch_fill_width.html +++ b/test_fixtures/flex/aspect_ratio_flex_row_stretch_fill_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_7976_3_level.html b/test_fixtures/flex/bevy_issue_7976_3_level.html similarity index 72% rename from test_fixtures/bevy_issue_7976_3_level.html rename to test_fixtures/flex/bevy_issue_7976_3_level.html index 5389a6265..c5d933e21 100644 --- a/test_fixtures/bevy_issue_7976_3_level.html +++ b/test_fixtures/flex/bevy_issue_7976_3_level.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_7976_4_level.html b/test_fixtures/flex/bevy_issue_7976_4_level.html similarity index 73% rename from test_fixtures/bevy_issue_7976_4_level.html rename to test_fixtures/flex/bevy_issue_7976_4_level.html index 68100671a..7bf2b694c 100644 --- a/test_fixtures/bevy_issue_7976_4_level.html +++ b/test_fixtures/flex/bevy_issue_7976_4_level.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_7976_reduced.html b/test_fixtures/flex/bevy_issue_7976_reduced.html similarity index 59% rename from test_fixtures/bevy_issue_7976_reduced.html rename to test_fixtures/flex/bevy_issue_7976_reduced.html index 0239b6dd7..836d87c7c 100644 --- a/test_fixtures/bevy_issue_7976_reduced.html +++ b/test_fixtures/flex/bevy_issue_7976_reduced.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_8017.html b/test_fixtures/flex/bevy_issue_8017.html similarity index 79% rename from test_fixtures/bevy_issue_8017.html rename to test_fixtures/flex/bevy_issue_8017.html index ab2bea245..0939e3f50 100644 --- a/test_fixtures/bevy_issue_8017.html +++ b/test_fixtures/flex/bevy_issue_8017.html @@ -1,8 +1,8 @@ - - + + Bevy #8017 diff --git a/test_fixtures/bevy_issue_8017_reduced.html b/test_fixtures/flex/bevy_issue_8017_reduced.html similarity index 67% rename from test_fixtures/bevy_issue_8017_reduced.html rename to test_fixtures/flex/bevy_issue_8017_reduced.html index d8b53f3a3..c5c7569ad 100644 --- a/test_fixtures/bevy_issue_8017_reduced.html +++ b/test_fixtures/flex/bevy_issue_8017_reduced.html @@ -1,8 +1,8 @@ - - + + Bevy #8017 diff --git a/test_fixtures/bevy_issue_8082.html b/test_fixtures/flex/bevy_issue_8082.html similarity index 80% rename from test_fixtures/bevy_issue_8082.html rename to test_fixtures/flex/bevy_issue_8082.html index 76e4cbd76..5f6961173 100644 --- a/test_fixtures/bevy_issue_8082.html +++ b/test_fixtures/flex/bevy_issue_8082.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_8082_percent.html b/test_fixtures/flex/bevy_issue_8082_percent.html similarity index 79% rename from test_fixtures/bevy_issue_8082_percent.html rename to test_fixtures/flex/bevy_issue_8082_percent.html index 545692107..23310f9d4 100644 --- a/test_fixtures/bevy_issue_8082_percent.html +++ b/test_fixtures/flex/bevy_issue_8082_percent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_9530.html b/test_fixtures/flex/bevy_issue_9530.html similarity index 95% rename from test_fixtures/bevy_issue_9530.html rename to test_fixtures/flex/bevy_issue_9530.html index 4b346eb59..d59c2e913 100644 --- a/test_fixtures/bevy_issue_9530.html +++ b/test_fixtures/flex/bevy_issue_9530.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_9530_reduced.html b/test_fixtures/flex/bevy_issue_9530_reduced.html similarity index 69% rename from test_fixtures/bevy_issue_9530_reduced.html rename to test_fixtures/flex/bevy_issue_9530_reduced.html index 4d6f223f8..8656d4f62 100644 --- a/test_fixtures/bevy_issue_9530_reduced.html +++ b/test_fixtures/flex/bevy_issue_9530_reduced.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_9530_reduced2.html b/test_fixtures/flex/bevy_issue_9530_reduced2.html similarity index 73% rename from test_fixtures/bevy_issue_9530_reduced2.html rename to test_fixtures/flex/bevy_issue_9530_reduced2.html index f488740ae..ec2b5041c 100644 --- a/test_fixtures/bevy_issue_9530_reduced2.html +++ b/test_fixtures/flex/bevy_issue_9530_reduced2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_9530_reduced3.html b/test_fixtures/flex/bevy_issue_9530_reduced3.html similarity index 70% rename from test_fixtures/bevy_issue_9530_reduced3.html rename to test_fixtures/flex/bevy_issue_9530_reduced3.html index 44488c9c0..586dbeff4 100644 --- a/test_fixtures/bevy_issue_9530_reduced3.html +++ b/test_fixtures/flex/bevy_issue_9530_reduced3.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/bevy_issue_9530_reduced4.html b/test_fixtures/flex/bevy_issue_9530_reduced4.html similarity index 69% rename from test_fixtures/bevy_issue_9530_reduced4.html rename to test_fixtures/flex/bevy_issue_9530_reduced4.html index 42f84c156..533fa678f 100644 --- a/test_fixtures/bevy_issue_9530_reduced4.html +++ b/test_fixtures/flex/bevy_issue_9530_reduced4.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/border_center_child.html b/test_fixtures/flex/border_center_child.html similarity index 70% rename from test_fixtures/border_center_child.html rename to test_fixtures/flex/border_center_child.html index ec759f9c0..03878bc3f 100644 --- a/test_fixtures/border_center_child.html +++ b/test_fixtures/flex/border_center_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/border_container_match_child.html b/test_fixtures/flex/border_container_match_child.html similarity index 61% rename from test_fixtures/border_container_match_child.html rename to test_fixtures/flex/border_container_match_child.html index 3c072182c..7af1ef5af 100644 --- a/test_fixtures/border_container_match_child.html +++ b/test_fixtures/flex/border_container_match_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/border_flex_child.html b/test_fixtures/flex/border_flex_child.html similarity index 61% rename from test_fixtures/border_flex_child.html rename to test_fixtures/flex/border_flex_child.html index 4b2d98f66..868609690 100644 --- a/test_fixtures/border_flex_child.html +++ b/test_fixtures/flex/border_flex_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/border_no_child.html b/test_fixtures/flex/border_no_child.html similarity index 52% rename from test_fixtures/border_no_child.html rename to test_fixtures/flex/border_no_child.html index 3c15e6cd7..bee7ac101 100644 --- a/test_fixtures/border_no_child.html +++ b/test_fixtures/flex/border_no_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/border_no_size.html b/test_fixtures/flex/border_no_size.html similarity index 55% rename from test_fixtures/border_no_size.html rename to test_fixtures/flex/border_no_size.html index b50d3beb4..a97bac179 100644 --- a/test_fixtures/border_no_size.html +++ b/test_fixtures/flex/border_no_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/border_stretch_child.html b/test_fixtures/flex/border_stretch_child.html similarity index 60% rename from test_fixtures/border_stretch_child.html rename to test_fixtures/flex/border_stretch_child.html index 995b03400..ffdc39474 100644 --- a/test_fixtures/border_stretch_child.html +++ b/test_fixtures/flex/border_stretch_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/child_min_max_width_flexing.html b/test_fixtures/flex/child_min_max_width_flexing.html similarity index 71% rename from test_fixtures/child_min_max_width_flexing.html rename to test_fixtures/flex/child_min_max_width_flexing.html index 192b09f79..fbd3e1955 100644 --- a/test_fixtures/child_min_max_width_flexing.html +++ b/test_fixtures/flex/child_min_max_width_flexing.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/child_with_padding_align_end.html b/test_fixtures/flex/child_with_padding_align_end.html similarity index 67% rename from test_fixtures/child_with_padding_align_end.html rename to test_fixtures/flex/child_with_padding_align_end.html index f62ae6c11..48ba5b2c6 100644 --- a/test_fixtures/child_with_padding_align_end.html +++ b/test_fixtures/flex/child_with_padding_align_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/container_with_unsized_child.html b/test_fixtures/flex/container_with_unsized_child.html similarity index 55% rename from test_fixtures/container_with_unsized_child.html rename to test_fixtures/flex/container_with_unsized_child.html index efd3b530d..87049f1e0 100644 --- a/test_fixtures/container_with_unsized_child.html +++ b/test_fixtures/flex/container_with_unsized_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none.html b/test_fixtures/flex/display_none.html similarity index 65% rename from test_fixtures/display_none.html rename to test_fixtures/flex/display_none.html index b66b9fb16..9d059a10d 100644 --- a/test_fixtures/display_none.html +++ b/test_fixtures/flex/display_none.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none_absolute_child.html b/test_fixtures/flex/display_none_absolute_child.html similarity index 69% rename from test_fixtures/display_none_absolute_child.html rename to test_fixtures/flex/display_none_absolute_child.html index 62e9a236f..eaeb93509 100644 --- a/test_fixtures/display_none_absolute_child.html +++ b/test_fixtures/flex/display_none_absolute_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none_fixed_size.html b/test_fixtures/flex/display_none_fixed_size.html similarity index 66% rename from test_fixtures/display_none_fixed_size.html rename to test_fixtures/flex/display_none_fixed_size.html index 2c78295e6..6ce2e8d5d 100644 --- a/test_fixtures/display_none_fixed_size.html +++ b/test_fixtures/flex/display_none_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none_only_node.html b/test_fixtures/flex/display_none_only_node.html similarity index 55% rename from test_fixtures/display_none_only_node.html rename to test_fixtures/flex/display_none_only_node.html index d09f4ef7d..8d5d60bdd 100644 --- a/test_fixtures/display_none_only_node.html +++ b/test_fixtures/flex/display_none_only_node.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none_with_child.html b/test_fixtures/flex/display_none_with_child.html similarity index 71% rename from test_fixtures/display_none_with_child.html rename to test_fixtures/flex/display_none_with_child.html index 049b7eb24..032e2c6eb 100644 --- a/test_fixtures/display_none_with_child.html +++ b/test_fixtures/flex/display_none_with_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none_with_margin.html b/test_fixtures/flex/display_none_with_margin.html similarity index 67% rename from test_fixtures/display_none_with_margin.html rename to test_fixtures/flex/display_none_with_margin.html index da6c127df..1f2ea4dbe 100644 --- a/test_fixtures/display_none_with_margin.html +++ b/test_fixtures/flex/display_none_with_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none_with_position.html b/test_fixtures/flex/display_none_with_position.html similarity index 65% rename from test_fixtures/display_none_with_position.html rename to test_fixtures/flex/display_none_with_position.html index 418e6ee6d..7409d41bf 100644 --- a/test_fixtures/display_none_with_position.html +++ b/test_fixtures/flex/display_none_with_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/display_none_with_position_absolute.html b/test_fixtures/flex/display_none_with_position_absolute.html similarity index 63% rename from test_fixtures/display_none_with_position_absolute.html rename to test_fixtures/flex/display_none_with_position_absolute.html index 60ba71559..2a799e0f0 100644 --- a/test_fixtures/display_none_with_position_absolute.html +++ b/test_fixtures/flex/display_none_with_position_absolute.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.html b/test_fixtures/flex/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.html similarity index 69% rename from test_fixtures/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.html rename to test_fixtures/flex/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.html index 6f36146d9..7c80db8c5 100644 --- a/test_fixtures/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.html +++ b/test_fixtures/flex/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_and_main_dimen_set_when_flexing.html b/test_fixtures/flex/flex_basis_and_main_dimen_set_when_flexing.html similarity index 69% rename from test_fixtures/flex_basis_and_main_dimen_set_when_flexing.html rename to test_fixtures/flex/flex_basis_and_main_dimen_set_when_flexing.html index 7a8defe77..17b2aa0d3 100644 --- a/test_fixtures/flex_basis_and_main_dimen_set_when_flexing.html +++ b/test_fixtures/flex/flex_basis_and_main_dimen_set_when_flexing.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_flex_grow_column.html b/test_fixtures/flex/flex_basis_flex_grow_column.html similarity index 65% rename from test_fixtures/flex_basis_flex_grow_column.html rename to test_fixtures/flex/flex_basis_flex_grow_column.html index 983b6d814..fdea23309 100644 --- a/test_fixtures/flex_basis_flex_grow_column.html +++ b/test_fixtures/flex/flex_basis_flex_grow_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_flex_grow_row.html b/test_fixtures/flex/flex_basis_flex_grow_row.html similarity index 65% rename from test_fixtures/flex_basis_flex_grow_row.html rename to test_fixtures/flex/flex_basis_flex_grow_row.html index 1c6fd43a1..3ea91131f 100644 --- a/test_fixtures/flex_basis_flex_grow_row.html +++ b/test_fixtures/flex/flex_basis_flex_grow_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_flex_shrink_column.html b/test_fixtures/flex/flex_basis_flex_shrink_column.html similarity index 64% rename from test_fixtures/flex_basis_flex_shrink_column.html rename to test_fixtures/flex/flex_basis_flex_shrink_column.html index bf29e5084..29c8c1201 100644 --- a/test_fixtures/flex_basis_flex_shrink_column.html +++ b/test_fixtures/flex/flex_basis_flex_shrink_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_flex_shrink_row.html b/test_fixtures/flex/flex_basis_flex_shrink_row.html similarity index 64% rename from test_fixtures/flex_basis_flex_shrink_row.html rename to test_fixtures/flex/flex_basis_flex_shrink_row.html index a5ba05682..3113a75e4 100644 --- a/test_fixtures/flex_basis_flex_shrink_row.html +++ b/test_fixtures/flex/flex_basis_flex_shrink_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_larger_than_content_column.html b/test_fixtures/flex/flex_basis_larger_than_content_column.html similarity index 66% rename from test_fixtures/flex_basis_larger_than_content_column.html rename to test_fixtures/flex/flex_basis_larger_than_content_column.html index 7aee28625..38fe82407 100644 --- a/test_fixtures/flex_basis_larger_than_content_column.html +++ b/test_fixtures/flex/flex_basis_larger_than_content_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_larger_than_content_row.html b/test_fixtures/flex/flex_basis_larger_than_content_row.html similarity index 66% rename from test_fixtures/flex_basis_larger_than_content_row.html rename to test_fixtures/flex/flex_basis_larger_than_content_row.html index 7edcf5acf..cd30b3369 100644 --- a/test_fixtures/flex_basis_larger_than_content_row.html +++ b/test_fixtures/flex/flex_basis_larger_than_content_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_overrides_main_size.html b/test_fixtures/flex/flex_basis_overrides_main_size.html similarity index 69% rename from test_fixtures/flex_basis_overrides_main_size.html rename to test_fixtures/flex/flex_basis_overrides_main_size.html index d427df039..790abd788 100644 --- a/test_fixtures/flex_basis_overrides_main_size.html +++ b/test_fixtures/flex/flex_basis_overrides_main_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.html b/test_fixtures/flex/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.html similarity index 74% rename from test_fixtures/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.html rename to test_fixtures/flex/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.html index 9f2ca3d32..4423cf7b2 100644 --- a/test_fixtures/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.html +++ b/test_fixtures/flex/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_than_content_column.html b/test_fixtures/flex/flex_basis_smaller_than_content_column.html similarity index 66% rename from test_fixtures/flex_basis_smaller_than_content_column.html rename to test_fixtures/flex/flex_basis_smaller_than_content_column.html index 86f9906e3..ff422694e 100644 --- a/test_fixtures/flex_basis_smaller_than_content_column.html +++ b/test_fixtures/flex/flex_basis_smaller_than_content_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_than_content_row.html b/test_fixtures/flex/flex_basis_smaller_than_content_row.html similarity index 66% rename from test_fixtures/flex_basis_smaller_than_content_row.html rename to test_fixtures/flex/flex_basis_smaller_than_content_row.html index bf354e6c5..09bb7a9f2 100644 --- a/test_fixtures/flex_basis_smaller_than_content_row.html +++ b/test_fixtures/flex/flex_basis_smaller_than_content_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_than_main_dimen_column.html b/test_fixtures/flex/flex_basis_smaller_than_main_dimen_column.html similarity index 62% rename from test_fixtures/flex_basis_smaller_than_main_dimen_column.html rename to test_fixtures/flex/flex_basis_smaller_than_main_dimen_column.html index c081c870d..f73ecc5c8 100644 --- a/test_fixtures/flex_basis_smaller_than_main_dimen_column.html +++ b/test_fixtures/flex/flex_basis_smaller_than_main_dimen_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_than_main_dimen_row.html b/test_fixtures/flex/flex_basis_smaller_than_main_dimen_row.html similarity index 62% rename from test_fixtures/flex_basis_smaller_than_main_dimen_row.html rename to test_fixtures/flex/flex_basis_smaller_than_main_dimen_row.html index e0edfd4ea..7c8b54dbf 100644 --- a/test_fixtures/flex_basis_smaller_than_main_dimen_row.html +++ b/test_fixtures/flex/flex_basis_smaller_than_main_dimen_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_large_size.html b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_large_size.html similarity index 74% rename from test_fixtures/flex_basis_smaller_then_content_with_flex_grow_large_size.html rename to test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_large_size.html index 46dd8a6ca..98e4881c6 100644 --- a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_large_size.html +++ b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_large_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_small_size.html b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_small_size.html similarity index 74% rename from test_fixtures/flex_basis_smaller_then_content_with_flex_grow_small_size.html rename to test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_small_size.html index e38b91edf..65c78b2f6 100644 --- a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_small_size.html +++ b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_small_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.html b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.html similarity index 73% rename from test_fixtures/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.html rename to test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.html index 143e4f977..1b09e6ac5 100644 --- a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.html +++ b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_very_large_size.html b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_very_large_size.html similarity index 74% rename from test_fixtures/flex_basis_smaller_then_content_with_flex_grow_very_large_size.html rename to test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_very_large_size.html index 92473e2ae..bb96628b8 100644 --- a/test_fixtures/flex_basis_smaller_then_content_with_flex_grow_very_large_size.html +++ b/test_fixtures/flex/flex_basis_smaller_then_content_with_flex_grow_very_large_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_unconstraint_column.html b/test_fixtures/flex/flex_basis_unconstraint_column.html similarity index 59% rename from test_fixtures/flex_basis_unconstraint_column.html rename to test_fixtures/flex/flex_basis_unconstraint_column.html index cd402a4b9..f267907d7 100644 --- a/test_fixtures/flex_basis_unconstraint_column.html +++ b/test_fixtures/flex/flex_basis_unconstraint_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_unconstraint_row.html b/test_fixtures/flex/flex_basis_unconstraint_row.html similarity index 59% rename from test_fixtures/flex_basis_unconstraint_row.html rename to test_fixtures/flex/flex_basis_unconstraint_row.html index d98c92bee..b1c885a2f 100644 --- a/test_fixtures/flex_basis_unconstraint_row.html +++ b/test_fixtures/flex/flex_basis_unconstraint_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_basis_zero_undefined_main_size.html b/test_fixtures/flex/flex_basis_zero_undefined_main_size.html similarity index 65% rename from test_fixtures/flex_basis_zero_undefined_main_size.html rename to test_fixtures/flex/flex_basis_zero_undefined_main_size.html index 039af09e8..db116daa8 100644 --- a/test_fixtures/flex_basis_zero_undefined_main_size.html +++ b/test_fixtures/flex/flex_basis_zero_undefined_main_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_column_relative_all_sides.html b/test_fixtures/flex/flex_column_relative_all_sides.html similarity index 65% rename from test_fixtures/flex_column_relative_all_sides.html rename to test_fixtures/flex/flex_column_relative_all_sides.html index bbe8f8fd5..93f77203d 100644 --- a/test_fixtures/flex_column_relative_all_sides.html +++ b/test_fixtures/flex/flex_column_relative_all_sides.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_direction_column.html b/test_fixtures/flex/flex_direction_column.html similarity index 66% rename from test_fixtures/flex_direction_column.html rename to test_fixtures/flex/flex_direction_column.html index bf366b40d..5140bc134 100644 --- a/test_fixtures/flex_direction_column.html +++ b/test_fixtures/flex/flex_direction_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_direction_column_no_height.html b/test_fixtures/flex/flex_direction_column_no_height.html similarity index 65% rename from test_fixtures/flex_direction_column_no_height.html rename to test_fixtures/flex/flex_direction_column_no_height.html index c8727456c..2a95296b5 100644 --- a/test_fixtures/flex_direction_column_no_height.html +++ b/test_fixtures/flex/flex_direction_column_no_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_direction_column_reverse.html b/test_fixtures/flex/flex_direction_column_reverse.html similarity index 67% rename from test_fixtures/flex_direction_column_reverse.html rename to test_fixtures/flex/flex_direction_column_reverse.html index 3630ce457..b0f2a932b 100644 --- a/test_fixtures/flex_direction_column_reverse.html +++ b/test_fixtures/flex/flex_direction_column_reverse.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_direction_column_reverse_no_height.html b/test_fixtures/flex/flex_direction_column_reverse_no_height.html similarity index 66% rename from test_fixtures/flex_direction_column_reverse_no_height.html rename to test_fixtures/flex/flex_direction_column_reverse_no_height.html index 03a6e022a..3cedeb1aa 100644 --- a/test_fixtures/flex_direction_column_reverse_no_height.html +++ b/test_fixtures/flex/flex_direction_column_reverse_no_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_direction_row.html b/test_fixtures/flex/flex_direction_row.html similarity index 64% rename from test_fixtures/flex_direction_row.html rename to test_fixtures/flex/flex_direction_row.html index 855f3f1f7..b86c652ee 100644 --- a/test_fixtures/flex_direction_row.html +++ b/test_fixtures/flex/flex_direction_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_direction_row_no_width.html b/test_fixtures/flex/flex_direction_row_no_width.html similarity index 63% rename from test_fixtures/flex_direction_row_no_width.html rename to test_fixtures/flex/flex_direction_row_no_width.html index 4a844e87c..48fbbfb48 100644 --- a/test_fixtures/flex_direction_row_no_width.html +++ b/test_fixtures/flex/flex_direction_row_no_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_direction_row_reverse.html b/test_fixtures/flex/flex_direction_row_reverse.html similarity index 67% rename from test_fixtures/flex_direction_row_reverse.html rename to test_fixtures/flex/flex_direction_row_reverse.html index 0588426dd..217a39604 100644 --- a/test_fixtures/flex_direction_row_reverse.html +++ b/test_fixtures/flex/flex_direction_row_reverse.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_child.html b/test_fixtures/flex/flex_grow_child.html similarity index 60% rename from test_fixtures/flex_grow_child.html rename to test_fixtures/flex/flex_grow_child.html index 4260a6a9a..c8fe1e72a 100644 --- a/test_fixtures/flex_grow_child.html +++ b/test_fixtures/flex/flex_grow_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_flex_basis_percent_min_max.html b/test_fixtures/flex/flex_grow_flex_basis_percent_min_max.html similarity index 72% rename from test_fixtures/flex_grow_flex_basis_percent_min_max.html rename to test_fixtures/flex/flex_grow_flex_basis_percent_min_max.html index f3e4fefe7..b4e5667c3 100644 --- a/test_fixtures/flex_grow_flex_basis_percent_min_max.html +++ b/test_fixtures/flex/flex_grow_flex_basis_percent_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_height_maximized.html b/test_fixtures/flex/flex_grow_height_maximized.html similarity index 72% rename from test_fixtures/flex_grow_height_maximized.html rename to test_fixtures/flex/flex_grow_height_maximized.html index 0d8047755..fea3954d7 100644 --- a/test_fixtures/flex_grow_height_maximized.html +++ b/test_fixtures/flex/flex_grow_height_maximized.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_in_at_most_container.html b/test_fixtures/flex/flex_grow_in_at_most_container.html similarity index 69% rename from test_fixtures/flex_grow_in_at_most_container.html rename to test_fixtures/flex/flex_grow_in_at_most_container.html index dff853826..0d753ab53 100644 --- a/test_fixtures/flex_grow_in_at_most_container.html +++ b/test_fixtures/flex/flex_grow_in_at_most_container.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_less_than_factor_one.html b/test_fixtures/flex/flex_grow_less_than_factor_one.html similarity index 69% rename from test_fixtures/flex_grow_less_than_factor_one.html rename to test_fixtures/flex/flex_grow_less_than_factor_one.html index a59805a4f..544827008 100644 --- a/test_fixtures/flex_grow_less_than_factor_one.html +++ b/test_fixtures/flex/flex_grow_less_than_factor_one.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_root_minimized.html b/test_fixtures/flex/flex_grow_root_minimized.html similarity index 73% rename from test_fixtures/flex_grow_root_minimized.html rename to test_fixtures/flex/flex_grow_root_minimized.html index f4bfbeb8e..313d13650 100644 --- a/test_fixtures/flex_grow_root_minimized.html +++ b/test_fixtures/flex/flex_grow_root_minimized.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_shrink_at_most.html b/test_fixtures/flex/flex_grow_shrink_at_most.html similarity index 61% rename from test_fixtures/flex_grow_shrink_at_most.html rename to test_fixtures/flex/flex_grow_shrink_at_most.html index 328e1155d..0a5e493d7 100644 --- a/test_fixtures/flex_grow_shrink_at_most.html +++ b/test_fixtures/flex/flex_grow_shrink_at_most.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_to_min.html b/test_fixtures/flex/flex_grow_to_min.html similarity index 67% rename from test_fixtures/flex_grow_to_min.html rename to test_fixtures/flex/flex_grow_to_min.html index fd0af7557..5f374d029 100644 --- a/test_fixtures/flex_grow_to_min.html +++ b/test_fixtures/flex/flex_grow_to_min.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_within_constrained_max_column.html b/test_fixtures/flex/flex_grow_within_constrained_max_column.html similarity index 66% rename from test_fixtures/flex_grow_within_constrained_max_column.html rename to test_fixtures/flex/flex_grow_within_constrained_max_column.html index df3005897..0d20dc233 100644 --- a/test_fixtures/flex_grow_within_constrained_max_column.html +++ b/test_fixtures/flex/flex_grow_within_constrained_max_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_within_constrained_max_row.html b/test_fixtures/flex/flex_grow_within_constrained_max_row.html similarity index 70% rename from test_fixtures/flex_grow_within_constrained_max_row.html rename to test_fixtures/flex/flex_grow_within_constrained_max_row.html index b21ad2705..4c2e5fc9d 100644 --- a/test_fixtures/flex_grow_within_constrained_max_row.html +++ b/test_fixtures/flex/flex_grow_within_constrained_max_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_within_constrained_max_width.html b/test_fixtures/flex/flex_grow_within_constrained_max_width.html similarity index 67% rename from test_fixtures/flex_grow_within_constrained_max_width.html rename to test_fixtures/flex/flex_grow_within_constrained_max_width.html index b77e0ff3a..546163cc9 100644 --- a/test_fixtures/flex_grow_within_constrained_max_width.html +++ b/test_fixtures/flex/flex_grow_within_constrained_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_within_constrained_min_column.html b/test_fixtures/flex/flex_grow_within_constrained_min_column.html similarity index 63% rename from test_fixtures/flex_grow_within_constrained_min_column.html rename to test_fixtures/flex/flex_grow_within_constrained_min_column.html index 8f9a12f96..9781e8bd9 100644 --- a/test_fixtures/flex_grow_within_constrained_min_column.html +++ b/test_fixtures/flex/flex_grow_within_constrained_min_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_within_constrained_min_max_column.html b/test_fixtures/flex/flex_grow_within_constrained_min_max_column.html similarity index 64% rename from test_fixtures/flex_grow_within_constrained_min_max_column.html rename to test_fixtures/flex/flex_grow_within_constrained_min_max_column.html index 56a96e1c9..9272537ea 100644 --- a/test_fixtures/flex_grow_within_constrained_min_max_column.html +++ b/test_fixtures/flex/flex_grow_within_constrained_min_max_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_within_constrained_min_row.html b/test_fixtures/flex/flex_grow_within_constrained_min_row.html similarity index 64% rename from test_fixtures/flex_grow_within_constrained_min_row.html rename to test_fixtures/flex/flex_grow_within_constrained_min_row.html index 3f41d885d..c5c602d81 100644 --- a/test_fixtures/flex_grow_within_constrained_min_row.html +++ b/test_fixtures/flex/flex_grow_within_constrained_min_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_grow_within_max_width.html b/test_fixtures/flex/flex_grow_within_max_width.html similarity index 67% rename from test_fixtures/flex_grow_within_max_width.html rename to test_fixtures/flex/flex_grow_within_max_width.html index ea1c9c7aa..a94a706a7 100644 --- a/test_fixtures/flex_grow_within_max_width.html +++ b/test_fixtures/flex/flex_grow_within_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_root_ignored.html b/test_fixtures/flex/flex_root_ignored.html similarity index 67% rename from test_fixtures/flex_root_ignored.html rename to test_fixtures/flex/flex_root_ignored.html index 4ee88c271..dfcad2b10 100644 --- a/test_fixtures/flex_root_ignored.html +++ b/test_fixtures/flex/flex_root_ignored.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_row_relative_all_sides.html b/test_fixtures/flex/flex_row_relative_all_sides.html similarity index 63% rename from test_fixtures/flex_row_relative_all_sides.html rename to test_fixtures/flex/flex_row_relative_all_sides.html index 989c6f0b1..139c5b005 100644 --- a/test_fixtures/flex_row_relative_all_sides.html +++ b/test_fixtures/flex/flex_row_relative_all_sides.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_shrink_by_outer_margin_with_max_size.html b/test_fixtures/flex/flex_shrink_by_outer_margin_with_max_size.html similarity index 64% rename from test_fixtures/flex_shrink_by_outer_margin_with_max_size.html rename to test_fixtures/flex/flex_shrink_by_outer_margin_with_max_size.html index 6e756faf1..fc4979e4b 100644 --- a/test_fixtures/flex_shrink_by_outer_margin_with_max_size.html +++ b/test_fixtures/flex/flex_shrink_by_outer_margin_with_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_shrink_flex_grow_child_flex_shrink_other_child.html b/test_fixtures/flex/flex_shrink_flex_grow_child_flex_shrink_other_child.html similarity index 70% rename from test_fixtures/flex_shrink_flex_grow_child_flex_shrink_other_child.html rename to test_fixtures/flex/flex_shrink_flex_grow_child_flex_shrink_other_child.html index 99bb7a4de..6775b8aac 100644 --- a/test_fixtures/flex_shrink_flex_grow_child_flex_shrink_other_child.html +++ b/test_fixtures/flex/flex_shrink_flex_grow_child_flex_shrink_other_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_shrink_flex_grow_row.html b/test_fixtures/flex/flex_shrink_flex_grow_row.html similarity index 70% rename from test_fixtures/flex_shrink_flex_grow_row.html rename to test_fixtures/flex/flex_shrink_flex_grow_row.html index 39223ca8b..9284541b2 100644 --- a/test_fixtures/flex_shrink_flex_grow_row.html +++ b/test_fixtures/flex/flex_shrink_flex_grow_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_shrink_to_zero.html b/test_fixtures/flex/flex_shrink_to_zero.html similarity index 69% rename from test_fixtures/flex_shrink_to_zero.html rename to test_fixtures/flex/flex_shrink_to_zero.html index 98424eb29..95046a41b 100644 --- a/test_fixtures/flex_shrink_to_zero.html +++ b/test_fixtures/flex/flex_shrink_to_zero.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_wrap_align_stretch_fits_one_row.html b/test_fixtures/flex/flex_wrap_align_stretch_fits_one_row.html similarity index 65% rename from test_fixtures/flex_wrap_align_stretch_fits_one_row.html rename to test_fixtures/flex/flex_wrap_align_stretch_fits_one_row.html index 0e4371d7d..e832634ae 100644 --- a/test_fixtures/flex_wrap_align_stretch_fits_one_row.html +++ b/test_fixtures/flex/flex_wrap_align_stretch_fits_one_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_wrap_children_with_min_main_overriding_flex_basis.html b/test_fixtures/flex/flex_wrap_children_with_min_main_overriding_flex_basis.html similarity index 69% rename from test_fixtures/flex_wrap_children_with_min_main_overriding_flex_basis.html rename to test_fixtures/flex/flex_wrap_children_with_min_main_overriding_flex_basis.html index ae84f19d8..2dfcd8e03 100644 --- a/test_fixtures/flex_wrap_children_with_min_main_overriding_flex_basis.html +++ b/test_fixtures/flex/flex_wrap_children_with_min_main_overriding_flex_basis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex_wrap_wrap_to_child_height.html b/test_fixtures/flex/flex_wrap_wrap_to_child_height.html similarity index 73% rename from test_fixtures/flex_wrap_wrap_to_child_height.html rename to test_fixtures/flex/flex_wrap_wrap_to_child_height.html index 30de5236e..ab31cd221 100644 --- a/test_fixtures/flex_wrap_wrap_to_child_height.html +++ b/test_fixtures/flex/flex_wrap_wrap_to_child_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_child_margins.html b/test_fixtures/flex/gap_column_gap_child_margins.html similarity index 73% rename from test_fixtures/gap_column_gap_child_margins.html rename to test_fixtures/flex/gap_column_gap_child_margins.html index f6f19b33f..36388b311 100644 --- a/test_fixtures/gap_column_gap_child_margins.html +++ b/test_fixtures/flex/gap_column_gap_child_margins.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_determines_parent_width.html b/test_fixtures/flex/gap_column_gap_determines_parent_width.html similarity index 68% rename from test_fixtures/gap_column_gap_determines_parent_width.html rename to test_fixtures/flex/gap_column_gap_determines_parent_width.html index b41229e4b..1e786f648 100644 --- a/test_fixtures/gap_column_gap_determines_parent_width.html +++ b/test_fixtures/flex/gap_column_gap_determines_parent_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_flexible.html b/test_fixtures/flex/gap_column_gap_flexible.html similarity index 67% rename from test_fixtures/gap_column_gap_flexible.html rename to test_fixtures/flex/gap_column_gap_flexible.html index 4b05a0ced..a39bb5aa4 100644 --- a/test_fixtures/gap_column_gap_flexible.html +++ b/test_fixtures/flex/gap_column_gap_flexible.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_flexible_undefined_parent.html b/test_fixtures/flex/gap_column_gap_flexible_undefined_parent.html similarity index 66% rename from test_fixtures/gap_column_gap_flexible_undefined_parent.html rename to test_fixtures/flex/gap_column_gap_flexible_undefined_parent.html index 02c134c9d..8e264026a 100644 --- a/test_fixtures/gap_column_gap_flexible_undefined_parent.html +++ b/test_fixtures/flex/gap_column_gap_flexible_undefined_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_inflexible.html b/test_fixtures/flex/gap_column_gap_inflexible.html similarity index 67% rename from test_fixtures/gap_column_gap_inflexible.html rename to test_fixtures/flex/gap_column_gap_inflexible.html index 1d82360a4..3c6384140 100644 --- a/test_fixtures/gap_column_gap_inflexible.html +++ b/test_fixtures/flex/gap_column_gap_inflexible.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_inflexible_undefined_parent.html b/test_fixtures/flex/gap_column_gap_inflexible_undefined_parent.html similarity index 66% rename from test_fixtures/gap_column_gap_inflexible_undefined_parent.html rename to test_fixtures/flex/gap_column_gap_inflexible_undefined_parent.html index 4d90217d6..96fa79332 100644 --- a/test_fixtures/gap_column_gap_inflexible_undefined_parent.html +++ b/test_fixtures/flex/gap_column_gap_inflexible_undefined_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_justify_center.html b/test_fixtures/flex/gap_column_gap_justify_center.html similarity index 69% rename from test_fixtures/gap_column_gap_justify_center.html rename to test_fixtures/flex/gap_column_gap_justify_center.html index 5ce8073e1..8bb719560 100644 --- a/test_fixtures/gap_column_gap_justify_center.html +++ b/test_fixtures/flex/gap_column_gap_justify_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_justify_flex_end.html b/test_fixtures/flex/gap_column_gap_justify_flex_end.html similarity index 69% rename from test_fixtures/gap_column_gap_justify_flex_end.html rename to test_fixtures/flex/gap_column_gap_justify_flex_end.html index 53783140d..d14b09f5f 100644 --- a/test_fixtures/gap_column_gap_justify_flex_end.html +++ b/test_fixtures/flex/gap_column_gap_justify_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_justify_flex_start.html b/test_fixtures/flex/gap_column_gap_justify_flex_start.html similarity index 69% rename from test_fixtures/gap_column_gap_justify_flex_start.html rename to test_fixtures/flex/gap_column_gap_justify_flex_start.html index 4ac7e6256..e81827d09 100644 --- a/test_fixtures/gap_column_gap_justify_flex_start.html +++ b/test_fixtures/flex/gap_column_gap_justify_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_justify_space_around.html b/test_fixtures/flex/gap_column_gap_justify_space_around.html similarity index 69% rename from test_fixtures/gap_column_gap_justify_space_around.html rename to test_fixtures/flex/gap_column_gap_justify_space_around.html index a12468fe3..f8666fc77 100644 --- a/test_fixtures/gap_column_gap_justify_space_around.html +++ b/test_fixtures/flex/gap_column_gap_justify_space_around.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_justify_space_between.html b/test_fixtures/flex/gap_column_gap_justify_space_between.html similarity index 69% rename from test_fixtures/gap_column_gap_justify_space_between.html rename to test_fixtures/flex/gap_column_gap_justify_space_between.html index a4b36bc8c..9d407ceba 100644 --- a/test_fixtures/gap_column_gap_justify_space_between.html +++ b/test_fixtures/flex/gap_column_gap_justify_space_between.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_justify_space_evenly.html b/test_fixtures/flex/gap_column_gap_justify_space_evenly.html similarity index 69% rename from test_fixtures/gap_column_gap_justify_space_evenly.html rename to test_fixtures/flex/gap_column_gap_justify_space_evenly.html index dd1506dfd..911a0dd83 100644 --- a/test_fixtures/gap_column_gap_justify_space_evenly.html +++ b/test_fixtures/flex/gap_column_gap_justify_space_evenly.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_mixed_flexible.html b/test_fixtures/flex/gap_column_gap_mixed_flexible.html similarity index 67% rename from test_fixtures/gap_column_gap_mixed_flexible.html rename to test_fixtures/flex/gap_column_gap_mixed_flexible.html index 9225b180b..5882dee91 100644 --- a/test_fixtures/gap_column_gap_mixed_flexible.html +++ b/test_fixtures/flex/gap_column_gap_mixed_flexible.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_percentage_cyclic_partially_shrinkable.html b/test_fixtures/flex/gap_column_gap_percentage_cyclic_partially_shrinkable.html similarity index 70% rename from test_fixtures/gap_column_gap_percentage_cyclic_partially_shrinkable.html rename to test_fixtures/flex/gap_column_gap_percentage_cyclic_partially_shrinkable.html index a65dc5203..b3191412c 100644 --- a/test_fixtures/gap_column_gap_percentage_cyclic_partially_shrinkable.html +++ b/test_fixtures/flex/gap_column_gap_percentage_cyclic_partially_shrinkable.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_percentage_cyclic_shrinkable.html b/test_fixtures/flex/gap_column_gap_percentage_cyclic_shrinkable.html similarity index 68% rename from test_fixtures/gap_column_gap_percentage_cyclic_shrinkable.html rename to test_fixtures/flex/gap_column_gap_percentage_cyclic_shrinkable.html index 655b830e1..bd385c017 100644 --- a/test_fixtures/gap_column_gap_percentage_cyclic_shrinkable.html +++ b/test_fixtures/flex/gap_column_gap_percentage_cyclic_shrinkable.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_percentage_cyclic_unshrinkable.html b/test_fixtures/flex/gap_column_gap_percentage_cyclic_unshrinkable.html similarity index 71% rename from test_fixtures/gap_column_gap_percentage_cyclic_unshrinkable.html rename to test_fixtures/flex/gap_column_gap_percentage_cyclic_unshrinkable.html index b726f7f26..185c3709f 100644 --- a/test_fixtures/gap_column_gap_percentage_cyclic_unshrinkable.html +++ b/test_fixtures/flex/gap_column_gap_percentage_cyclic_unshrinkable.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_percentage_flexible.html b/test_fixtures/flex/gap_column_gap_percentage_flexible.html similarity index 67% rename from test_fixtures/gap_column_gap_percentage_flexible.html rename to test_fixtures/flex/gap_column_gap_percentage_flexible.html index 7fc173108..57a756f6a 100644 --- a/test_fixtures/gap_column_gap_percentage_flexible.html +++ b/test_fixtures/flex/gap_column_gap_percentage_flexible.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_percentage_flexible_with_padding.html b/test_fixtures/flex/gap_column_gap_percentage_flexible_with_padding.html similarity index 68% rename from test_fixtures/gap_column_gap_percentage_flexible_with_padding.html rename to test_fixtures/flex/gap_column_gap_percentage_flexible_with_padding.html index 96489625e..01c77f9fd 100644 --- a/test_fixtures/gap_column_gap_percentage_flexible_with_padding.html +++ b/test_fixtures/flex/gap_column_gap_percentage_flexible_with_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_percentage_inflexible.html b/test_fixtures/flex/gap_column_gap_percentage_inflexible.html similarity index 67% rename from test_fixtures/gap_column_gap_percentage_inflexible.html rename to test_fixtures/flex/gap_column_gap_percentage_inflexible.html index c18b9257c..59bfb1435 100644 --- a/test_fixtures/gap_column_gap_percentage_inflexible.html +++ b/test_fixtures/flex/gap_column_gap_percentage_inflexible.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_row_gap_wrapping.html b/test_fixtures/flex/gap_column_gap_row_gap_wrapping.html similarity index 81% rename from test_fixtures/gap_column_gap_row_gap_wrapping.html rename to test_fixtures/flex/gap_column_gap_row_gap_wrapping.html index c8c4a7a24..1b0cef09e 100644 --- a/test_fixtures/gap_column_gap_row_gap_wrapping.html +++ b/test_fixtures/flex/gap_column_gap_row_gap_wrapping.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_wrap_align_center.html b/test_fixtures/flex/gap_column_gap_wrap_align_center.html similarity index 78% rename from test_fixtures/gap_column_gap_wrap_align_center.html rename to test_fixtures/flex/gap_column_gap_wrap_align_center.html index a701f9649..63c6af74a 100644 --- a/test_fixtures/gap_column_gap_wrap_align_center.html +++ b/test_fixtures/flex/gap_column_gap_wrap_align_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_wrap_align_flex_end.html b/test_fixtures/flex/gap_column_gap_wrap_align_flex_end.html similarity index 78% rename from test_fixtures/gap_column_gap_wrap_align_flex_end.html rename to test_fixtures/flex/gap_column_gap_wrap_align_flex_end.html index 6a612cf14..7039ec750 100644 --- a/test_fixtures/gap_column_gap_wrap_align_flex_end.html +++ b/test_fixtures/flex/gap_column_gap_wrap_align_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_wrap_align_flex_start.html b/test_fixtures/flex/gap_column_gap_wrap_align_flex_start.html similarity index 78% rename from test_fixtures/gap_column_gap_wrap_align_flex_start.html rename to test_fixtures/flex/gap_column_gap_wrap_align_flex_start.html index b2c6c6667..2417562a0 100644 --- a/test_fixtures/gap_column_gap_wrap_align_flex_start.html +++ b/test_fixtures/flex/gap_column_gap_wrap_align_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_wrap_align_space_around.html b/test_fixtures/flex/gap_column_gap_wrap_align_space_around.html similarity index 78% rename from test_fixtures/gap_column_gap_wrap_align_space_around.html rename to test_fixtures/flex/gap_column_gap_wrap_align_space_around.html index 80627658f..29dadb425 100644 --- a/test_fixtures/gap_column_gap_wrap_align_space_around.html +++ b/test_fixtures/flex/gap_column_gap_wrap_align_space_around.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_wrap_align_space_between.html b/test_fixtures/flex/gap_column_gap_wrap_align_space_between.html similarity index 78% rename from test_fixtures/gap_column_gap_wrap_align_space_between.html rename to test_fixtures/flex/gap_column_gap_wrap_align_space_between.html index b2d0ad56a..27e882d93 100644 --- a/test_fixtures/gap_column_gap_wrap_align_space_between.html +++ b/test_fixtures/flex/gap_column_gap_wrap_align_space_between.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_gap_wrap_align_stretch.html b/test_fixtures/flex/gap_column_gap_wrap_align_stretch.html similarity index 77% rename from test_fixtures/gap_column_gap_wrap_align_stretch.html rename to test_fixtures/flex/gap_column_gap_wrap_align_stretch.html index b2713477c..c743ebdf4 100644 --- a/test_fixtures/gap_column_gap_wrap_align_stretch.html +++ b/test_fixtures/flex/gap_column_gap_wrap_align_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_column_row_gap_wrapping.html b/test_fixtures/flex/gap_column_row_gap_wrapping.html similarity index 81% rename from test_fixtures/gap_column_row_gap_wrapping.html rename to test_fixtures/flex/gap_column_row_gap_wrapping.html index c8c4a7a24..1b0cef09e 100644 --- a/test_fixtures/gap_column_row_gap_wrapping.html +++ b/test_fixtures/flex/gap_column_row_gap_wrapping.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_row_gap_align_items_end.html b/test_fixtures/flex/gap_row_gap_align_items_end.html similarity index 75% rename from test_fixtures/gap_row_gap_align_items_end.html rename to test_fixtures/flex/gap_row_gap_align_items_end.html index b1f780ea6..99dddfd65 100644 --- a/test_fixtures/gap_row_gap_align_items_end.html +++ b/test_fixtures/flex/gap_row_gap_align_items_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_row_gap_align_items_stretch.html b/test_fixtures/flex/gap_row_gap_align_items_stretch.html similarity index 76% rename from test_fixtures/gap_row_gap_align_items_stretch.html rename to test_fixtures/flex/gap_row_gap_align_items_stretch.html index 7e32c78ae..3cf4f49c0 100644 --- a/test_fixtures/gap_row_gap_align_items_stretch.html +++ b/test_fixtures/flex/gap_row_gap_align_items_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_row_gap_column_child_margins.html b/test_fixtures/flex/gap_row_gap_column_child_margins.html similarity index 73% rename from test_fixtures/gap_row_gap_column_child_margins.html rename to test_fixtures/flex/gap_row_gap_column_child_margins.html index 9f0f19e3d..265e7ce22 100644 --- a/test_fixtures/gap_row_gap_column_child_margins.html +++ b/test_fixtures/flex/gap_row_gap_column_child_margins.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_row_gap_determines_parent_height.html b/test_fixtures/flex/gap_row_gap_determines_parent_height.html similarity index 68% rename from test_fixtures/gap_row_gap_determines_parent_height.html rename to test_fixtures/flex/gap_row_gap_determines_parent_height.html index 0a0ff737b..9f03f75cd 100644 --- a/test_fixtures/gap_row_gap_determines_parent_height.html +++ b/test_fixtures/flex/gap_row_gap_determines_parent_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_row_gap_percentage_wrapping.html b/test_fixtures/flex/gap_row_gap_percentage_wrapping.html similarity index 81% rename from test_fixtures/gap_row_gap_percentage_wrapping.html rename to test_fixtures/flex/gap_row_gap_percentage_wrapping.html index 06a618b07..71357ef2b 100644 --- a/test_fixtures/gap_row_gap_percentage_wrapping.html +++ b/test_fixtures/flex/gap_row_gap_percentage_wrapping.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gap_row_gap_row_wrap_child_margins.html b/test_fixtures/flex/gap_row_gap_row_wrap_child_margins.html similarity index 74% rename from test_fixtures/gap_row_gap_row_wrap_child_margins.html rename to test_fixtures/flex/gap_row_gap_row_wrap_child_margins.html index 49a0b1b5e..67cc3c75f 100644 --- a/test_fixtures/gap_row_gap_row_wrap_child_margins.html +++ b/test_fixtures/flex/gap_row_gap_row_wrap_child_margins.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/intrinsic_sizing_cross_size_column.html b/test_fixtures/flex/intrinsic_sizing_cross_size_column.html similarity index 55% rename from test_fixtures/intrinsic_sizing_cross_size_column.html rename to test_fixtures/flex/intrinsic_sizing_cross_size_column.html index 720546e0b..f3215abfd 100644 --- a/test_fixtures/intrinsic_sizing_cross_size_column.html +++ b/test_fixtures/flex/intrinsic_sizing_cross_size_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/intrinsic_sizing_main_size_column.html b/test_fixtures/flex/intrinsic_sizing_main_size_column.html similarity index 58% rename from test_fixtures/intrinsic_sizing_main_size_column.html rename to test_fixtures/flex/intrinsic_sizing_main_size_column.html index 2c3a7baab..9162415e2 100644 --- a/test_fixtures/intrinsic_sizing_main_size_column.html +++ b/test_fixtures/flex/intrinsic_sizing_main_size_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/intrinsic_sizing_main_size_column_nested.html b/test_fixtures/flex/intrinsic_sizing_main_size_column_nested.html similarity index 63% rename from test_fixtures/intrinsic_sizing_main_size_column_nested.html rename to test_fixtures/flex/intrinsic_sizing_main_size_column_nested.html index 9a146ca3a..913564e99 100644 --- a/test_fixtures/intrinsic_sizing_main_size_column_nested.html +++ b/test_fixtures/flex/intrinsic_sizing_main_size_column_nested.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/intrinsic_sizing_main_size_column_wrap.html b/test_fixtures/flex/intrinsic_sizing_main_size_column_wrap.html similarity index 70% rename from test_fixtures/intrinsic_sizing_main_size_column_wrap.html rename to test_fixtures/flex/intrinsic_sizing_main_size_column_wrap.html index 3eba41565..e78fdad6c 100644 --- a/test_fixtures/intrinsic_sizing_main_size_column_wrap.html +++ b/test_fixtures/flex/intrinsic_sizing_main_size_column_wrap.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/intrinsic_sizing_main_size_row.html b/test_fixtures/flex/intrinsic_sizing_main_size_row.html similarity index 51% rename from test_fixtures/intrinsic_sizing_main_size_row.html rename to test_fixtures/flex/intrinsic_sizing_main_size_row.html index 1b0da1c81..8b3bb55ee 100644 --- a/test_fixtures/intrinsic_sizing_main_size_row.html +++ b/test_fixtures/flex/intrinsic_sizing_main_size_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/intrinsic_sizing_main_size_row_nested.html b/test_fixtures/flex/intrinsic_sizing_main_size_row_nested.html similarity index 53% rename from test_fixtures/intrinsic_sizing_main_size_row_nested.html rename to test_fixtures/flex/intrinsic_sizing_main_size_row_nested.html index ab644af99..dc84d55c8 100644 --- a/test_fixtures/intrinsic_sizing_main_size_row_nested.html +++ b/test_fixtures/flex/intrinsic_sizing_main_size_row_nested.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/intrinsic_sizing_main_size_row_wrap.html b/test_fixtures/flex/intrinsic_sizing_main_size_row_wrap.html similarity index 60% rename from test_fixtures/intrinsic_sizing_main_size_row_wrap.html rename to test_fixtures/flex/intrinsic_sizing_main_size_row_wrap.html index 7b1bac9a0..4cf123763 100644 --- a/test_fixtures/intrinsic_sizing_main_size_row_wrap.html +++ b/test_fixtures/flex/intrinsic_sizing_main_size_row_wrap.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_center.html b/test_fixtures/flex/justify_content_column_center.html similarity index 68% rename from test_fixtures/justify_content_column_center.html rename to test_fixtures/flex/justify_content_column_center.html index 267a98d94..87e35e2fd 100644 --- a/test_fixtures/justify_content_column_center.html +++ b/test_fixtures/flex/justify_content_column_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_flex_end.html b/test_fixtures/flex/justify_content_column_flex_end.html similarity index 68% rename from test_fixtures/justify_content_column_flex_end.html rename to test_fixtures/flex/justify_content_column_flex_end.html index caaaf46b4..b09f342ae 100644 --- a/test_fixtures/justify_content_column_flex_end.html +++ b/test_fixtures/flex/justify_content_column_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_flex_start.html b/test_fixtures/flex/justify_content_column_flex_start.html similarity index 68% rename from test_fixtures/justify_content_column_flex_start.html rename to test_fixtures/flex/justify_content_column_flex_start.html index 8855cb96f..614be6b79 100644 --- a/test_fixtures/justify_content_column_flex_start.html +++ b/test_fixtures/flex/justify_content_column_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_max_height_and_margin.html b/test_fixtures/flex/justify_content_column_max_height_and_margin.html similarity index 77% rename from test_fixtures/justify_content_column_max_height_and_margin.html rename to test_fixtures/flex/justify_content_column_max_height_and_margin.html index f4c156119..49c87909d 100644 --- a/test_fixtures/justify_content_column_max_height_and_margin.html +++ b/test_fixtures/flex/justify_content_column_max_height_and_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_min_height_and_margin.html b/test_fixtures/flex/justify_content_column_min_height_and_margin.html similarity index 77% rename from test_fixtures/justify_content_column_min_height_and_margin.html rename to test_fixtures/flex/justify_content_column_min_height_and_margin.html index 03c2d9d91..5ebbc393b 100644 --- a/test_fixtures/justify_content_column_min_height_and_margin.html +++ b/test_fixtures/flex/justify_content_column_min_height_and_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_min_height_and_margin_bottom.html b/test_fixtures/flex/justify_content_column_min_height_and_margin_bottom.html similarity index 65% rename from test_fixtures/justify_content_column_min_height_and_margin_bottom.html rename to test_fixtures/flex/justify_content_column_min_height_and_margin_bottom.html index 56c7dc703..fb4360f5a 100644 --- a/test_fixtures/justify_content_column_min_height_and_margin_bottom.html +++ b/test_fixtures/flex/justify_content_column_min_height_and_margin_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_min_height_and_margin_top.html b/test_fixtures/flex/justify_content_column_min_height_and_margin_top.html similarity index 64% rename from test_fixtures/justify_content_column_min_height_and_margin_top.html rename to test_fixtures/flex/justify_content_column_min_height_and_margin_top.html index eea1be992..c113b9971 100644 --- a/test_fixtures/justify_content_column_min_height_and_margin_top.html +++ b/test_fixtures/flex/justify_content_column_min_height_and_margin_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_space_around.html b/test_fixtures/flex/justify_content_column_space_around.html similarity index 68% rename from test_fixtures/justify_content_column_space_around.html rename to test_fixtures/flex/justify_content_column_space_around.html index 1ea7ca5a2..576d3cfdb 100644 --- a/test_fixtures/justify_content_column_space_around.html +++ b/test_fixtures/flex/justify_content_column_space_around.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_space_between.html b/test_fixtures/flex/justify_content_column_space_between.html similarity index 69% rename from test_fixtures/justify_content_column_space_between.html rename to test_fixtures/flex/justify_content_column_space_between.html index bcadd56fc..b3e7a290b 100644 --- a/test_fixtures/justify_content_column_space_between.html +++ b/test_fixtures/flex/justify_content_column_space_between.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_column_space_evenly.html b/test_fixtures/flex/justify_content_column_space_evenly.html similarity index 68% rename from test_fixtures/justify_content_column_space_evenly.html rename to test_fixtures/flex/justify_content_column_space_evenly.html index b9e1db252..539b15091 100644 --- a/test_fixtures/justify_content_column_space_evenly.html +++ b/test_fixtures/flex/justify_content_column_space_evenly.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_min_max.html b/test_fixtures/flex/justify_content_min_max.html similarity index 66% rename from test_fixtures/justify_content_min_max.html rename to test_fixtures/flex/justify_content_min_max.html index 2e7b9e830..e3481cf4e 100644 --- a/test_fixtures/justify_content_min_max.html +++ b/test_fixtures/flex/justify_content_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_min_width_with_padding_child_width_greater_than_parent.html b/test_fixtures/flex/justify_content_min_width_with_padding_child_width_greater_than_parent.html similarity index 78% rename from test_fixtures/justify_content_min_width_with_padding_child_width_greater_than_parent.html rename to test_fixtures/flex/justify_content_min_width_with_padding_child_width_greater_than_parent.html index 012934004..857ed020a 100644 --- a/test_fixtures/justify_content_min_width_with_padding_child_width_greater_than_parent.html +++ b/test_fixtures/flex/justify_content_min_width_with_padding_child_width_greater_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_min_width_with_padding_child_width_lower_than_parent.html b/test_fixtures/flex/justify_content_min_width_with_padding_child_width_lower_than_parent.html similarity index 78% rename from test_fixtures/justify_content_min_width_with_padding_child_width_lower_than_parent.html rename to test_fixtures/flex/justify_content_min_width_with_padding_child_width_lower_than_parent.html index e985e54b8..64d8b0cee 100644 --- a/test_fixtures/justify_content_min_width_with_padding_child_width_lower_than_parent.html +++ b/test_fixtures/flex/justify_content_min_width_with_padding_child_width_lower_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_overflow_min_max.html b/test_fixtures/flex/justify_content_overflow_min_max.html similarity index 73% rename from test_fixtures/justify_content_overflow_min_max.html rename to test_fixtures/flex/justify_content_overflow_min_max.html index 8aaaabad7..066b7c3b7 100644 --- a/test_fixtures/justify_content_overflow_min_max.html +++ b/test_fixtures/flex/justify_content_overflow_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_center.html b/test_fixtures/flex/justify_content_row_center.html similarity index 68% rename from test_fixtures/justify_content_row_center.html rename to test_fixtures/flex/justify_content_row_center.html index 721c281b7..ce4067958 100644 --- a/test_fixtures/justify_content_row_center.html +++ b/test_fixtures/flex/justify_content_row_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_flex_end.html b/test_fixtures/flex/justify_content_row_flex_end.html similarity index 68% rename from test_fixtures/justify_content_row_flex_end.html rename to test_fixtures/flex/justify_content_row_flex_end.html index eb5d57ed9..4e86fecb0 100644 --- a/test_fixtures/justify_content_row_flex_end.html +++ b/test_fixtures/flex/justify_content_row_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_flex_start.html b/test_fixtures/flex/justify_content_row_flex_start.html similarity index 68% rename from test_fixtures/justify_content_row_flex_start.html rename to test_fixtures/flex/justify_content_row_flex_start.html index d0a284ed3..b889c0a06 100644 --- a/test_fixtures/justify_content_row_flex_start.html +++ b/test_fixtures/flex/justify_content_row_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_max_width_and_margin.html b/test_fixtures/flex/justify_content_row_max_width_and_margin.html similarity index 65% rename from test_fixtures/justify_content_row_max_width_and_margin.html rename to test_fixtures/flex/justify_content_row_max_width_and_margin.html index 6ba381248..8ec058c67 100644 --- a/test_fixtures/justify_content_row_max_width_and_margin.html +++ b/test_fixtures/flex/justify_content_row_max_width_and_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_min_width_and_margin.html b/test_fixtures/flex/justify_content_row_min_width_and_margin.html similarity index 64% rename from test_fixtures/justify_content_row_min_width_and_margin.html rename to test_fixtures/flex/justify_content_row_min_width_and_margin.html index 8699d0cbd..036545918 100644 --- a/test_fixtures/justify_content_row_min_width_and_margin.html +++ b/test_fixtures/flex/justify_content_row_min_width_and_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_space_around.html b/test_fixtures/flex/justify_content_row_space_around.html similarity index 68% rename from test_fixtures/justify_content_row_space_around.html rename to test_fixtures/flex/justify_content_row_space_around.html index af6f12e22..c789d369c 100644 --- a/test_fixtures/justify_content_row_space_around.html +++ b/test_fixtures/flex/justify_content_row_space_around.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_space_between.html b/test_fixtures/flex/justify_content_row_space_between.html similarity index 68% rename from test_fixtures/justify_content_row_space_between.html rename to test_fixtures/flex/justify_content_row_space_between.html index 4276a7537..777a659a7 100644 --- a/test_fixtures/justify_content_row_space_between.html +++ b/test_fixtures/flex/justify_content_row_space_between.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/justify_content_row_space_evenly.html b/test_fixtures/flex/justify_content_row_space_evenly.html similarity index 68% rename from test_fixtures/justify_content_row_space_evenly.html rename to test_fixtures/flex/justify_content_row_space_evenly.html index 5763c9218..b70da1df1 100644 --- a/test_fixtures/justify_content_row_space_evenly.html +++ b/test_fixtures/flex/justify_content_row_space_evenly.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_and_flex_column.html b/test_fixtures/flex/margin_and_flex_column.html similarity index 64% rename from test_fixtures/margin_and_flex_column.html rename to test_fixtures/flex/margin_and_flex_column.html index 272e59f4b..317bc0d5e 100644 --- a/test_fixtures/margin_and_flex_column.html +++ b/test_fixtures/flex/margin_and_flex_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_and_flex_row.html b/test_fixtures/flex/margin_and_flex_row.html similarity index 64% rename from test_fixtures/margin_and_flex_row.html rename to test_fixtures/flex/margin_and_flex_row.html index e17d00a26..2c2a50a06 100644 --- a/test_fixtures/margin_and_flex_row.html +++ b/test_fixtures/flex/margin_and_flex_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_and_stretch_column.html b/test_fixtures/flex/margin_and_stretch_column.html similarity index 64% rename from test_fixtures/margin_and_stretch_column.html rename to test_fixtures/flex/margin_and_stretch_column.html index 72a243983..c3dd42655 100644 --- a/test_fixtures/margin_and_stretch_column.html +++ b/test_fixtures/flex/margin_and_stretch_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_and_stretch_row.html b/test_fixtures/flex/margin_and_stretch_row.html similarity index 64% rename from test_fixtures/margin_and_stretch_row.html rename to test_fixtures/flex/margin_and_stretch_row.html index f6c6b2804..181fac45a 100644 --- a/test_fixtures/margin_and_stretch_row.html +++ b/test_fixtures/flex/margin_and_stretch_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_bottom.html b/test_fixtures/flex/margin_auto_bottom.html similarity index 67% rename from test_fixtures/margin_auto_bottom.html rename to test_fixtures/flex/margin_auto_bottom.html index f44d69092..8d21f99b1 100644 --- a/test_fixtures/margin_auto_bottom.html +++ b/test_fixtures/flex/margin_auto_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_bottom_and_top.html b/test_fixtures/flex/margin_auto_bottom_and_top.html similarity index 68% rename from test_fixtures/margin_auto_bottom_and_top.html rename to test_fixtures/flex/margin_auto_bottom_and_top.html index ca7dc4f37..72809942b 100644 --- a/test_fixtures/margin_auto_bottom_and_top.html +++ b/test_fixtures/flex/margin_auto_bottom_and_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_bottom_and_top_justify_center.html b/test_fixtures/flex/margin_auto_bottom_and_top_justify_center.html similarity index 68% rename from test_fixtures/margin_auto_bottom_and_top_justify_center.html rename to test_fixtures/flex/margin_auto_bottom_and_top_justify_center.html index 8fdd17d76..6a262514e 100644 --- a/test_fixtures/margin_auto_bottom_and_top_justify_center.html +++ b/test_fixtures/flex/margin_auto_bottom_and_top_justify_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left.html b/test_fixtures/flex/margin_auto_left.html similarity index 67% rename from test_fixtures/margin_auto_left.html rename to test_fixtures/flex/margin_auto_left.html index 6a59c0307..aa455bd8d 100644 --- a/test_fixtures/margin_auto_left.html +++ b/test_fixtures/flex/margin_auto_left.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_and_right.html b/test_fixtures/flex/margin_auto_left_and_right.html similarity index 67% rename from test_fixtures/margin_auto_left_and_right.html rename to test_fixtures/flex/margin_auto_left_and_right.html index fecac24ad..9df2f48ed 100644 --- a/test_fixtures/margin_auto_left_and_right.html +++ b/test_fixtures/flex/margin_auto_left_and_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_and_right_column.html b/test_fixtures/flex/margin_auto_left_and_right_column.html similarity index 69% rename from test_fixtures/margin_auto_left_and_right_column.html rename to test_fixtures/flex/margin_auto_left_and_right_column.html index 9b0c9b9c8..bb2e53dab 100644 --- a/test_fixtures/margin_auto_left_and_right_column.html +++ b/test_fixtures/flex/margin_auto_left_and_right_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_and_right_column_and_center.html b/test_fixtures/flex/margin_auto_left_and_right_column_and_center.html similarity index 68% rename from test_fixtures/margin_auto_left_and_right_column_and_center.html rename to test_fixtures/flex/margin_auto_left_and_right_column_and_center.html index cbf2a60dc..55a220cb9 100644 --- a/test_fixtures/margin_auto_left_and_right_column_and_center.html +++ b/test_fixtures/flex/margin_auto_left_and_right_column_and_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_and_right_stretch.html b/test_fixtures/flex/margin_auto_left_and_right_stretch.html similarity index 69% rename from test_fixtures/margin_auto_left_and_right_stretch.html rename to test_fixtures/flex/margin_auto_left_and_right_stretch.html index a921e9f2d..4068cc553 100644 --- a/test_fixtures/margin_auto_left_and_right_stretch.html +++ b/test_fixtures/flex/margin_auto_left_and_right_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_child_bigger_than_parent.html b/test_fixtures/flex/margin_auto_left_child_bigger_than_parent.html similarity index 63% rename from test_fixtures/margin_auto_left_child_bigger_than_parent.html rename to test_fixtures/flex/margin_auto_left_child_bigger_than_parent.html index dd44b7654..e187e8221 100644 --- a/test_fixtures/margin_auto_left_child_bigger_than_parent.html +++ b/test_fixtures/flex/margin_auto_left_child_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_fix_right_child_bigger_than_parent.html b/test_fixtures/flex/margin_auto_left_fix_right_child_bigger_than_parent.html similarity index 65% rename from test_fixtures/margin_auto_left_fix_right_child_bigger_than_parent.html rename to test_fixtures/flex/margin_auto_left_fix_right_child_bigger_than_parent.html index 6a441dbe0..409819a8b 100644 --- a/test_fixtures/margin_auto_left_fix_right_child_bigger_than_parent.html +++ b/test_fixtures/flex/margin_auto_left_fix_right_child_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_right_child_bigger_than_parent.html b/test_fixtures/flex/margin_auto_left_right_child_bigger_than_parent.html similarity index 65% rename from test_fixtures/margin_auto_left_right_child_bigger_than_parent.html rename to test_fixtures/flex/margin_auto_left_right_child_bigger_than_parent.html index ad9c74d46..5a0f57a8f 100644 --- a/test_fixtures/margin_auto_left_right_child_bigger_than_parent.html +++ b/test_fixtures/flex/margin_auto_left_right_child_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_left_stretching_child.html b/test_fixtures/flex/margin_auto_left_stretching_child.html similarity index 66% rename from test_fixtures/margin_auto_left_stretching_child.html rename to test_fixtures/flex/margin_auto_left_stretching_child.html index 6cefff7dd..7e767e207 100644 --- a/test_fixtures/margin_auto_left_stretching_child.html +++ b/test_fixtures/flex/margin_auto_left_stretching_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_mutiple_children_column.html b/test_fixtures/flex/margin_auto_mutiple_children_column.html similarity index 72% rename from test_fixtures/margin_auto_mutiple_children_column.html rename to test_fixtures/flex/margin_auto_mutiple_children_column.html index 4bc118540..0120b1a4d 100644 --- a/test_fixtures/margin_auto_mutiple_children_column.html +++ b/test_fixtures/flex/margin_auto_mutiple_children_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_mutiple_children_row.html b/test_fixtures/flex/margin_auto_mutiple_children_row.html similarity index 72% rename from test_fixtures/margin_auto_mutiple_children_row.html rename to test_fixtures/flex/margin_auto_mutiple_children_row.html index 16d1b311f..189ea563d 100644 --- a/test_fixtures/margin_auto_mutiple_children_row.html +++ b/test_fixtures/flex/margin_auto_mutiple_children_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_right.html b/test_fixtures/flex/margin_auto_right.html similarity index 67% rename from test_fixtures/margin_auto_right.html rename to test_fixtures/flex/margin_auto_right.html index 4cd33ed8a..abf5bcd90 100644 --- a/test_fixtures/margin_auto_right.html +++ b/test_fixtures/flex/margin_auto_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_top.html b/test_fixtures/flex/margin_auto_top.html similarity index 67% rename from test_fixtures/margin_auto_top.html rename to test_fixtures/flex/margin_auto_top.html index 89a3ab0b1..20adebabf 100644 --- a/test_fixtures/margin_auto_top.html +++ b/test_fixtures/flex/margin_auto_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_top_and_bottom_stretch.html b/test_fixtures/flex/margin_auto_top_and_bottom_stretch.html similarity index 70% rename from test_fixtures/margin_auto_top_and_bottom_stretch.html rename to test_fixtures/flex/margin_auto_top_and_bottom_stretch.html index b04f2c62d..db718d364 100644 --- a/test_fixtures/margin_auto_top_and_bottom_stretch.html +++ b/test_fixtures/flex/margin_auto_top_and_bottom_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_auto_top_stretching_child.html b/test_fixtures/flex/margin_auto_top_stretching_child.html similarity index 65% rename from test_fixtures/margin_auto_top_stretching_child.html rename to test_fixtures/flex/margin_auto_top_stretching_child.html index d2186bf7e..8793ab101 100644 --- a/test_fixtures/margin_auto_top_stretching_child.html +++ b/test_fixtures/flex/margin_auto_top_stretching_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_bottom.html b/test_fixtures/flex/margin_bottom.html similarity index 65% rename from test_fixtures/margin_bottom.html rename to test_fixtures/flex/margin_bottom.html index 66ca8dd8f..cf99c6e8b 100644 --- a/test_fixtures/margin_bottom.html +++ b/test_fixtures/flex/margin_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_fix_left_auto_right_child_bigger_than_parent.html b/test_fixtures/flex/margin_fix_left_auto_right_child_bigger_than_parent.html similarity index 65% rename from test_fixtures/margin_fix_left_auto_right_child_bigger_than_parent.html rename to test_fixtures/flex/margin_fix_left_auto_right_child_bigger_than_parent.html index 45b903bfb..ad2fe0ca5 100644 --- a/test_fixtures/margin_fix_left_auto_right_child_bigger_than_parent.html +++ b/test_fixtures/flex/margin_fix_left_auto_right_child_bigger_than_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_left.html b/test_fixtures/flex/margin_left.html similarity index 62% rename from test_fixtures/margin_left.html rename to test_fixtures/flex/margin_left.html index 0569a649b..76a80f0bb 100644 --- a/test_fixtures/margin_left.html +++ b/test_fixtures/flex/margin_left.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_right.html b/test_fixtures/flex/margin_right.html similarity index 64% rename from test_fixtures/margin_right.html rename to test_fixtures/flex/margin_right.html index c67b532b0..13ffb9777 100644 --- a/test_fixtures/margin_right.html +++ b/test_fixtures/flex/margin_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_should_not_be_part_of_max_height.html b/test_fixtures/flex/margin_should_not_be_part_of_max_height.html similarity index 63% rename from test_fixtures/margin_should_not_be_part_of_max_height.html rename to test_fixtures/flex/margin_should_not_be_part_of_max_height.html index 2a6a5807d..ab0a18684 100644 --- a/test_fixtures/margin_should_not_be_part_of_max_height.html +++ b/test_fixtures/flex/margin_should_not_be_part_of_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_should_not_be_part_of_max_width.html b/test_fixtures/flex/margin_should_not_be_part_of_max_width.html similarity index 63% rename from test_fixtures/margin_should_not_be_part_of_max_width.html rename to test_fixtures/flex/margin_should_not_be_part_of_max_width.html index 0deffbfd9..456036fe5 100644 --- a/test_fixtures/margin_should_not_be_part_of_max_width.html +++ b/test_fixtures/flex/margin_should_not_be_part_of_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_top.html b/test_fixtures/flex/margin_top.html similarity index 62% rename from test_fixtures/margin_top.html rename to test_fixtures/flex/margin_top.html index 20af0258d..ab443cad4 100644 --- a/test_fixtures/margin_top.html +++ b/test_fixtures/flex/margin_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_with_sibling_column.html b/test_fixtures/flex/margin_with_sibling_column.html similarity index 65% rename from test_fixtures/margin_with_sibling_column.html rename to test_fixtures/flex/margin_with_sibling_column.html index 9241be5c6..8335317c3 100644 --- a/test_fixtures/margin_with_sibling_column.html +++ b/test_fixtures/flex/margin_with_sibling_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/margin_with_sibling_row.html b/test_fixtures/flex/margin_with_sibling_row.html similarity index 65% rename from test_fixtures/margin_with_sibling_row.html rename to test_fixtures/flex/margin_with_sibling_row.html index 498e8734f..b4f276c89 100644 --- a/test_fixtures/margin_with_sibling_row.html +++ b/test_fixtures/flex/margin_with_sibling_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/max_height.html b/test_fixtures/flex/max_height.html similarity index 62% rename from test_fixtures/max_height.html rename to test_fixtures/flex/max_height.html index 21245d508..9b26ce27e 100644 --- a/test_fixtures/max_height.html +++ b/test_fixtures/flex/max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/max_height_overrides_height.html b/test_fixtures/flex/max_height_overrides_height.html similarity index 56% rename from test_fixtures/max_height_overrides_height.html rename to test_fixtures/flex/max_height_overrides_height.html index 27db54c20..67445b2a6 100644 --- a/test_fixtures/max_height_overrides_height.html +++ b/test_fixtures/flex/max_height_overrides_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/max_height_overrides_height_on_root.html b/test_fixtures/flex/max_height_overrides_height_on_root.html similarity index 54% rename from test_fixtures/max_height_overrides_height_on_root.html rename to test_fixtures/flex/max_height_overrides_height_on_root.html index 20ab273af..77a441152 100644 --- a/test_fixtures/max_height_overrides_height_on_root.html +++ b/test_fixtures/flex/max_height_overrides_height_on_root.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/max_width.html b/test_fixtures/flex/max_width.html similarity index 62% rename from test_fixtures/max_width.html rename to test_fixtures/flex/max_width.html index 4252e2fc2..a09bc37d4 100644 --- a/test_fixtures/max_width.html +++ b/test_fixtures/flex/max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/max_width_overrides_width.html b/test_fixtures/flex/max_width_overrides_width.html similarity index 56% rename from test_fixtures/max_width_overrides_width.html rename to test_fixtures/flex/max_width_overrides_width.html index 1d275d753..07b57fef2 100644 --- a/test_fixtures/max_width_overrides_width.html +++ b/test_fixtures/flex/max_width_overrides_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/max_width_overrides_width_on_root.html b/test_fixtures/flex/max_width_overrides_width_on_root.html similarity index 54% rename from test_fixtures/max_width_overrides_width_on_root.html rename to test_fixtures/flex/max_width_overrides_width_on_root.html index 4cb28afbb..a7e021dd4 100644 --- a/test_fixtures/max_width_overrides_width_on_root.html +++ b/test_fixtures/flex/max_width_overrides_width_on_root.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child.html b/test_fixtures/flex/measure_child.html similarity index 51% rename from test_fixtures/measure_child.html rename to test_fixtures/flex/measure_child.html index 73ab7a536..08bbdbefd 100644 --- a/test_fixtures/measure_child.html +++ b/test_fixtures/flex/measure_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child_absolute.html b/test_fixtures/flex/measure_child_absolute.html similarity index 59% rename from test_fixtures/measure_child_absolute.html rename to test_fixtures/flex/measure_child_absolute.html index ce06296a4..691e848df 100644 --- a/test_fixtures/measure_child_absolute.html +++ b/test_fixtures/flex/measure_child_absolute.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child_constraint.html b/test_fixtures/flex/measure_child_constraint.html similarity index 73% rename from test_fixtures/measure_child_constraint.html rename to test_fixtures/flex/measure_child_constraint.html index c9d6541c0..83582f57b 100644 --- a/test_fixtures/measure_child_constraint.html +++ b/test_fixtures/flex/measure_child_constraint.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child_constraint_padding_parent.html b/test_fixtures/flex/measure_child_constraint_padding_parent.html similarity index 74% rename from test_fixtures/measure_child_constraint_padding_parent.html rename to test_fixtures/flex/measure_child_constraint_padding_parent.html index 557c4ef0f..21f9ed3bb 100644 --- a/test_fixtures/measure_child_constraint_padding_parent.html +++ b/test_fixtures/flex/measure_child_constraint_padding_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child_with_flex_grow.html b/test_fixtures/flex/measure_child_with_flex_grow.html similarity index 66% rename from test_fixtures/measure_child_with_flex_grow.html rename to test_fixtures/flex/measure_child_with_flex_grow.html index f49a7e54d..d1448fd5f 100644 --- a/test_fixtures/measure_child_with_flex_grow.html +++ b/test_fixtures/flex/measure_child_with_flex_grow.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child_with_flex_shrink.html b/test_fixtures/flex/measure_child_with_flex_shrink.html similarity index 69% rename from test_fixtures/measure_child_with_flex_shrink.html rename to test_fixtures/flex/measure_child_with_flex_shrink.html index 54e283d46..b1d31b007 100644 --- a/test_fixtures/measure_child_with_flex_shrink.html +++ b/test_fixtures/flex/measure_child_with_flex_shrink.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child_with_flex_shrink_hidden.html b/test_fixtures/flex/measure_child_with_flex_shrink_hidden.html similarity index 71% rename from test_fixtures/measure_child_with_flex_shrink_hidden.html rename to test_fixtures/flex/measure_child_with_flex_shrink_hidden.html index 00f68c89e..5f4362b1d 100644 --- a/test_fixtures/measure_child_with_flex_shrink_hidden.html +++ b/test_fixtures/flex/measure_child_with_flex_shrink_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_child_with_min_size_greater_than_available_space.html b/test_fixtures/flex/measure_child_with_min_size_greater_than_available_space.html similarity index 62% rename from test_fixtures/measure_child_with_min_size_greater_than_available_space.html rename to test_fixtures/flex/measure_child_with_min_size_greater_than_available_space.html index de00d5ade..af7ab4536 100644 --- a/test_fixtures/measure_child_with_min_size_greater_than_available_space.html +++ b/test_fixtures/flex/measure_child_with_min_size_greater_than_available_space.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_flex_basis_overrides_measure.html b/test_fixtures/flex/measure_flex_basis_overrides_measure.html similarity index 55% rename from test_fixtures/measure_flex_basis_overrides_measure.html rename to test_fixtures/flex/measure_flex_basis_overrides_measure.html index 6255068aa..ec257be3e 100644 --- a/test_fixtures/measure_flex_basis_overrides_measure.html +++ b/test_fixtures/flex/measure_flex_basis_overrides_measure.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_height_overrides_measure.html b/test_fixtures/flex/measure_height_overrides_measure.html similarity index 53% rename from test_fixtures/measure_height_overrides_measure.html rename to test_fixtures/flex/measure_height_overrides_measure.html index 1370d8d95..0783b5028 100644 --- a/test_fixtures/measure_height_overrides_measure.html +++ b/test_fixtures/flex/measure_height_overrides_measure.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_remeasure_child_after_growing.html b/test_fixtures/flex/measure_remeasure_child_after_growing.html similarity index 63% rename from test_fixtures/measure_remeasure_child_after_growing.html rename to test_fixtures/flex/measure_remeasure_child_after_growing.html index dc9797353..9e6a8c46a 100644 --- a/test_fixtures/measure_remeasure_child_after_growing.html +++ b/test_fixtures/flex/measure_remeasure_child_after_growing.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_remeasure_child_after_shrinking.html b/test_fixtures/flex/measure_remeasure_child_after_shrinking.html similarity index 64% rename from test_fixtures/measure_remeasure_child_after_shrinking.html rename to test_fixtures/flex/measure_remeasure_child_after_shrinking.html index d468566b1..bceac54e3 100644 --- a/test_fixtures/measure_remeasure_child_after_shrinking.html +++ b/test_fixtures/flex/measure_remeasure_child_after_shrinking.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_remeasure_child_after_stretching.html b/test_fixtures/flex/measure_remeasure_child_after_stretching.html similarity index 55% rename from test_fixtures/measure_remeasure_child_after_stretching.html rename to test_fixtures/flex/measure_remeasure_child_after_stretching.html index 1d01082f9..5042278ea 100644 --- a/test_fixtures/measure_remeasure_child_after_stretching.html +++ b/test_fixtures/flex/measure_remeasure_child_after_stretching.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/flex/measure_root.html b/test_fixtures/flex/measure_root.html new file mode 100644 index 000000000..c17ab5ab3 --- /dev/null +++ b/test_fixtures/flex/measure_root.html @@ -0,0 +1,15 @@ + + + + + + + Test description + + + + +
HHHHHH
+ + + \ No newline at end of file diff --git a/test_fixtures/measure_stretch_overrides_measure.html b/test_fixtures/flex/measure_stretch_overrides_measure.html similarity index 64% rename from test_fixtures/measure_stretch_overrides_measure.html rename to test_fixtures/flex/measure_stretch_overrides_measure.html index ed4f9d234..d4586cb96 100644 --- a/test_fixtures/measure_stretch_overrides_measure.html +++ b/test_fixtures/flex/measure_stretch_overrides_measure.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_width_overrides_measure.html b/test_fixtures/flex/measure_width_overrides_measure.html similarity index 54% rename from test_fixtures/measure_width_overrides_measure.html rename to test_fixtures/flex/measure_width_overrides_measure.html index 3adcbbb86..1884930ee 100644 --- a/test_fixtures/measure_width_overrides_measure.html +++ b/test_fixtures/flex/measure_width_overrides_measure.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_height.html b/test_fixtures/flex/min_height.html similarity index 65% rename from test_fixtures/min_height.html rename to test_fixtures/flex/min_height.html index 4592db087..42d28f996 100644 --- a/test_fixtures/min_height.html +++ b/test_fixtures/flex/min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_height_larger_than_height.html b/test_fixtures/flex/min_height_larger_than_height.html similarity index 62% rename from test_fixtures/min_height_larger_than_height.html rename to test_fixtures/flex/min_height_larger_than_height.html index b04d56492..2ade51f6f 100644 --- a/test_fixtures/min_height_larger_than_height.html +++ b/test_fixtures/flex/min_height_larger_than_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_height_overrides_height.html b/test_fixtures/flex/min_height_overrides_height.html similarity index 56% rename from test_fixtures/min_height_overrides_height.html rename to test_fixtures/flex/min_height_overrides_height.html index 9bf64a6b4..906c8fbce 100644 --- a/test_fixtures/min_height_overrides_height.html +++ b/test_fixtures/flex/min_height_overrides_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_height_overrides_height_on_root.html b/test_fixtures/flex/min_height_overrides_height_on_root.html similarity index 54% rename from test_fixtures/min_height_overrides_height_on_root.html rename to test_fixtures/flex/min_height_overrides_height_on_root.html index 8c0787bd4..2ccb01b97 100644 --- a/test_fixtures/min_height_overrides_height_on_root.html +++ b/test_fixtures/flex/min_height_overrides_height_on_root.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_height_overrides_max_height.html b/test_fixtures/flex/min_height_overrides_max_height.html similarity index 56% rename from test_fixtures/min_height_overrides_max_height.html rename to test_fixtures/flex/min_height_overrides_max_height.html index d7579400b..ac7ae014d 100644 --- a/test_fixtures/min_height_overrides_max_height.html +++ b/test_fixtures/flex/min_height_overrides_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_height_with_nested_fixed_height.html b/test_fixtures/flex/min_height_with_nested_fixed_height.html similarity index 74% rename from test_fixtures/min_height_with_nested_fixed_height.html rename to test_fixtures/flex/min_height_with_nested_fixed_height.html index bbb6c3ee5..24557fea2 100644 --- a/test_fixtures/min_height_with_nested_fixed_height.html +++ b/test_fixtures/flex/min_height_with_nested_fixed_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_max_percent_different_width_height.html b/test_fixtures/flex/min_max_percent_different_width_height.html similarity index 67% rename from test_fixtures/min_max_percent_different_width_height.html rename to test_fixtures/flex/min_max_percent_different_width_height.html index 1248a219f..4b1e8fec0 100644 --- a/test_fixtures/min_max_percent_different_width_height.html +++ b/test_fixtures/flex/min_max_percent_different_width_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_max_percent_no_width_height.html b/test_fixtures/flex/min_max_percent_no_width_height.html similarity index 67% rename from test_fixtures/min_max_percent_no_width_height.html rename to test_fixtures/flex/min_max_percent_no_width_height.html index f5d89393c..c7f5afd10 100644 --- a/test_fixtures/min_max_percent_no_width_height.html +++ b/test_fixtures/flex/min_max_percent_no_width_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_width.html b/test_fixtures/flex/min_width.html similarity index 65% rename from test_fixtures/min_width.html rename to test_fixtures/flex/min_width.html index 423b9342f..4ea4a845f 100644 --- a/test_fixtures/min_width.html +++ b/test_fixtures/flex/min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_width_larger_than_width.html b/test_fixtures/flex/min_width_larger_than_width.html similarity index 62% rename from test_fixtures/min_width_larger_than_width.html rename to test_fixtures/flex/min_width_larger_than_width.html index eda95737b..dc54ad157 100644 --- a/test_fixtures/min_width_larger_than_width.html +++ b/test_fixtures/flex/min_width_larger_than_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_width_overrides_max_width.html b/test_fixtures/flex/min_width_overrides_max_width.html similarity index 56% rename from test_fixtures/min_width_overrides_max_width.html rename to test_fixtures/flex/min_width_overrides_max_width.html index bf6ac6b86..e1d416b43 100644 --- a/test_fixtures/min_width_overrides_max_width.html +++ b/test_fixtures/flex/min_width_overrides_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_width_overrides_width.html b/test_fixtures/flex/min_width_overrides_width.html similarity index 55% rename from test_fixtures/min_width_overrides_width.html rename to test_fixtures/flex/min_width_overrides_width.html index 43e93b70e..80107f3ad 100644 --- a/test_fixtures/min_width_overrides_width.html +++ b/test_fixtures/flex/min_width_overrides_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/min_width_overrides_width_on_root.html b/test_fixtures/flex/min_width_overrides_width_on_root.html similarity index 54% rename from test_fixtures/min_width_overrides_width_on_root.html rename to test_fixtures/flex/min_width_overrides_width_on_root.html index d062452c0..07686063d 100644 --- a/test_fixtures/min_width_overrides_width_on_root.html +++ b/test_fixtures/flex/min_width_overrides_width_on_root.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/nested_overflowing_child.html b/test_fixtures/flex/nested_overflowing_child.html similarity index 61% rename from test_fixtures/nested_overflowing_child.html rename to test_fixtures/flex/nested_overflowing_child.html index 792ec7750..45e90251b 100644 --- a/test_fixtures/nested_overflowing_child.html +++ b/test_fixtures/flex/nested_overflowing_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/nested_overflowing_child_in_constraint_parent.html b/test_fixtures/flex/nested_overflowing_child_in_constraint_parent.html similarity index 65% rename from test_fixtures/nested_overflowing_child_in_constraint_parent.html rename to test_fixtures/flex/nested_overflowing_child_in_constraint_parent.html index 190ca17bc..f593cbd38 100644 --- a/test_fixtures/nested_overflowing_child_in_constraint_parent.html +++ b/test_fixtures/flex/nested_overflowing_child_in_constraint_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/only_shrinkable_item_with_flex_basis_zero.html b/test_fixtures/flex/only_shrinkable_item_with_flex_basis_zero.html similarity index 71% rename from test_fixtures/only_shrinkable_item_with_flex_basis_zero.html rename to test_fixtures/flex/only_shrinkable_item_with_flex_basis_zero.html index edb6c3e87..541f55756 100644 --- a/test_fixtures/only_shrinkable_item_with_flex_basis_zero.html +++ b/test_fixtures/flex/only_shrinkable_item_with_flex_basis_zero.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_cross_axis.html b/test_fixtures/flex/overflow_cross_axis.html similarity index 59% rename from test_fixtures/overflow_cross_axis.html rename to test_fixtures/flex/overflow_cross_axis.html index 74f454777..78ff4d228 100644 --- a/test_fixtures/overflow_cross_axis.html +++ b/test_fixtures/flex/overflow_cross_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_main_axis.html b/test_fixtures/flex/overflow_main_axis.html similarity index 60% rename from test_fixtures/overflow_main_axis.html rename to test_fixtures/flex/overflow_main_axis.html index 7813e7f21..ee0077510 100644 --- a/test_fixtures/overflow_main_axis.html +++ b/test_fixtures/flex/overflow_main_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_main_axis_shrink_hidden.html b/test_fixtures/flex/overflow_main_axis_shrink_hidden.html similarity index 61% rename from test_fixtures/overflow_main_axis_shrink_hidden.html rename to test_fixtures/flex/overflow_main_axis_shrink_hidden.html index 00b19c462..ca2afb57a 100644 --- a/test_fixtures/overflow_main_axis_shrink_hidden.html +++ b/test_fixtures/flex/overflow_main_axis_shrink_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_main_axis_shrink_scroll.html b/test_fixtures/flex/overflow_main_axis_shrink_scroll.html similarity index 61% rename from test_fixtures/overflow_main_axis_shrink_scroll.html rename to test_fixtures/flex/overflow_main_axis_shrink_scroll.html index 8feff1fd0..746b5ac7d 100644 --- a/test_fixtures/overflow_main_axis_shrink_scroll.html +++ b/test_fixtures/flex/overflow_main_axis_shrink_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_main_axis_shrink_visible.html b/test_fixtures/flex/overflow_main_axis_shrink_visible.html similarity index 61% rename from test_fixtures/overflow_main_axis_shrink_visible.html rename to test_fixtures/flex/overflow_main_axis_shrink_visible.html index adf33f652..9a9f45017 100644 --- a/test_fixtures/overflow_main_axis_shrink_visible.html +++ b/test_fixtures/flex/overflow_main_axis_shrink_visible.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_scroll_main_axis_justify_content_end.html b/test_fixtures/flex/overflow_scroll_main_axis_justify_content_end.html similarity index 62% rename from test_fixtures/overflow_scroll_main_axis_justify_content_end.html rename to test_fixtures/flex/overflow_scroll_main_axis_justify_content_end.html index 18ee0e58d..2f59bd4dd 100644 --- a/test_fixtures/overflow_scroll_main_axis_justify_content_end.html +++ b/test_fixtures/flex/overflow_scroll_main_axis_justify_content_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_scrollbars_overriden_by_available_space.html b/test_fixtures/flex/overflow_scrollbars_overriden_by_available_space.html similarity index 63% rename from test_fixtures/overflow_scrollbars_overriden_by_available_space.html rename to test_fixtures/flex/overflow_scrollbars_overriden_by_available_space.html index bdd3ad6fe..0a9836e31 100644 --- a/test_fixtures/overflow_scrollbars_overriden_by_available_space.html +++ b/test_fixtures/flex/overflow_scrollbars_overriden_by_available_space.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_scrollbars_overriden_by_max_size.html b/test_fixtures/flex/overflow_scrollbars_overriden_by_max_size.html similarity index 60% rename from test_fixtures/overflow_scrollbars_overriden_by_max_size.html rename to test_fixtures/flex/overflow_scrollbars_overriden_by_max_size.html index 597f7250a..95dfab88a 100644 --- a/test_fixtures/overflow_scrollbars_overriden_by_max_size.html +++ b/test_fixtures/flex/overflow_scrollbars_overriden_by_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_scrollbars_overriden_by_size.html b/test_fixtures/flex/overflow_scrollbars_overriden_by_size.html similarity index 59% rename from test_fixtures/overflow_scrollbars_overriden_by_size.html rename to test_fixtures/flex/overflow_scrollbars_overriden_by_size.html index 1252ea2d6..567fcd937 100644 --- a/test_fixtures/overflow_scrollbars_overriden_by_size.html +++ b/test_fixtures/flex/overflow_scrollbars_overriden_by_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_scrollbars_take_up_space_both_axis.html b/test_fixtures/flex/overflow_scrollbars_take_up_space_both_axis.html similarity index 60% rename from test_fixtures/overflow_scrollbars_take_up_space_both_axis.html rename to test_fixtures/flex/overflow_scrollbars_take_up_space_both_axis.html index 1bd29bfd4..60816e5e9 100644 --- a/test_fixtures/overflow_scrollbars_take_up_space_both_axis.html +++ b/test_fixtures/flex/overflow_scrollbars_take_up_space_both_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_scrollbars_take_up_space_cross_axis.html b/test_fixtures/flex/overflow_scrollbars_take_up_space_cross_axis.html similarity index 60% rename from test_fixtures/overflow_scrollbars_take_up_space_cross_axis.html rename to test_fixtures/flex/overflow_scrollbars_take_up_space_cross_axis.html index c3dd215b0..64fa6c646 100644 --- a/test_fixtures/overflow_scrollbars_take_up_space_cross_axis.html +++ b/test_fixtures/flex/overflow_scrollbars_take_up_space_cross_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/overflow_scrollbars_take_up_space_main_axis.html b/test_fixtures/flex/overflow_scrollbars_take_up_space_main_axis.html similarity index 60% rename from test_fixtures/overflow_scrollbars_take_up_space_main_axis.html rename to test_fixtures/flex/overflow_scrollbars_take_up_space_main_axis.html index 6394f9e55..9254b8627 100644 --- a/test_fixtures/overflow_scrollbars_take_up_space_main_axis.html +++ b/test_fixtures/flex/overflow_scrollbars_take_up_space_main_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_align_end_child.html b/test_fixtures/flex/padding_align_end_child.html similarity index 65% rename from test_fixtures/padding_align_end_child.html rename to test_fixtures/flex/padding_align_end_child.html index 5183371da..b26fe9e1d 100644 --- a/test_fixtures/padding_align_end_child.html +++ b/test_fixtures/flex/padding_align_end_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_border_overrides_max_size.html b/test_fixtures/flex/padding_border_overrides_max_size.html similarity index 65% rename from test_fixtures/padding_border_overrides_max_size.html rename to test_fixtures/flex/padding_border_overrides_max_size.html index 43f28be9d..531c83f2d 100644 --- a/test_fixtures/padding_border_overrides_max_size.html +++ b/test_fixtures/flex/padding_border_overrides_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_border_overrides_min_size.html b/test_fixtures/flex/padding_border_overrides_min_size.html similarity index 65% rename from test_fixtures/padding_border_overrides_min_size.html rename to test_fixtures/flex/padding_border_overrides_min_size.html index aac41ee1f..1230eada2 100644 --- a/test_fixtures/padding_border_overrides_min_size.html +++ b/test_fixtures/flex/padding_border_overrides_min_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_border_overrides_size.html b/test_fixtures/flex/padding_border_overrides_size.html similarity index 65% rename from test_fixtures/padding_border_overrides_size.html rename to test_fixtures/flex/padding_border_overrides_size.html index 073c7f80c..d4fbfdb9f 100644 --- a/test_fixtures/padding_border_overrides_size.html +++ b/test_fixtures/flex/padding_border_overrides_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_border_overrides_size_flex_basis_0.html b/test_fixtures/flex/padding_border_overrides_size_flex_basis_0.html similarity index 70% rename from test_fixtures/padding_border_overrides_size_flex_basis_0.html rename to test_fixtures/flex/padding_border_overrides_size_flex_basis_0.html index e09be6ec8..f219a00dc 100644 --- a/test_fixtures/padding_border_overrides_size_flex_basis_0.html +++ b/test_fixtures/flex/padding_border_overrides_size_flex_basis_0.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_border_overrides_size_flex_basis_0_growable.html b/test_fixtures/flex/padding_border_overrides_size_flex_basis_0_growable.html similarity index 71% rename from test_fixtures/padding_border_overrides_size_flex_basis_0_growable.html rename to test_fixtures/flex/padding_border_overrides_size_flex_basis_0_growable.html index 5ebeb3448..38f6a9bd3 100644 --- a/test_fixtures/padding_border_overrides_size_flex_basis_0_growable.html +++ b/test_fixtures/flex/padding_border_overrides_size_flex_basis_0_growable.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_center_child.html b/test_fixtures/flex/padding_center_child.html similarity index 69% rename from test_fixtures/padding_center_child.html rename to test_fixtures/flex/padding_center_child.html index 4d6693f4c..040c54cd3 100644 --- a/test_fixtures/padding_center_child.html +++ b/test_fixtures/flex/padding_center_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_container_match_child.html b/test_fixtures/flex/padding_container_match_child.html similarity index 60% rename from test_fixtures/padding_container_match_child.html rename to test_fixtures/flex/padding_container_match_child.html index f533cc3e6..0e0c83955 100644 --- a/test_fixtures/padding_container_match_child.html +++ b/test_fixtures/flex/padding_container_match_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_flex_child.html b/test_fixtures/flex/padding_flex_child.html similarity index 61% rename from test_fixtures/padding_flex_child.html rename to test_fixtures/flex/padding_flex_child.html index 939b30ef7..6248736fe 100644 --- a/test_fixtures/padding_flex_child.html +++ b/test_fixtures/flex/padding_flex_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_no_child.html b/test_fixtures/flex/padding_no_child.html similarity index 51% rename from test_fixtures/padding_no_child.html rename to test_fixtures/flex/padding_no_child.html index a848a5d2a..8c42d6f19 100644 --- a/test_fixtures/padding_no_child.html +++ b/test_fixtures/flex/padding_no_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_no_size.html b/test_fixtures/flex/padding_no_size.html similarity index 51% rename from test_fixtures/padding_no_size.html rename to test_fixtures/flex/padding_no_size.html index 4cf4e864e..303301591 100644 --- a/test_fixtures/padding_no_size.html +++ b/test_fixtures/flex/padding_no_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/padding_stretch_child.html b/test_fixtures/flex/padding_stretch_child.html similarity index 59% rename from test_fixtures/padding_stretch_child.html rename to test_fixtures/flex/padding_stretch_child.html index ed3d30391..d7024644e 100644 --- a/test_fixtures/padding_stretch_child.html +++ b/test_fixtures/flex/padding_stretch_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/parent_wrap_child_size_overflowing_parent.html b/test_fixtures/flex/parent_wrap_child_size_overflowing_parent.html similarity index 63% rename from test_fixtures/parent_wrap_child_size_overflowing_parent.html rename to test_fixtures/flex/parent_wrap_child_size_overflowing_parent.html index b22840c40..0d7dc47f3 100644 --- a/test_fixtures/parent_wrap_child_size_overflowing_parent.html +++ b/test_fixtures/flex/parent_wrap_child_size_overflowing_parent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percent_absolute_position.html b/test_fixtures/flex/percent_absolute_position.html similarity index 71% rename from test_fixtures/percent_absolute_position.html rename to test_fixtures/flex/percent_absolute_position.html index b8082e432..4f7aa5ecf 100644 --- a/test_fixtures/percent_absolute_position.html +++ b/test_fixtures/flex/percent_absolute_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percent_within_flex_grow.html b/test_fixtures/flex/percent_within_flex_grow.html similarity index 70% rename from test_fixtures/percent_within_flex_grow.html rename to test_fixtures/flex/percent_within_flex_grow.html index e3bfabb1c..8f5f00ce6 100644 --- a/test_fixtures/percent_within_flex_grow.html +++ b/test_fixtures/flex/percent_within_flex_grow.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_absolute_position.html b/test_fixtures/flex/percentage_absolute_position.html similarity index 65% rename from test_fixtures/percentage_absolute_position.html rename to test_fixtures/flex/percentage_absolute_position.html index 122505cbe..b1c472144 100644 --- a/test_fixtures/percentage_absolute_position.html +++ b/test_fixtures/flex/percentage_absolute_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_container_in_wrapping_container.html b/test_fixtures/flex/percentage_container_in_wrapping_container.html similarity index 76% rename from test_fixtures/percentage_container_in_wrapping_container.html rename to test_fixtures/flex/percentage_container_in_wrapping_container.html index 2d4d74cae..878605498 100644 --- a/test_fixtures/percentage_container_in_wrapping_container.html +++ b/test_fixtures/flex/percentage_container_in_wrapping_container.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_different_width_height.html b/test_fixtures/flex/percentage_different_width_height.html similarity index 64% rename from test_fixtures/percentage_different_width_height.html rename to test_fixtures/flex/percentage_different_width_height.html index 533982e95..f16c53942 100644 --- a/test_fixtures/percentage_different_width_height.html +++ b/test_fixtures/flex/percentage_different_width_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_different_width_height_column.html b/test_fixtures/flex/percentage_different_width_height_column.html similarity index 64% rename from test_fixtures/percentage_different_width_height_column.html rename to test_fixtures/flex/percentage_different_width_height_column.html index 6fd363e85..ab25cea93 100644 --- a/test_fixtures/percentage_different_width_height_column.html +++ b/test_fixtures/flex/percentage_different_width_height_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis.html b/test_fixtures/flex/percentage_flex_basis.html similarity index 66% rename from test_fixtures/percentage_flex_basis.html rename to test_fixtures/flex/percentage_flex_basis.html index e4a5434dc..379d85b6a 100644 --- a/test_fixtures/percentage_flex_basis.html +++ b/test_fixtures/flex/percentage_flex_basis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_cross.html b/test_fixtures/flex/percentage_flex_basis_cross.html similarity index 66% rename from test_fixtures/percentage_flex_basis_cross.html rename to test_fixtures/flex/percentage_flex_basis_cross.html index 47e853ba6..ef222100e 100644 --- a/test_fixtures/percentage_flex_basis_cross.html +++ b/test_fixtures/flex/percentage_flex_basis_cross.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_cross_max_height.html b/test_fixtures/flex/percentage_flex_basis_cross_max_height.html similarity index 69% rename from test_fixtures/percentage_flex_basis_cross_max_height.html rename to test_fixtures/flex/percentage_flex_basis_cross_max_height.html index c0b5422f9..7bf7e7e35 100644 --- a/test_fixtures/percentage_flex_basis_cross_max_height.html +++ b/test_fixtures/flex/percentage_flex_basis_cross_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_cross_max_width.html b/test_fixtures/flex/percentage_flex_basis_cross_max_width.html similarity index 68% rename from test_fixtures/percentage_flex_basis_cross_max_width.html rename to test_fixtures/flex/percentage_flex_basis_cross_max_width.html index cfba2c1a2..fa0b80570 100644 --- a/test_fixtures/percentage_flex_basis_cross_max_width.html +++ b/test_fixtures/flex/percentage_flex_basis_cross_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_cross_min_height.html b/test_fixtures/flex/percentage_flex_basis_cross_min_height.html similarity index 66% rename from test_fixtures/percentage_flex_basis_cross_min_height.html rename to test_fixtures/flex/percentage_flex_basis_cross_min_height.html index af241a379..59a4e3154 100644 --- a/test_fixtures/percentage_flex_basis_cross_min_height.html +++ b/test_fixtures/flex/percentage_flex_basis_cross_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_cross_min_width.html b/test_fixtures/flex/percentage_flex_basis_cross_min_width.html similarity index 68% rename from test_fixtures/percentage_flex_basis_cross_min_width.html rename to test_fixtures/flex/percentage_flex_basis_cross_min_width.html index 45ae2a4cd..7ec4b3836 100644 --- a/test_fixtures/percentage_flex_basis_cross_min_width.html +++ b/test_fixtures/flex/percentage_flex_basis_cross_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_main_max_height.html b/test_fixtures/flex/percentage_flex_basis_main_max_height.html similarity index 68% rename from test_fixtures/percentage_flex_basis_main_max_height.html rename to test_fixtures/flex/percentage_flex_basis_main_max_height.html index 95de4153f..f0aed5b72 100644 --- a/test_fixtures/percentage_flex_basis_main_max_height.html +++ b/test_fixtures/flex/percentage_flex_basis_main_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_main_max_width.html b/test_fixtures/flex/percentage_flex_basis_main_max_width.html similarity index 68% rename from test_fixtures/percentage_flex_basis_main_max_width.html rename to test_fixtures/flex/percentage_flex_basis_main_max_width.html index 8dedde457..64c6ce873 100644 --- a/test_fixtures/percentage_flex_basis_main_max_width.html +++ b/test_fixtures/flex/percentage_flex_basis_main_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_flex_basis_main_min_width.html b/test_fixtures/flex/percentage_flex_basis_main_min_width.html similarity index 68% rename from test_fixtures/percentage_flex_basis_main_min_width.html rename to test_fixtures/flex/percentage_flex_basis_main_min_width.html index 9c90c91ae..2694cc580 100644 --- a/test_fixtures/percentage_flex_basis_main_min_width.html +++ b/test_fixtures/flex/percentage_flex_basis_main_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_main_max_height.html b/test_fixtures/flex/percentage_main_max_height.html similarity index 70% rename from test_fixtures/percentage_main_max_height.html rename to test_fixtures/flex/percentage_main_max_height.html index 8259574d8..7eed3aae8 100644 --- a/test_fixtures/percentage_main_max_height.html +++ b/test_fixtures/flex/percentage_main_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_margin_should_calculate_based_only_on_width.html b/test_fixtures/flex/percentage_margin_should_calculate_based_only_on_width.html similarity index 68% rename from test_fixtures/percentage_margin_should_calculate_based_only_on_width.html rename to test_fixtures/flex/percentage_margin_should_calculate_based_only_on_width.html index 4341ac8bf..0b8f2f141 100644 --- a/test_fixtures/percentage_margin_should_calculate_based_only_on_width.html +++ b/test_fixtures/flex/percentage_margin_should_calculate_based_only_on_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_moderate_complexity.html b/test_fixtures/flex/percentage_moderate_complexity.html similarity index 72% rename from test_fixtures/percentage_moderate_complexity.html rename to test_fixtures/flex/percentage_moderate_complexity.html index 528fa5824..4a978aa2e 100644 --- a/test_fixtures/percentage_moderate_complexity.html +++ b/test_fixtures/flex/percentage_moderate_complexity.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_moderate_complexity2.html b/test_fixtures/flex/percentage_moderate_complexity2.html similarity index 68% rename from test_fixtures/percentage_moderate_complexity2.html rename to test_fixtures/flex/percentage_moderate_complexity2.html index a06c2990a..b3f5e15d1 100644 --- a/test_fixtures/percentage_moderate_complexity2.html +++ b/test_fixtures/flex/percentage_moderate_complexity2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_multiple_nested_with_padding_margin_and_percentage_values.html b/test_fixtures/flex/percentage_multiple_nested_with_padding_margin_and_percentage_values.html similarity index 78% rename from test_fixtures/percentage_multiple_nested_with_padding_margin_and_percentage_values.html rename to test_fixtures/flex/percentage_multiple_nested_with_padding_margin_and_percentage_values.html index d0d13ff25..4855d7eec 100644 --- a/test_fixtures/percentage_multiple_nested_with_padding_margin_and_percentage_values.html +++ b/test_fixtures/flex/percentage_multiple_nested_with_padding_margin_and_percentage_values.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_padding_should_calculate_based_only_on_width.html b/test_fixtures/flex/percentage_padding_should_calculate_based_only_on_width.html similarity index 68% rename from test_fixtures/percentage_padding_should_calculate_based_only_on_width.html rename to test_fixtures/flex/percentage_padding_should_calculate_based_only_on_width.html index a7d192ffa..2532bf3d6 100644 --- a/test_fixtures/percentage_padding_should_calculate_based_only_on_width.html +++ b/test_fixtures/flex/percentage_padding_should_calculate_based_only_on_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_position_bottom_right.html b/test_fixtures/flex/percentage_position_bottom_right.html similarity index 63% rename from test_fixtures/percentage_position_bottom_right.html rename to test_fixtures/flex/percentage_position_bottom_right.html index 2ad954e2c..33808903a 100644 --- a/test_fixtures/percentage_position_bottom_right.html +++ b/test_fixtures/flex/percentage_position_bottom_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_position_left_top.html b/test_fixtures/flex/percentage_position_left_top.html similarity index 63% rename from test_fixtures/percentage_position_left_top.html rename to test_fixtures/flex/percentage_position_left_top.html index b2fca748d..446d62038 100644 --- a/test_fixtures/percentage_position_left_top.html +++ b/test_fixtures/flex/percentage_position_left_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_size_based_on_parent_inner_size.html b/test_fixtures/flex/percentage_size_based_on_parent_inner_size.html similarity index 63% rename from test_fixtures/percentage_size_based_on_parent_inner_size.html rename to test_fixtures/flex/percentage_size_based_on_parent_inner_size.html index 8b4bb6a33..34be9ed02 100644 --- a/test_fixtures/percentage_size_based_on_parent_inner_size.html +++ b/test_fixtures/flex/percentage_size_based_on_parent_inner_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_size_of_flex_basis.html b/test_fixtures/flex/percentage_size_of_flex_basis.html similarity index 64% rename from test_fixtures/percentage_size_of_flex_basis.html rename to test_fixtures/flex/percentage_size_of_flex_basis.html index 6bdada533..178c64c55 100644 --- a/test_fixtures/percentage_size_of_flex_basis.html +++ b/test_fixtures/flex/percentage_size_of_flex_basis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_sizes_should_not_prevent_flex_shrinking.html b/test_fixtures/flex/percentage_sizes_should_not_prevent_flex_shrinking.html similarity index 60% rename from test_fixtures/percentage_sizes_should_not_prevent_flex_shrinking.html rename to test_fixtures/flex/percentage_sizes_should_not_prevent_flex_shrinking.html index 47abb9261..20d0229ef 100644 --- a/test_fixtures/percentage_sizes_should_not_prevent_flex_shrinking.html +++ b/test_fixtures/flex/percentage_sizes_should_not_prevent_flex_shrinking.html @@ -1,8 +1,8 @@ - - + + Bevy #8017 diff --git a/test_fixtures/percentage_width_height.html b/test_fixtures/flex/percentage_width_height.html similarity index 61% rename from test_fixtures/percentage_width_height.html rename to test_fixtures/flex/percentage_width_height.html index eb0d76db8..f7497d10d 100644 --- a/test_fixtures/percentage_width_height.html +++ b/test_fixtures/flex/percentage_width_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/percentage_width_height_undefined_parent_size.html b/test_fixtures/flex/percentage_width_height_undefined_parent_size.html similarity index 58% rename from test_fixtures/percentage_width_height_undefined_parent_size.html rename to test_fixtures/flex/percentage_width_height_undefined_parent_size.html index 13dcc1b09..6d2b78698 100644 --- a/test_fixtures/percentage_width_height_undefined_parent_size.html +++ b/test_fixtures/flex/percentage_width_height_undefined_parent_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/position_root_with_rtl_should_position_withoutdirection.html b/test_fixtures/flex/position_root_with_rtl_should_position_withoutdirection.html similarity index 73% rename from test_fixtures/position_root_with_rtl_should_position_withoutdirection.html rename to test_fixtures/flex/position_root_with_rtl_should_position_withoutdirection.html index 38001d267..3334859e5 100644 --- a/test_fixtures/position_root_with_rtl_should_position_withoutdirection.html +++ b/test_fixtures/flex/position_root_with_rtl_should_position_withoutdirection.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/relative_position_should_not_nudge_siblings.html b/test_fixtures/flex/relative_position_should_not_nudge_siblings.html similarity index 66% rename from test_fixtures/relative_position_should_not_nudge_siblings.html rename to test_fixtures/flex/relative_position_should_not_nudge_siblings.html index ba08b5d76..26a76d7e8 100644 --- a/test_fixtures/relative_position_should_not_nudge_siblings.html +++ b/test_fixtures/flex/relative_position_should_not_nudge_siblings.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_flex_basis_flex_grow_row_prime_number_width.html b/test_fixtures/flex/rounding_flex_basis_flex_grow_row_prime_number_width.html similarity index 70% rename from test_fixtures/rounding_flex_basis_flex_grow_row_prime_number_width.html rename to test_fixtures/flex/rounding_flex_basis_flex_grow_row_prime_number_width.html index 4223e2a12..2c86775e3 100644 --- a/test_fixtures/rounding_flex_basis_flex_grow_row_prime_number_width.html +++ b/test_fixtures/flex/rounding_flex_basis_flex_grow_row_prime_number_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_flex_basis_flex_grow_row_width_of_100.html b/test_fixtures/flex/rounding_flex_basis_flex_grow_row_width_of_100.html similarity index 66% rename from test_fixtures/rounding_flex_basis_flex_grow_row_width_of_100.html rename to test_fixtures/flex/rounding_flex_basis_flex_grow_row_width_of_100.html index 914d19cbd..ddd610c90 100644 --- a/test_fixtures/rounding_flex_basis_flex_grow_row_width_of_100.html +++ b/test_fixtures/flex/rounding_flex_basis_flex_grow_row_width_of_100.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_flex_basis_flex_shrink_row.html b/test_fixtures/flex/rounding_flex_basis_flex_shrink_row.html similarity index 68% rename from test_fixtures/rounding_flex_basis_flex_shrink_row.html rename to test_fixtures/flex/rounding_flex_basis_flex_shrink_row.html index 5c71d4e90..8958277be 100644 --- a/test_fixtures/rounding_flex_basis_flex_shrink_row.html +++ b/test_fixtures/flex/rounding_flex_basis_flex_shrink_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_flex_basis_overrides_main_size.html b/test_fixtures/flex/rounding_flex_basis_overrides_main_size.html similarity index 70% rename from test_fixtures/rounding_flex_basis_overrides_main_size.html rename to test_fixtures/flex/rounding_flex_basis_overrides_main_size.html index 781f11afd..24ce47130 100644 --- a/test_fixtures/rounding_flex_basis_overrides_main_size.html +++ b/test_fixtures/flex/rounding_flex_basis_overrides_main_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_fractial_input_1.html b/test_fixtures/flex/rounding_fractial_input_1.html similarity index 70% rename from test_fixtures/rounding_fractial_input_1.html rename to test_fixtures/flex/rounding_fractial_input_1.html index 8fef41aae..bc61da26b 100644 --- a/test_fixtures/rounding_fractial_input_1.html +++ b/test_fixtures/flex/rounding_fractial_input_1.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_fractial_input_2.html b/test_fixtures/flex/rounding_fractial_input_2.html similarity index 70% rename from test_fixtures/rounding_fractial_input_2.html rename to test_fixtures/flex/rounding_fractial_input_2.html index 1438d9125..d8c29428d 100644 --- a/test_fixtures/rounding_fractial_input_2.html +++ b/test_fixtures/flex/rounding_fractial_input_2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_fractial_input_3.html b/test_fixtures/flex/rounding_fractial_input_3.html similarity index 70% rename from test_fixtures/rounding_fractial_input_3.html rename to test_fixtures/flex/rounding_fractial_input_3.html index 8fef41aae..bc61da26b 100644 --- a/test_fixtures/rounding_fractial_input_3.html +++ b/test_fixtures/flex/rounding_fractial_input_3.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_fractial_input_4.html b/test_fixtures/flex/rounding_fractial_input_4.html similarity index 70% rename from test_fixtures/rounding_fractial_input_4.html rename to test_fixtures/flex/rounding_fractial_input_4.html index 8fef41aae..bc61da26b 100644 --- a/test_fixtures/rounding_fractial_input_4.html +++ b/test_fixtures/flex/rounding_fractial_input_4.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_fractial_input_5.html b/test_fixtures/flex/rounding_fractial_input_5.html similarity index 67% rename from test_fixtures/rounding_fractial_input_5.html rename to test_fixtures/flex/rounding_fractial_input_5.html index 7b8616255..8dd858cb8 100644 --- a/test_fixtures/rounding_fractial_input_5.html +++ b/test_fixtures/flex/rounding_fractial_input_5.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_fractial_input_6.html b/test_fixtures/flex/rounding_fractial_input_6.html similarity index 78% rename from test_fixtures/rounding_fractial_input_6.html rename to test_fixtures/flex/rounding_fractial_input_6.html index 24b71c4b5..0e15f3cad 100644 --- a/test_fixtures/rounding_fractial_input_6.html +++ b/test_fixtures/flex/rounding_fractial_input_6.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_fractial_input_7.html b/test_fixtures/flex/rounding_fractial_input_7.html similarity index 86% rename from test_fixtures/rounding_fractial_input_7.html rename to test_fixtures/flex/rounding_fractial_input_7.html index 0210852ef..1d1046e6f 100644 --- a/test_fixtures/rounding_fractial_input_7.html +++ b/test_fixtures/flex/rounding_fractial_input_7.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_inner_node_controversy_combined.html b/test_fixtures/flex/rounding_inner_node_controversy_combined.html similarity index 79% rename from test_fixtures/rounding_inner_node_controversy_combined.html rename to test_fixtures/flex/rounding_inner_node_controversy_combined.html index 5eae46413..64f04ce42 100644 --- a/test_fixtures/rounding_inner_node_controversy_combined.html +++ b/test_fixtures/flex/rounding_inner_node_controversy_combined.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_inner_node_controversy_horizontal.html b/test_fixtures/flex/rounding_inner_node_controversy_horizontal.html similarity index 72% rename from test_fixtures/rounding_inner_node_controversy_horizontal.html rename to test_fixtures/flex/rounding_inner_node_controversy_horizontal.html index c22591b31..6d1dce0d7 100644 --- a/test_fixtures/rounding_inner_node_controversy_horizontal.html +++ b/test_fixtures/flex/rounding_inner_node_controversy_horizontal.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_inner_node_controversy_vertical.html b/test_fixtures/flex/rounding_inner_node_controversy_vertical.html similarity index 72% rename from test_fixtures/rounding_inner_node_controversy_vertical.html rename to test_fixtures/flex/rounding_inner_node_controversy_vertical.html index 0b1f7af48..524e9fe60 100644 --- a/test_fixtures/rounding_inner_node_controversy_vertical.html +++ b/test_fixtures/flex/rounding_inner_node_controversy_vertical.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_total_fractial.html b/test_fixtures/flex/rounding_total_fractial.html similarity index 71% rename from test_fixtures/rounding_total_fractial.html rename to test_fixtures/flex/rounding_total_fractial.html index a7f513cb6..f1b9beed2 100644 --- a/test_fixtures/rounding_total_fractial.html +++ b/test_fixtures/flex/rounding_total_fractial.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/rounding_total_fractial_nested.html b/test_fixtures/flex/rounding_total_fractial_nested.html similarity index 79% rename from test_fixtures/rounding_total_fractial_nested.html rename to test_fixtures/flex/rounding_total_fractial_nested.html index c78e1f06d..b2da605d1 100644 --- a/test_fixtures/rounding_total_fractial_nested.html +++ b/test_fixtures/flex/rounding_total_fractial_nested.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/simple_child.html b/test_fixtures/flex/simple_child.html similarity index 77% rename from test_fixtures/simple_child.html rename to test_fixtures/flex/simple_child.html index bfb9fdc01..f321fea00 100644 --- a/test_fixtures/simple_child.html +++ b/test_fixtures/flex/simple_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/single_flex_child_after_absolute_child.html b/test_fixtures/flex/single_flex_child_after_absolute_child.html similarity index 71% rename from test_fixtures/single_flex_child_after_absolute_child.html rename to test_fixtures/flex/single_flex_child_after_absolute_child.html index b5a78279c..f8f542beb 100644 --- a/test_fixtures/single_flex_child_after_absolute_child.html +++ b/test_fixtures/flex/single_flex_child_after_absolute_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/size_defined_by_child.html b/test_fixtures/flex/size_defined_by_child.html similarity index 55% rename from test_fixtures/size_defined_by_child.html rename to test_fixtures/flex/size_defined_by_child.html index f04fed88d..a6e0cdbd0 100644 --- a/test_fixtures/size_defined_by_child.html +++ b/test_fixtures/flex/size_defined_by_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/size_defined_by_child_with_border.html b/test_fixtures/flex/size_defined_by_child_with_border.html similarity index 58% rename from test_fixtures/size_defined_by_child_with_border.html rename to test_fixtures/flex/size_defined_by_child_with_border.html index 0119819cf..6d3f0ce85 100644 --- a/test_fixtures/size_defined_by_child_with_border.html +++ b/test_fixtures/flex/size_defined_by_child_with_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/size_defined_by_child_with_padding.html b/test_fixtures/flex/size_defined_by_child_with_padding.html similarity index 58% rename from test_fixtures/size_defined_by_child_with_padding.html rename to test_fixtures/flex/size_defined_by_child_with_padding.html index 70a61124a..1a622e8cb 100644 --- a/test_fixtures/size_defined_by_child_with_padding.html +++ b/test_fixtures/flex/size_defined_by_child_with_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/size_defined_by_grand_child.html b/test_fixtures/flex/size_defined_by_grand_child.html similarity index 57% rename from test_fixtures/size_defined_by_grand_child.html rename to test_fixtures/flex/size_defined_by_grand_child.html index 6cb7408cb..c02b321e2 100644 --- a/test_fixtures/size_defined_by_grand_child.html +++ b/test_fixtures/flex/size_defined_by_grand_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/undefined_height_with_min_max.html b/test_fixtures/flex/undefined_height_with_min_max.html similarity index 63% rename from test_fixtures/undefined_height_with_min_max.html rename to test_fixtures/flex/undefined_height_with_min_max.html index ebcbd270f..162ab9512 100644 --- a/test_fixtures/undefined_height_with_min_max.html +++ b/test_fixtures/flex/undefined_height_with_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/undefined_width_with_min_max.html b/test_fixtures/flex/undefined_width_with_min_max.html similarity index 61% rename from test_fixtures/undefined_width_with_min_max.html rename to test_fixtures/flex/undefined_width_with_min_max.html index 40eee5953..895fe4f1f 100644 --- a/test_fixtures/undefined_width_with_min_max.html +++ b/test_fixtures/flex/undefined_width_with_min_max.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/undefined_width_with_min_max_row.html b/test_fixtures/flex/undefined_width_with_min_max_row.html similarity index 65% rename from test_fixtures/undefined_width_with_min_max_row.html rename to test_fixtures/flex/undefined_width_with_min_max_row.html index 409b38402..10a5f17b0 100644 --- a/test_fixtures/undefined_width_with_min_max_row.html +++ b/test_fixtures/flex/undefined_width_with_min_max_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/width_smaller_then_content_with_flex_grow_large_size.html b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_large_size.html similarity index 74% rename from test_fixtures/width_smaller_then_content_with_flex_grow_large_size.html rename to test_fixtures/flex/width_smaller_then_content_with_flex_grow_large_size.html index f17258845..9708f13c2 100644 --- a/test_fixtures/width_smaller_then_content_with_flex_grow_large_size.html +++ b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_large_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/width_smaller_then_content_with_flex_grow_small_size.html b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_small_size.html similarity index 73% rename from test_fixtures/width_smaller_then_content_with_flex_grow_small_size.html rename to test_fixtures/flex/width_smaller_then_content_with_flex_grow_small_size.html index 868af74cd..0ebef442a 100644 --- a/test_fixtures/width_smaller_then_content_with_flex_grow_small_size.html +++ b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_small_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/width_smaller_then_content_with_flex_grow_unconstraint_size.html b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_unconstraint_size.html similarity index 73% rename from test_fixtures/width_smaller_then_content_with_flex_grow_unconstraint_size.html rename to test_fixtures/flex/width_smaller_then_content_with_flex_grow_unconstraint_size.html index 3087ac774..a6ec4e7e9 100644 --- a/test_fixtures/width_smaller_then_content_with_flex_grow_unconstraint_size.html +++ b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_unconstraint_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/width_smaller_then_content_with_flex_grow_very_large_size.html b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_very_large_size.html similarity index 74% rename from test_fixtures/width_smaller_then_content_with_flex_grow_very_large_size.html rename to test_fixtures/flex/width_smaller_then_content_with_flex_grow_very_large_size.html index 9461848bc..9f1d5388f 100644 --- a/test_fixtures/width_smaller_then_content_with_flex_grow_very_large_size.html +++ b/test_fixtures/flex/width_smaller_then_content_with_flex_grow_very_large_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_child.html b/test_fixtures/flex/wrap_child.html similarity index 59% rename from test_fixtures/wrap_child.html rename to test_fixtures/flex/wrap_child.html index 6fef42162..d41ccf37c 100644 --- a/test_fixtures/wrap_child.html +++ b/test_fixtures/flex/wrap_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_column.html b/test_fixtures/flex/wrap_column.html similarity index 72% rename from test_fixtures/wrap_column.html rename to test_fixtures/flex/wrap_column.html index 187241ca8..7f0e8ea8e 100644 --- a/test_fixtures/wrap_column.html +++ b/test_fixtures/flex/wrap_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_grandchild.html b/test_fixtures/flex/wrap_grandchild.html similarity index 57% rename from test_fixtures/wrap_grandchild.html rename to test_fixtures/flex/wrap_grandchild.html index 6cb7408cb..c02b321e2 100644 --- a/test_fixtures/wrap_grandchild.html +++ b/test_fixtures/flex/wrap_grandchild.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_nodes_with_content_sizing_margin_cross.html b/test_fixtures/flex/wrap_nodes_with_content_sizing_margin_cross.html similarity index 76% rename from test_fixtures/wrap_nodes_with_content_sizing_margin_cross.html rename to test_fixtures/flex/wrap_nodes_with_content_sizing_margin_cross.html index 72c3a02d7..722b10a79 100644 --- a/test_fixtures/wrap_nodes_with_content_sizing_margin_cross.html +++ b/test_fixtures/flex/wrap_nodes_with_content_sizing_margin_cross.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_nodes_with_content_sizing_overflowing_margin.html b/test_fixtures/flex/wrap_nodes_with_content_sizing_overflowing_margin.html similarity index 76% rename from test_fixtures/wrap_nodes_with_content_sizing_overflowing_margin.html rename to test_fixtures/flex/wrap_nodes_with_content_sizing_overflowing_margin.html index e7c7ef08c..31a9d4b09 100644 --- a/test_fixtures/wrap_nodes_with_content_sizing_overflowing_margin.html +++ b/test_fixtures/flex/wrap_nodes_with_content_sizing_overflowing_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_column.html b/test_fixtures/flex/wrap_reverse_column.html similarity index 73% rename from test_fixtures/wrap_reverse_column.html rename to test_fixtures/flex/wrap_reverse_column.html index 686aecc5c..99c61c51d 100644 --- a/test_fixtures/wrap_reverse_column.html +++ b/test_fixtures/flex/wrap_reverse_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_column_fixed_size.html b/test_fixtures/flex/wrap_reverse_column_fixed_size.html similarity index 76% rename from test_fixtures/wrap_reverse_column_fixed_size.html rename to test_fixtures/flex/wrap_reverse_column_fixed_size.html index 5366ca842..cfbdc1c25 100644 --- a/test_fixtures/wrap_reverse_column_fixed_size.html +++ b/test_fixtures/flex/wrap_reverse_column_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_row.html b/test_fixtures/flex/wrap_reverse_row.html similarity index 72% rename from test_fixtures/wrap_reverse_row.html rename to test_fixtures/flex/wrap_reverse_row.html index 2e7dee8b8..2202326fb 100644 --- a/test_fixtures/wrap_reverse_row.html +++ b/test_fixtures/flex/wrap_reverse_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_row_align_content_center.html b/test_fixtures/flex/wrap_reverse_row_align_content_center.html similarity index 75% rename from test_fixtures/wrap_reverse_row_align_content_center.html rename to test_fixtures/flex/wrap_reverse_row_align_content_center.html index b6a3c316a..794689bac 100644 --- a/test_fixtures/wrap_reverse_row_align_content_center.html +++ b/test_fixtures/flex/wrap_reverse_row_align_content_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_row_align_content_flex_start.html b/test_fixtures/flex/wrap_reverse_row_align_content_flex_start.html similarity index 75% rename from test_fixtures/wrap_reverse_row_align_content_flex_start.html rename to test_fixtures/flex/wrap_reverse_row_align_content_flex_start.html index b6c46a848..4964fd3d6 100644 --- a/test_fixtures/wrap_reverse_row_align_content_flex_start.html +++ b/test_fixtures/flex/wrap_reverse_row_align_content_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_row_align_content_space_around.html b/test_fixtures/flex/wrap_reverse_row_align_content_space_around.html similarity index 75% rename from test_fixtures/wrap_reverse_row_align_content_space_around.html rename to test_fixtures/flex/wrap_reverse_row_align_content_space_around.html index 2c94a0d7a..277ca4119 100644 --- a/test_fixtures/wrap_reverse_row_align_content_space_around.html +++ b/test_fixtures/flex/wrap_reverse_row_align_content_space_around.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_row_align_content_stretch.html b/test_fixtures/flex/wrap_reverse_row_align_content_stretch.html similarity index 75% rename from test_fixtures/wrap_reverse_row_align_content_stretch.html rename to test_fixtures/flex/wrap_reverse_row_align_content_stretch.html index 6b2ba94a6..200d6a5c2 100644 --- a/test_fixtures/wrap_reverse_row_align_content_stretch.html +++ b/test_fixtures/flex/wrap_reverse_row_align_content_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_reverse_row_single_line_different_size.html b/test_fixtures/flex/wrap_reverse_row_single_line_different_size.html similarity index 75% rename from test_fixtures/wrap_reverse_row_single_line_different_size.html rename to test_fixtures/flex/wrap_reverse_row_single_line_different_size.html index 50b4920a0..680f78a16 100644 --- a/test_fixtures/wrap_reverse_row_single_line_different_size.html +++ b/test_fixtures/flex/wrap_reverse_row_single_line_different_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_row.html b/test_fixtures/flex/wrap_row.html similarity index 72% rename from test_fixtures/wrap_row.html rename to test_fixtures/flex/wrap_row.html index 72398b7e8..f153c207d 100644 --- a/test_fixtures/wrap_row.html +++ b/test_fixtures/flex/wrap_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_row_align_items_center.html b/test_fixtures/flex/wrap_row_align_items_center.html similarity index 73% rename from test_fixtures/wrap_row_align_items_center.html rename to test_fixtures/flex/wrap_row_align_items_center.html index 07d6d05e0..c70edd989 100644 --- a/test_fixtures/wrap_row_align_items_center.html +++ b/test_fixtures/flex/wrap_row_align_items_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrap_row_align_items_flex_end.html b/test_fixtures/flex/wrap_row_align_items_flex_end.html similarity index 73% rename from test_fixtures/wrap_row_align_items_flex_end.html rename to test_fixtures/flex/wrap_row_align_items_flex_end.html index 4edccc61e..ba2094909 100644 --- a/test_fixtures/wrap_row_align_items_flex_end.html +++ b/test_fixtures/flex/wrap_row_align_items_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrapped_column_max_height.html b/test_fixtures/flex/wrapped_column_max_height.html similarity index 75% rename from test_fixtures/wrapped_column_max_height.html rename to test_fixtures/flex/wrapped_column_max_height.html index c664aa785..eaab8447e 100644 --- a/test_fixtures/wrapped_column_max_height.html +++ b/test_fixtures/flex/wrapped_column_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrapped_column_max_height_flex.html b/test_fixtures/flex/wrapped_column_max_height_flex.html similarity index 76% rename from test_fixtures/wrapped_column_max_height_flex.html rename to test_fixtures/flex/wrapped_column_max_height_flex.html index 96c28565c..b399b9393 100644 --- a/test_fixtures/wrapped_column_max_height_flex.html +++ b/test_fixtures/flex/wrapped_column_max_height_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrapped_row_within_align_items_center.html b/test_fixtures/flex/wrapped_row_within_align_items_center.html similarity index 71% rename from test_fixtures/wrapped_row_within_align_items_center.html rename to test_fixtures/flex/wrapped_row_within_align_items_center.html index b97baa0a0..1ccaa09e2 100644 --- a/test_fixtures/wrapped_row_within_align_items_center.html +++ b/test_fixtures/flex/wrapped_row_within_align_items_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrapped_row_within_align_items_flex_end.html b/test_fixtures/flex/wrapped_row_within_align_items_flex_end.html similarity index 71% rename from test_fixtures/wrapped_row_within_align_items_flex_end.html rename to test_fixtures/flex/wrapped_row_within_align_items_flex_end.html index c78b1da20..c0f568a07 100644 --- a/test_fixtures/wrapped_row_within_align_items_flex_end.html +++ b/test_fixtures/flex/wrapped_row_within_align_items_flex_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/wrapped_row_within_align_items_flex_start.html b/test_fixtures/flex/wrapped_row_within_align_items_flex_start.html similarity index 71% rename from test_fixtures/wrapped_row_within_align_items_flex_start.html rename to test_fixtures/flex/wrapped_row_within_align_items_flex_start.html index 8f096500c..bbadd62b6 100644 --- a/test_fixtures/wrapped_row_within_align_items_flex_start.html +++ b/test_fixtures/flex/wrapped_row_within_align_items_flex_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xaspect_ratio_flex_column_stretch_fill_min_height.html b/test_fixtures/flex/xaspect_ratio_flex_column_stretch_fill_min_height.html similarity index 64% rename from test_fixtures/xaspect_ratio_flex_column_stretch_fill_min_height.html rename to test_fixtures/flex/xaspect_ratio_flex_column_stretch_fill_min_height.html index 49afe1c04..44d79d5c5 100644 --- a/test_fixtures/xaspect_ratio_flex_column_stretch_fill_min_height.html +++ b/test_fixtures/flex/xaspect_ratio_flex_column_stretch_fill_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xaspect_ratio_flex_column_stretch_fill_min_width.html b/test_fixtures/flex/xaspect_ratio_flex_column_stretch_fill_min_width.html similarity index 64% rename from test_fixtures/xaspect_ratio_flex_column_stretch_fill_min_width.html rename to test_fixtures/flex/xaspect_ratio_flex_column_stretch_fill_min_width.html index dd2c66d2b..40644165a 100644 --- a/test_fixtures/xaspect_ratio_flex_column_stretch_fill_min_width.html +++ b/test_fixtures/flex/xaspect_ratio_flex_column_stretch_fill_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xaspect_ratio_flex_row_stretch_fill_min_height.html b/test_fixtures/flex/xaspect_ratio_flex_row_stretch_fill_min_height.html similarity index 61% rename from test_fixtures/xaspect_ratio_flex_row_stretch_fill_min_height.html rename to test_fixtures/flex/xaspect_ratio_flex_row_stretch_fill_min_height.html index c1f7df18b..f4f880fe5 100644 --- a/test_fixtures/xaspect_ratio_flex_row_stretch_fill_min_height.html +++ b/test_fixtures/flex/xaspect_ratio_flex_row_stretch_fill_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xaspect_ratio_flex_row_stretch_fill_min_width.html b/test_fixtures/flex/xaspect_ratio_flex_row_stretch_fill_min_width.html similarity index 62% rename from test_fixtures/xaspect_ratio_flex_row_stretch_fill_min_width.html rename to test_fixtures/flex/xaspect_ratio_flex_row_stretch_fill_min_width.html index 89e71e9da..2313107cf 100644 --- a/test_fixtures/xaspect_ratio_flex_row_stretch_fill_min_width.html +++ b/test_fixtures/flex/xaspect_ratio_flex_row_stretch_fill_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xflex_basis_zero_undefined_main_size_hidden.html b/test_fixtures/flex/xflex_basis_zero_undefined_main_size_hidden.html similarity index 66% rename from test_fixtures/xflex_basis_zero_undefined_main_size_hidden.html rename to test_fixtures/flex/xflex_basis_zero_undefined_main_size_hidden.html index 23d9bb149..b381df761 100644 --- a/test_fixtures/xflex_basis_zero_undefined_main_size_hidden.html +++ b/test_fixtures/flex/xflex_basis_zero_undefined_main_size_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xmargin_auto_start_and_end.html b/test_fixtures/flex/xmargin_auto_start_and_end.html similarity index 69% rename from test_fixtures/xmargin_auto_start_and_end.html rename to test_fixtures/flex/xmargin_auto_start_and_end.html index 5f9a1dbf0..afa8ee464 100644 --- a/test_fixtures/xmargin_auto_start_and_end.html +++ b/test_fixtures/flex/xmargin_auto_start_and_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xmargin_auto_start_and_end_column.html b/test_fixtures/flex/xmargin_auto_start_and_end_column.html similarity index 70% rename from test_fixtures/xmargin_auto_start_and_end_column.html rename to test_fixtures/flex/xmargin_auto_start_and_end_column.html index a7f8f485e..b5575c2c9 100644 --- a/test_fixtures/xmargin_auto_start_and_end_column.html +++ b/test_fixtures/flex/xmargin_auto_start_and_end_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xmargin_end.html b/test_fixtures/flex/xmargin_end.html similarity index 65% rename from test_fixtures/xmargin_end.html rename to test_fixtures/flex/xmargin_end.html index cabdce03a..8afe155a7 100644 --- a/test_fixtures/xmargin_end.html +++ b/test_fixtures/flex/xmargin_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xmargin_start.html b/test_fixtures/flex/xmargin_start.html similarity index 62% rename from test_fixtures/xmargin_start.html rename to test_fixtures/flex/xmargin_start.html index 763d08e35..a597333b4 100644 --- a/test_fixtures/xmargin_start.html +++ b/test_fixtures/flex/xmargin_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_align_self_sized_all.html b/test_fixtures/grid/grid_absolute_align_self_sized_all.html similarity index 86% rename from test_fixtures/grid_absolute_align_self_sized_all.html rename to test_fixtures/grid/grid_absolute_align_self_sized_all.html index a871399d8..223edba21 100644 --- a/test_fixtures/grid_absolute_align_self_sized_all.html +++ b/test_fixtures/grid/grid_absolute_align_self_sized_all.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_column_end.html b/test_fixtures/grid/grid_absolute_column_end.html similarity index 72% rename from test_fixtures/grid_absolute_column_end.html rename to test_fixtures/grid/grid_absolute_column_end.html index f04c1a425..0e42a8d82 100644 --- a/test_fixtures/grid_absolute_column_end.html +++ b/test_fixtures/grid/grid_absolute_column_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_column_start.html b/test_fixtures/grid/grid_absolute_column_start.html similarity index 72% rename from test_fixtures/grid_absolute_column_start.html rename to test_fixtures/grid/grid_absolute_column_start.html index 336473660..d15aa8059 100644 --- a/test_fixtures/grid_absolute_column_start.html +++ b/test_fixtures/grid/grid_absolute_column_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_bottom_left.html b/test_fixtures/grid/grid_absolute_container_bottom_left.html similarity index 75% rename from test_fixtures/grid_absolute_container_bottom_left.html rename to test_fixtures/grid/grid_absolute_container_bottom_left.html index 91545f9cc..61271e943 100644 --- a/test_fixtures/grid_absolute_container_bottom_left.html +++ b/test_fixtures/grid/grid_absolute_container_bottom_left.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_bottom_left_margin.html b/test_fixtures/grid/grid_absolute_container_bottom_left_margin.html similarity index 77% rename from test_fixtures/grid_absolute_container_bottom_left_margin.html rename to test_fixtures/grid/grid_absolute_container_bottom_left_margin.html index 817705e2c..c6cefae25 100644 --- a/test_fixtures/grid_absolute_container_bottom_left_margin.html +++ b/test_fixtures/grid/grid_absolute_container_bottom_left_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_left_overrides_right.html b/test_fixtures/grid/grid_absolute_container_left_overrides_right.html similarity index 76% rename from test_fixtures/grid_absolute_container_left_overrides_right.html rename to test_fixtures/grid/grid_absolute_container_left_overrides_right.html index 72e8f3a7f..0ea5e3eed 100644 --- a/test_fixtures/grid_absolute_container_left_overrides_right.html +++ b/test_fixtures/grid/grid_absolute_container_left_overrides_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_left_right.html b/test_fixtures/grid/grid_absolute_container_left_right.html similarity index 75% rename from test_fixtures/grid_absolute_container_left_right.html rename to test_fixtures/grid/grid_absolute_container_left_right.html index 933d6b089..fe78f7c01 100644 --- a/test_fixtures/grid_absolute_container_left_right.html +++ b/test_fixtures/grid/grid_absolute_container_left_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_left_right_margin.html b/test_fixtures/grid/grid_absolute_container_left_right_margin.html similarity index 76% rename from test_fixtures/grid_absolute_container_left_right_margin.html rename to test_fixtures/grid/grid_absolute_container_left_right_margin.html index 03914c4c3..2f32f534a 100644 --- a/test_fixtures/grid_absolute_container_left_right_margin.html +++ b/test_fixtures/grid/grid_absolute_container_left_right_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_negative_position.html b/test_fixtures/grid/grid_absolute_container_negative_position.html similarity index 78% rename from test_fixtures/grid_absolute_container_negative_position.html rename to test_fixtures/grid/grid_absolute_container_negative_position.html index 67dd9a88f..b89933ca4 100644 --- a/test_fixtures/grid_absolute_container_negative_position.html +++ b/test_fixtures/grid/grid_absolute_container_negative_position.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_negative_position_margin.html b/test_fixtures/grid/grid_absolute_container_negative_position_margin.html similarity index 80% rename from test_fixtures/grid_absolute_container_negative_position_margin.html rename to test_fixtures/grid/grid_absolute_container_negative_position_margin.html index 6ac91271c..855335bf0 100644 --- a/test_fixtures/grid_absolute_container_negative_position_margin.html +++ b/test_fixtures/grid/grid_absolute_container_negative_position_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_top_bottom.html b/test_fixtures/grid/grid_absolute_container_top_bottom.html similarity index 75% rename from test_fixtures/grid_absolute_container_top_bottom.html rename to test_fixtures/grid/grid_absolute_container_top_bottom.html index 98058036f..d2705ec7b 100644 --- a/test_fixtures/grid_absolute_container_top_bottom.html +++ b/test_fixtures/grid/grid_absolute_container_top_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_top_bottom_margin.html b/test_fixtures/grid/grid_absolute_container_top_bottom_margin.html similarity index 76% rename from test_fixtures/grid_absolute_container_top_bottom_margin.html rename to test_fixtures/grid/grid_absolute_container_top_bottom_margin.html index d4327152e..73776c4c6 100644 --- a/test_fixtures/grid_absolute_container_top_bottom_margin.html +++ b/test_fixtures/grid/grid_absolute_container_top_bottom_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_top_right.html b/test_fixtures/grid/grid_absolute_container_top_right.html similarity index 75% rename from test_fixtures/grid_absolute_container_top_right.html rename to test_fixtures/grid/grid_absolute_container_top_right.html index a5bd85246..de5361e0d 100644 --- a/test_fixtures/grid_absolute_container_top_right.html +++ b/test_fixtures/grid/grid_absolute_container_top_right.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_container_top_right_margin.html b/test_fixtures/grid/grid_absolute_container_top_right_margin.html similarity index 76% rename from test_fixtures/grid_absolute_container_top_right_margin.html rename to test_fixtures/grid/grid_absolute_container_top_right_margin.html index 7f91aace1..1d74179ae 100644 --- a/test_fixtures/grid_absolute_container_top_right_margin.html +++ b/test_fixtures/grid/grid_absolute_container_top_right_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_justify_self_sized_all.html b/test_fixtures/grid/grid_absolute_justify_self_sized_all.html similarity index 86% rename from test_fixtures/grid_absolute_justify_self_sized_all.html rename to test_fixtures/grid/grid_absolute_justify_self_sized_all.html index c63710999..fd76c111d 100644 --- a/test_fixtures/grid_absolute_justify_self_sized_all.html +++ b/test_fixtures/grid/grid_absolute_justify_self_sized_all.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_layout_within_border.html b/test_fixtures/grid/grid_absolute_layout_within_border.html similarity index 80% rename from test_fixtures/grid_absolute_layout_within_border.html rename to test_fixtures/grid/grid_absolute_layout_within_border.html index 266564e61..8c25159db 100644 --- a/test_fixtures/grid_absolute_layout_within_border.html +++ b/test_fixtures/grid/grid_absolute_layout_within_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_layout_within_border_static.html b/test_fixtures/grid/grid_absolute_layout_within_border_static.html similarity index 81% rename from test_fixtures/grid_absolute_layout_within_border_static.html rename to test_fixtures/grid/grid_absolute_layout_within_border_static.html index 84a7cb7f1..7fdd1547a 100644 --- a/test_fixtures/grid_absolute_layout_within_border_static.html +++ b/test_fixtures/grid/grid_absolute_layout_within_border_static.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_row_end.html b/test_fixtures/grid/grid_absolute_row_end.html similarity index 72% rename from test_fixtures/grid_absolute_row_end.html rename to test_fixtures/grid/grid_absolute_row_end.html index 724d3715d..0ab4e21de 100644 --- a/test_fixtures/grid_absolute_row_end.html +++ b/test_fixtures/grid/grid_absolute_row_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_row_start.html b/test_fixtures/grid/grid_absolute_row_start.html similarity index 72% rename from test_fixtures/grid_absolute_row_start.html rename to test_fixtures/grid/grid_absolute_row_start.html index 1c9441b5f..d6a302652 100644 --- a/test_fixtures/grid_absolute_row_start.html +++ b/test_fixtures/grid/grid_absolute_row_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_top_overrides_bottom.html b/test_fixtures/grid/grid_absolute_top_overrides_bottom.html similarity index 76% rename from test_fixtures/grid_absolute_top_overrides_bottom.html rename to test_fixtures/grid/grid_absolute_top_overrides_bottom.html index 9dcdd405d..895345193 100644 --- a/test_fixtures/grid_absolute_top_overrides_bottom.html +++ b/test_fixtures/grid/grid_absolute_top_overrides_bottom.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_with_padding.html b/test_fixtures/grid/grid_absolute_with_padding.html similarity index 78% rename from test_fixtures/grid_absolute_with_padding.html rename to test_fixtures/grid/grid_absolute_with_padding.html index 8da4f5b0e..135a0c0b4 100644 --- a/test_fixtures/grid_absolute_with_padding.html +++ b/test_fixtures/grid/grid_absolute_with_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_absolute_with_padding_and_margin.html b/test_fixtures/grid/grid_absolute_with_padding_and_margin.html similarity index 80% rename from test_fixtures/grid_absolute_with_padding_and_margin.html rename to test_fixtures/grid/grid_absolute_with_padding_and_margin.html index 4f4fed840..6ef09f41d 100644 --- a/test_fixtures/grid_absolute_with_padding_and_margin.html +++ b/test_fixtures/grid/grid_absolute_with_padding_and_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_center.html b/test_fixtures/grid/grid_align_content_center.html similarity index 73% rename from test_fixtures/grid_align_content_center.html rename to test_fixtures/grid/grid_align_content_center.html index 04631fdb7..6872a421f 100644 --- a/test_fixtures/grid_align_content_center.html +++ b/test_fixtures/grid/grid_align_content_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_end.html b/test_fixtures/grid/grid_align_content_end.html similarity index 72% rename from test_fixtures/grid_align_content_end.html rename to test_fixtures/grid/grid_align_content_end.html index 578f896f5..91ab51909 100644 --- a/test_fixtures/grid_align_content_end.html +++ b/test_fixtures/grid/grid_align_content_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_end_with_padding_border.html b/test_fixtures/grid/grid_align_content_end_with_padding_border.html similarity index 75% rename from test_fixtures/grid_align_content_end_with_padding_border.html rename to test_fixtures/grid/grid_align_content_end_with_padding_border.html index 35669def1..0c0f23866 100644 --- a/test_fixtures/grid_align_content_end_with_padding_border.html +++ b/test_fixtures/grid/grid_align_content_end_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_space_around.html b/test_fixtures/grid/grid_align_content_space_around.html similarity index 73% rename from test_fixtures/grid_align_content_space_around.html rename to test_fixtures/grid/grid_align_content_space_around.html index 154c59d7e..342d38620 100644 --- a/test_fixtures/grid_align_content_space_around.html +++ b/test_fixtures/grid/grid_align_content_space_around.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_space_around_with_padding_border.html b/test_fixtures/grid/grid_align_content_space_around_with_padding_border.html similarity index 75% rename from test_fixtures/grid_align_content_space_around_with_padding_border.html rename to test_fixtures/grid/grid_align_content_space_around_with_padding_border.html index 81662f86a..29bb3b98b 100644 --- a/test_fixtures/grid_align_content_space_around_with_padding_border.html +++ b/test_fixtures/grid/grid_align_content_space_around_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_space_between.html b/test_fixtures/grid/grid_align_content_space_between.html similarity index 73% rename from test_fixtures/grid_align_content_space_between.html rename to test_fixtures/grid/grid_align_content_space_between.html index 3673d2de1..232bb4ad6 100644 --- a/test_fixtures/grid_align_content_space_between.html +++ b/test_fixtures/grid/grid_align_content_space_between.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_space_between_with_padding_border.html b/test_fixtures/grid/grid_align_content_space_between_with_padding_border.html similarity index 75% rename from test_fixtures/grid_align_content_space_between_with_padding_border.html rename to test_fixtures/grid/grid_align_content_space_between_with_padding_border.html index 3344dd56f..82f9fdf37 100644 --- a/test_fixtures/grid_align_content_space_between_with_padding_border.html +++ b/test_fixtures/grid/grid_align_content_space_between_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_space_evenly.html b/test_fixtures/grid/grid_align_content_space_evenly.html similarity index 73% rename from test_fixtures/grid_align_content_space_evenly.html rename to test_fixtures/grid/grid_align_content_space_evenly.html index 9c6c49f00..e48c49b73 100644 --- a/test_fixtures/grid_align_content_space_evenly.html +++ b/test_fixtures/grid/grid_align_content_space_evenly.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_space_evenly_with_padding_border.html b/test_fixtures/grid/grid_align_content_space_evenly_with_padding_border.html similarity index 75% rename from test_fixtures/grid_align_content_space_evenly_with_padding_border.html rename to test_fixtures/grid/grid_align_content_space_evenly_with_padding_border.html index ce338aa32..6bdee41c2 100644 --- a/test_fixtures/grid_align_content_space_evenly_with_padding_border.html +++ b/test_fixtures/grid/grid_align_content_space_evenly_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_start.html b/test_fixtures/grid/grid_align_content_start.html similarity index 73% rename from test_fixtures/grid_align_content_start.html rename to test_fixtures/grid/grid_align_content_start.html index b941ab0c3..2241a33ab 100644 --- a/test_fixtures/grid_align_content_start.html +++ b/test_fixtures/grid/grid_align_content_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_content_start_with_padding_border.html b/test_fixtures/grid/grid_align_content_start_with_padding_border.html similarity index 75% rename from test_fixtures/grid_align_content_start_with_padding_border.html rename to test_fixtures/grid/grid_align_content_start_with_padding_border.html index 13850464c..4cf2f98ce 100644 --- a/test_fixtures/grid_align_content_start_with_padding_border.html +++ b/test_fixtures/grid/grid_align_content_start_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline.html b/test_fixtures/grid/grid_align_items_baseline.html similarity index 69% rename from test_fixtures/grid_align_items_baseline.html rename to test_fixtures/grid/grid_align_items_baseline.html index ed61ae4ac..51b1fcbbf 100644 --- a/test_fixtures/grid_align_items_baseline.html +++ b/test_fixtures/grid/grid_align_items_baseline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child.html b/test_fixtures/grid/grid_align_items_baseline_child.html similarity index 72% rename from test_fixtures/grid_align_items_baseline_child.html rename to test_fixtures/grid/grid_align_items_baseline_child.html index eb16924b3..ad8e6afd3 100644 --- a/test_fixtures/grid_align_items_baseline_child.html +++ b/test_fixtures/grid/grid_align_items_baseline_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_margin.html b/test_fixtures/grid/grid_align_items_baseline_child_margin.html similarity index 74% rename from test_fixtures/grid_align_items_baseline_child_margin.html rename to test_fixtures/grid/grid_align_items_baseline_child_margin.html index 968745e81..0360e68b7 100644 --- a/test_fixtures/grid_align_items_baseline_child_margin.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_margin_percent.html b/test_fixtures/grid/grid_align_items_baseline_child_margin_percent.html similarity index 73% rename from test_fixtures/grid_align_items_baseline_child_margin_percent.html rename to test_fixtures/grid/grid_align_items_baseline_child_margin_percent.html index 7e336aba7..a2e80c595 100644 --- a/test_fixtures/grid_align_items_baseline_child_margin_percent.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_margin_percent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_multiline.html b/test_fixtures/grid/grid_align_items_baseline_child_multiline.html similarity index 80% rename from test_fixtures/grid_align_items_baseline_child_multiline.html rename to test_fixtures/grid/grid_align_items_baseline_child_multiline.html index fde96ca49..6b18108ce 100644 --- a/test_fixtures/grid_align_items_baseline_child_multiline.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_multiline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_multiline_no_override_on_secondline.html b/test_fixtures/grid/grid_align_items_baseline_child_multiline_no_override_on_secondline.html similarity index 81% rename from test_fixtures/grid_align_items_baseline_child_multiline_no_override_on_secondline.html rename to test_fixtures/grid/grid_align_items_baseline_child_multiline_no_override_on_secondline.html index a54beed6f..84ff503f1 100644 --- a/test_fixtures/grid_align_items_baseline_child_multiline_no_override_on_secondline.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_multiline_no_override_on_secondline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_multiline_override.html b/test_fixtures/grid/grid_align_items_baseline_child_multiline_override.html similarity index 81% rename from test_fixtures/grid_align_items_baseline_child_multiline_override.html rename to test_fixtures/grid/grid_align_items_baseline_child_multiline_override.html index 445927909..f10733a39 100644 --- a/test_fixtures/grid_align_items_baseline_child_multiline_override.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_multiline_override.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_padding.html b/test_fixtures/grid/grid_align_items_baseline_child_padding.html similarity index 74% rename from test_fixtures/grid_align_items_baseline_child_padding.html rename to test_fixtures/grid/grid_align_items_baseline_child_padding.html index 3b695ef99..0904f2a79 100644 --- a/test_fixtures/grid_align_items_baseline_child_padding.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_top.html b/test_fixtures/grid/grid_align_items_baseline_child_top.html similarity index 73% rename from test_fixtures/grid_align_items_baseline_child_top.html rename to test_fixtures/grid/grid_align_items_baseline_child_top.html index 65813fa7d..e991f99ce 100644 --- a/test_fixtures/grid_align_items_baseline_child_top.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_top.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_child_top2.html b/test_fixtures/grid/grid_align_items_baseline_child_top2.html similarity index 73% rename from test_fixtures/grid_align_items_baseline_child_top2.html rename to test_fixtures/grid/grid_align_items_baseline_child_top2.html index 09fd5342a..cc0fac855 100644 --- a/test_fixtures/grid_align_items_baseline_child_top2.html +++ b/test_fixtures/grid/grid_align_items_baseline_child_top2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_complex.html b/test_fixtures/grid/grid_align_items_baseline_complex.html similarity index 85% rename from test_fixtures/grid_align_items_baseline_complex.html rename to test_fixtures/grid/grid_align_items_baseline_complex.html index b4029bd26..c776e5941 100644 --- a/test_fixtures/grid_align_items_baseline_complex.html +++ b/test_fixtures/grid/grid_align_items_baseline_complex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_double_nested_child.html b/test_fixtures/grid/grid_align_items_baseline_double_nested_child.html similarity index 75% rename from test_fixtures/grid_align_items_baseline_double_nested_child.html rename to test_fixtures/grid/grid_align_items_baseline_double_nested_child.html index 744b98675..26d8c959a 100644 --- a/test_fixtures/grid_align_items_baseline_double_nested_child.html +++ b/test_fixtures/grid/grid_align_items_baseline_double_nested_child.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_multiline.html b/test_fixtures/grid/grid_align_items_baseline_multiline.html similarity index 80% rename from test_fixtures/grid_align_items_baseline_multiline.html rename to test_fixtures/grid/grid_align_items_baseline_multiline.html index 09513ccc9..2d6be79be 100644 --- a/test_fixtures/grid_align_items_baseline_multiline.html +++ b/test_fixtures/grid/grid_align_items_baseline_multiline.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_multiline_column.html b/test_fixtures/grid/grid_align_items_baseline_multiline_column.html similarity index 80% rename from test_fixtures/grid_align_items_baseline_multiline_column.html rename to test_fixtures/grid/grid_align_items_baseline_multiline_column.html index 209de377a..c6161c130 100644 --- a/test_fixtures/grid_align_items_baseline_multiline_column.html +++ b/test_fixtures/grid/grid_align_items_baseline_multiline_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_multiline_row_and_column.html b/test_fixtures/grid/grid_align_items_baseline_multiline_row_and_column.html similarity index 80% rename from test_fixtures/grid_align_items_baseline_multiline_row_and_column.html rename to test_fixtures/grid/grid_align_items_baseline_multiline_row_and_column.html index d5049f109..dcfbf0f44 100644 --- a/test_fixtures/grid_align_items_baseline_multiline_row_and_column.html +++ b/test_fixtures/grid/grid_align_items_baseline_multiline_row_and_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_baseline_nested_column.html b/test_fixtures/grid/grid_align_items_baseline_nested_column.html similarity index 77% rename from test_fixtures/grid_align_items_baseline_nested_column.html rename to test_fixtures/grid/grid_align_items_baseline_nested_column.html index eb4206c16..6554a7c8e 100644 --- a/test_fixtures/grid_align_items_baseline_nested_column.html +++ b/test_fixtures/grid/grid_align_items_baseline_nested_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_sized_center.html b/test_fixtures/grid/grid_align_items_sized_center.html similarity index 74% rename from test_fixtures/grid_align_items_sized_center.html rename to test_fixtures/grid/grid_align_items_sized_center.html index 652d8e097..dd04212e9 100644 --- a/test_fixtures/grid_align_items_sized_center.html +++ b/test_fixtures/grid/grid_align_items_sized_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_sized_end.html b/test_fixtures/grid/grid_align_items_sized_end.html similarity index 74% rename from test_fixtures/grid_align_items_sized_end.html rename to test_fixtures/grid/grid_align_items_sized_end.html index ddac6231d..10967c0c4 100644 --- a/test_fixtures/grid_align_items_sized_end.html +++ b/test_fixtures/grid/grid_align_items_sized_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_sized_start.html b/test_fixtures/grid/grid_align_items_sized_start.html similarity index 74% rename from test_fixtures/grid_align_items_sized_start.html rename to test_fixtures/grid/grid_align_items_sized_start.html index 4f597ea9c..6ca530a99 100644 --- a/test_fixtures/grid_align_items_sized_start.html +++ b/test_fixtures/grid/grid_align_items_sized_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_items_sized_stretch.html b/test_fixtures/grid/grid_align_items_sized_stretch.html similarity index 74% rename from test_fixtures/grid_align_items_sized_stretch.html rename to test_fixtures/grid/grid_align_items_sized_stretch.html index dbfcbab74..18bd0d91f 100644 --- a/test_fixtures/grid_align_items_sized_stretch.html +++ b/test_fixtures/grid/grid_align_items_sized_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_align_self_sized_all.html b/test_fixtures/grid/grid_align_self_sized_all.html similarity index 84% rename from test_fixtures/grid_align_self_sized_all.html rename to test_fixtures/grid/grid_align_self_sized_all.html index ee7deb629..5edf8ae05 100644 --- a/test_fixtures/grid_align_self_sized_all.html +++ b/test_fixtures/grid/grid_align_self_sized_all.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.html b/test_fixtures/grid/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.html similarity index 65% rename from test_fixtures/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.html rename to test_fixtures/grid/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.html index a197f43e6..c32a49673 100644 --- a/test_fixtures/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.html +++ b/test_fixtures/grid/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_absolute_fill_height_from_inset.html b/test_fixtures/grid/grid_aspect_ratio_absolute_fill_height_from_inset.html similarity index 64% rename from test_fixtures/grid_aspect_ratio_absolute_fill_height_from_inset.html rename to test_fixtures/grid/grid_aspect_ratio_absolute_fill_height_from_inset.html index ec955d1f0..88e0db060 100644 --- a/test_fixtures/grid_aspect_ratio_absolute_fill_height_from_inset.html +++ b/test_fixtures/grid/grid_aspect_ratio_absolute_fill_height_from_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_absolute_fill_width_from_inset.html b/test_fixtures/grid/grid_aspect_ratio_absolute_fill_width_from_inset.html similarity index 64% rename from test_fixtures/grid_aspect_ratio_absolute_fill_width_from_inset.html rename to test_fixtures/grid/grid_aspect_ratio_absolute_fill_width_from_inset.html index 1e24542a9..62a4334e7 100644 --- a/test_fixtures/grid_aspect_ratio_absolute_fill_width_from_inset.html +++ b/test_fixtures/grid/grid_aspect_ratio_absolute_fill_width_from_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_absolute_height_overrides_inset.html b/test_fixtures/grid/grid_aspect_ratio_absolute_height_overrides_inset.html similarity index 65% rename from test_fixtures/grid_aspect_ratio_absolute_height_overrides_inset.html rename to test_fixtures/grid/grid_aspect_ratio_absolute_height_overrides_inset.html index 08f0686aa..083ef5a49 100644 --- a/test_fixtures/grid_aspect_ratio_absolute_height_overrides_inset.html +++ b/test_fixtures/grid/grid_aspect_ratio_absolute_height_overrides_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_absolute_width_overrides_inset.html b/test_fixtures/grid/grid_aspect_ratio_absolute_width_overrides_inset.html similarity index 65% rename from test_fixtures/grid_aspect_ratio_absolute_width_overrides_inset.html rename to test_fixtures/grid/grid_aspect_ratio_absolute_width_overrides_inset.html index 5dc7676bd..ed99cd207 100644 --- a/test_fixtures/grid_aspect_ratio_absolute_width_overrides_inset.html +++ b/test_fixtures/grid/grid_aspect_ratio_absolute_width_overrides_inset.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_child_fill_content_height.html b/test_fixtures/grid/grid_aspect_ratio_child_fill_content_height.html similarity index 61% rename from test_fixtures/grid_aspect_ratio_child_fill_content_height.html rename to test_fixtures/grid/grid_aspect_ratio_child_fill_content_height.html index 417eb42bc..6c5449653 100644 --- a/test_fixtures/grid_aspect_ratio_child_fill_content_height.html +++ b/test_fixtures/grid/grid_aspect_ratio_child_fill_content_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_child_fill_content_width.html b/test_fixtures/grid/grid_aspect_ratio_child_fill_content_width.html similarity index 61% rename from test_fixtures/grid_aspect_ratio_child_fill_content_width.html rename to test_fixtures/grid/grid_aspect_ratio_child_fill_content_width.html index 983e58b2b..359f03cea 100644 --- a/test_fixtures/grid_aspect_ratio_child_fill_content_width.html +++ b/test_fixtures/grid/grid_aspect_ratio_child_fill_content_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_fill_child_height.html b/test_fixtures/grid/grid_aspect_ratio_fill_child_height.html similarity index 61% rename from test_fixtures/grid_aspect_ratio_fill_child_height.html rename to test_fixtures/grid/grid_aspect_ratio_fill_child_height.html index 47216cae4..afa617a0d 100644 --- a/test_fixtures/grid_aspect_ratio_fill_child_height.html +++ b/test_fixtures/grid/grid_aspect_ratio_fill_child_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_fill_child_max_height.html b/test_fixtures/grid/grid_aspect_ratio_fill_child_max_height.html similarity index 70% rename from test_fixtures/grid_aspect_ratio_fill_child_max_height.html rename to test_fixtures/grid/grid_aspect_ratio_fill_child_max_height.html index 0d18d8446..0b053811e 100644 --- a/test_fixtures/grid_aspect_ratio_fill_child_max_height.html +++ b/test_fixtures/grid/grid_aspect_ratio_fill_child_max_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_fill_child_max_width.html b/test_fixtures/grid/grid_aspect_ratio_fill_child_max_width.html similarity index 66% rename from test_fixtures/grid_aspect_ratio_fill_child_max_width.html rename to test_fixtures/grid/grid_aspect_ratio_fill_child_max_width.html index f528b89bc..6ac1ba97b 100644 --- a/test_fixtures/grid_aspect_ratio_fill_child_max_width.html +++ b/test_fixtures/grid/grid_aspect_ratio_fill_child_max_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_fill_child_min_height.html b/test_fixtures/grid/grid_aspect_ratio_fill_child_min_height.html similarity index 61% rename from test_fixtures/grid_aspect_ratio_fill_child_min_height.html rename to test_fixtures/grid/grid_aspect_ratio_fill_child_min_height.html index 9901b7f74..792221e56 100644 --- a/test_fixtures/grid_aspect_ratio_fill_child_min_height.html +++ b/test_fixtures/grid/grid_aspect_ratio_fill_child_min_height.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_fill_child_min_width.html b/test_fixtures/grid/grid_aspect_ratio_fill_child_min_width.html similarity index 62% rename from test_fixtures/grid_aspect_ratio_fill_child_min_width.html rename to test_fixtures/grid/grid_aspect_ratio_fill_child_min_width.html index fa9cbe8ed..49a0dfee7 100644 --- a/test_fixtures/grid_aspect_ratio_fill_child_min_width.html +++ b/test_fixtures/grid/grid_aspect_ratio_fill_child_min_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_fill_child_width.html b/test_fixtures/grid/grid_aspect_ratio_fill_child_width.html similarity index 61% rename from test_fixtures/grid_aspect_ratio_fill_child_width.html rename to test_fixtures/grid/grid_aspect_ratio_fill_child_width.html index 76ccd6ec3..b37889b36 100644 --- a/test_fixtures/grid_aspect_ratio_fill_child_width.html +++ b/test_fixtures/grid/grid_aspect_ratio_fill_child_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_overriden_by_explicit_sizes.html b/test_fixtures/grid/grid_aspect_ratio_overriden_by_explicit_sizes.html similarity index 62% rename from test_fixtures/grid_aspect_ratio_overriden_by_explicit_sizes.html rename to test_fixtures/grid/grid_aspect_ratio_overriden_by_explicit_sizes.html index 81258ee0f..f4093c655 100644 --- a/test_fixtures/grid_aspect_ratio_overriden_by_explicit_sizes.html +++ b/test_fixtures/grid/grid_aspect_ratio_overriden_by_explicit_sizes.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_aspect_ratio_overriden_by_explicit_sizes_flex.html b/test_fixtures/grid/grid_aspect_ratio_overriden_by_explicit_sizes_flex.html similarity index 62% rename from test_fixtures/grid_aspect_ratio_overriden_by_explicit_sizes_flex.html rename to test_fixtures/grid/grid_aspect_ratio_overriden_by_explicit_sizes_flex.html index 81258ee0f..f4093c655 100644 --- a/test_fixtures/grid_aspect_ratio_overriden_by_explicit_sizes_flex.html +++ b/test_fixtures/grid/grid_aspect_ratio_overriden_by_explicit_sizes_flex.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_columns.html b/test_fixtures/grid/grid_auto_columns.html similarity index 73% rename from test_fixtures/grid_auto_columns.html rename to test_fixtures/grid/grid_auto_columns.html index 7e717bef0..dc6628097 100644 --- a/test_fixtures/grid_auto_columns.html +++ b/test_fixtures/grid/grid_auto_columns.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_columns_fixed_width.html b/test_fixtures/grid/grid_auto_columns_fixed_width.html similarity index 76% rename from test_fixtures/grid_auto_columns_fixed_width.html rename to test_fixtures/grid/grid_auto_columns_fixed_width.html index 2dfbfae5d..733814acd 100644 --- a/test_fixtures/grid_auto_columns_fixed_width.html +++ b/test_fixtures/grid/grid_auto_columns_fixed_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_fill_fixed_size.html b/test_fixtures/grid/grid_auto_fill_fixed_size.html similarity index 72% rename from test_fixtures/grid_auto_fill_fixed_size.html rename to test_fixtures/grid/grid_auto_fill_fixed_size.html index aa806c901..ccfd0d928 100644 --- a/test_fixtures/grid_auto_fill_fixed_size.html +++ b/test_fixtures/grid/grid_auto_fill_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_fill_with_empty_auto_track.html b/test_fixtures/grid/grid_auto_fill_with_empty_auto_track.html similarity index 68% rename from test_fixtures/grid_auto_fill_with_empty_auto_track.html rename to test_fixtures/grid/grid_auto_fill_with_empty_auto_track.html index 0bf36b6b9..2e6f442a5 100644 --- a/test_fixtures/grid_auto_fill_with_empty_auto_track.html +++ b/test_fixtures/grid/grid_auto_fill_with_empty_auto_track.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_fit_with_empty_auto_track.html b/test_fixtures/grid/grid_auto_fit_with_empty_auto_track.html similarity index 68% rename from test_fixtures/grid_auto_fit_with_empty_auto_track.html rename to test_fixtures/grid/grid_auto_fit_with_empty_auto_track.html index 905502a08..1210f69d6 100644 --- a/test_fixtures/grid_auto_fit_with_empty_auto_track.html +++ b/test_fixtures/grid/grid_auto_fit_with_empty_auto_track.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_rows.html b/test_fixtures/grid/grid_auto_rows.html similarity index 71% rename from test_fixtures/grid_auto_rows.html rename to test_fixtures/grid/grid_auto_rows.html index 19f55d5bc..823f5a8f4 100644 --- a/test_fixtures/grid_auto_rows.html +++ b/test_fixtures/grid/grid_auto_rows.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_single_item.html b/test_fixtures/grid/grid_auto_single_item.html similarity index 71% rename from test_fixtures/grid_auto_single_item.html rename to test_fixtures/grid/grid_auto_single_item.html index a8cde33dd..c35f1f602 100644 --- a/test_fixtures/grid_auto_single_item.html +++ b/test_fixtures/grid/grid_auto_single_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_single_item_fixed_width.html b/test_fixtures/grid/grid_auto_single_item_fixed_width.html similarity index 72% rename from test_fixtures/grid_auto_single_item_fixed_width.html rename to test_fixtures/grid/grid_auto_single_item_fixed_width.html index 782290eeb..7d9f7f35f 100644 --- a/test_fixtures/grid_auto_single_item_fixed_width.html +++ b/test_fixtures/grid/grid_auto_single_item_fixed_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_single_item_fixed_width_with_definite_width.html b/test_fixtures/grid/grid_auto_single_item_fixed_width_with_definite_width.html similarity index 72% rename from test_fixtures/grid_auto_single_item_fixed_width_with_definite_width.html rename to test_fixtures/grid/grid_auto_single_item_fixed_width_with_definite_width.html index cb0450d57..8eb71e81c 100644 --- a/test_fixtures/grid_auto_single_item_fixed_width_with_definite_width.html +++ b/test_fixtures/grid/grid_auto_single_item_fixed_width_with_definite_width.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_auto_takes_precedence_over_fr.html b/test_fixtures/grid/grid_auto_takes_precedence_over_fr.html similarity index 64% rename from test_fixtures/grid_auto_takes_precedence_over_fr.html rename to test_fixtures/grid/grid_auto_takes_precedence_over_fr.html index 81c0849c3..5b6c6447c 100644 --- a/test_fixtures/grid_auto_takes_precedence_over_fr.html +++ b/test_fixtures/grid/grid_auto_takes_precedence_over_fr.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_available_space_greater_than_max_content.html b/test_fixtures/grid/grid_available_space_greater_than_max_content.html similarity index 72% rename from test_fixtures/grid_available_space_greater_than_max_content.html rename to test_fixtures/grid/grid_available_space_greater_than_max_content.html index 4674700d8..7ce0ba610 100644 --- a/test_fixtures/grid_available_space_greater_than_max_content.html +++ b/test_fixtures/grid/grid_available_space_greater_than_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_available_space_smaller_than_max_content.html b/test_fixtures/grid/grid_available_space_smaller_than_max_content.html similarity index 72% rename from test_fixtures/grid_available_space_smaller_than_max_content.html rename to test_fixtures/grid/grid_available_space_smaller_than_max_content.html index f952ac4a2..b5bb00eae 100644 --- a/test_fixtures/grid_available_space_smaller_than_max_content.html +++ b/test_fixtures/grid/grid_available_space_smaller_than_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_available_space_smaller_than_min_content.html b/test_fixtures/grid/grid_available_space_smaller_than_min_content.html similarity index 68% rename from test_fixtures/grid_available_space_smaller_than_min_content.html rename to test_fixtures/grid/grid_available_space_smaller_than_min_content.html index a848831d7..7ac0ab043 100644 --- a/test_fixtures/grid_available_space_smaller_than_min_content.html +++ b/test_fixtures/grid/grid_available_space_smaller_than_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_basic.html b/test_fixtures/grid/grid_basic.html similarity index 71% rename from test_fixtures/grid_basic.html rename to test_fixtures/grid/grid_basic.html index 803a88f7a..895816fa3 100644 --- a/test_fixtures/grid_basic.html +++ b/test_fixtures/grid/grid_basic.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_basic_implicit_tracks.html b/test_fixtures/grid/grid_basic_implicit_tracks.html similarity index 64% rename from test_fixtures/grid_basic_implicit_tracks.html rename to test_fixtures/grid/grid_basic_implicit_tracks.html index e6d670cb9..0056f4647 100644 --- a/test_fixtures/grid_basic_implicit_tracks.html +++ b/test_fixtures/grid/grid_basic_implicit_tracks.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_basic_with_overflow.html b/test_fixtures/grid/grid_basic_with_overflow.html similarity index 72% rename from test_fixtures/grid_basic_with_overflow.html rename to test_fixtures/grid/grid_basic_with_overflow.html index 1bdbb1654..044715222 100644 --- a/test_fixtures/grid_basic_with_overflow.html +++ b/test_fixtures/grid/grid_basic_with_overflow.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_basic_with_padding.html b/test_fixtures/grid/grid_basic_with_padding.html similarity index 72% rename from test_fixtures/grid_basic_with_padding.html rename to test_fixtures/grid/grid_basic_with_padding.html index fa2070eec..1e97bf3ed 100644 --- a/test_fixtures/grid_basic_with_padding.html +++ b/test_fixtures/grid/grid_basic_with_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_display_none_fixed_size.html b/test_fixtures/grid/grid_display_none_fixed_size.html similarity index 65% rename from test_fixtures/grid_display_none_fixed_size.html rename to test_fixtures/grid/grid_display_none_fixed_size.html index a44ada009..5b3700b58 100644 --- a/test_fixtures/grid_display_none_fixed_size.html +++ b/test_fixtures/grid/grid_display_none_fixed_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_definite_argument.html b/test_fixtures/grid/grid_fit_content_percent_definite_argument.html similarity index 64% rename from test_fixtures/grid_fit_content_percent_definite_argument.html rename to test_fixtures/grid/grid_fit_content_percent_definite_argument.html index facb921cb..0d2ad4f52 100644 --- a/test_fixtures/grid_fit_content_percent_definite_argument.html +++ b/test_fixtures/grid/grid_fit_content_percent_definite_argument.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_definite_max_content.html b/test_fixtures/grid/grid_fit_content_percent_definite_max_content.html similarity index 62% rename from test_fixtures/grid_fit_content_percent_definite_max_content.html rename to test_fixtures/grid/grid_fit_content_percent_definite_max_content.html index 1327af2f7..a61a7b87b 100644 --- a/test_fixtures/grid_fit_content_percent_definite_max_content.html +++ b/test_fixtures/grid/grid_fit_content_percent_definite_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_definite_min_content.html b/test_fixtures/grid/grid_fit_content_percent_definite_min_content.html similarity index 64% rename from test_fixtures/grid_fit_content_percent_definite_min_content.html rename to test_fixtures/grid/grid_fit_content_percent_definite_min_content.html index 5ec17c629..8579229bd 100644 --- a/test_fixtures/grid_fit_content_percent_definite_min_content.html +++ b/test_fixtures/grid/grid_fit_content_percent_definite_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_indefinite_argument.html b/test_fixtures/grid/grid_fit_content_percent_indefinite_argument.html similarity index 64% rename from test_fixtures/grid_fit_content_percent_indefinite_argument.html rename to test_fixtures/grid/grid_fit_content_percent_indefinite_argument.html index 01a5e407c..dce2eb224 100644 --- a/test_fixtures/grid_fit_content_percent_indefinite_argument.html +++ b/test_fixtures/grid/grid_fit_content_percent_indefinite_argument.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_indefinite_max_content.html b/test_fixtures/grid/grid_fit_content_percent_indefinite_max_content.html similarity index 61% rename from test_fixtures/grid_fit_content_percent_indefinite_max_content.html rename to test_fixtures/grid/grid_fit_content_percent_indefinite_max_content.html index 6227b70a3..8f6e048ac 100644 --- a/test_fixtures/grid_fit_content_percent_indefinite_max_content.html +++ b/test_fixtures/grid/grid_fit_content_percent_indefinite_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_indefinite_max_content_hidden.html b/test_fixtures/grid/grid_fit_content_percent_indefinite_max_content_hidden.html similarity index 64% rename from test_fixtures/grid_fit_content_percent_indefinite_max_content_hidden.html rename to test_fixtures/grid/grid_fit_content_percent_indefinite_max_content_hidden.html index d368d167c..b3e4a1d6f 100644 --- a/test_fixtures/grid_fit_content_percent_indefinite_max_content_hidden.html +++ b/test_fixtures/grid/grid_fit_content_percent_indefinite_max_content_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_indefinite_min_content.html b/test_fixtures/grid/grid_fit_content_percent_indefinite_min_content.html similarity index 63% rename from test_fixtures/grid_fit_content_percent_indefinite_min_content.html rename to test_fixtures/grid/grid_fit_content_percent_indefinite_min_content.html index 9f5af668f..cb661b609 100644 --- a/test_fixtures/grid_fit_content_percent_indefinite_min_content.html +++ b/test_fixtures/grid/grid_fit_content_percent_indefinite_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_percent_indefinite_min_content_hidden.html b/test_fixtures/grid/grid_fit_content_percent_indefinite_min_content_hidden.html similarity index 65% rename from test_fixtures/grid_fit_content_percent_indefinite_min_content_hidden.html rename to test_fixtures/grid/grid_fit_content_percent_indefinite_min_content_hidden.html index 86f1507a4..34b198db0 100644 --- a/test_fixtures/grid_fit_content_percent_indefinite_min_content_hidden.html +++ b/test_fixtures/grid/grid_fit_content_percent_indefinite_min_content_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_points_argument.html b/test_fixtures/grid/grid_fit_content_points_argument.html similarity index 63% rename from test_fixtures/grid_fit_content_points_argument.html rename to test_fixtures/grid/grid_fit_content_points_argument.html index 4e783fea7..f63e7736f 100644 --- a/test_fixtures/grid_fit_content_points_argument.html +++ b/test_fixtures/grid/grid_fit_content_points_argument.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_points_max_content.html b/test_fixtures/grid/grid_fit_content_points_max_content.html similarity index 61% rename from test_fixtures/grid_fit_content_points_max_content.html rename to test_fixtures/grid/grid_fit_content_points_max_content.html index d4a1c9692..4d9c2aa24 100644 --- a/test_fixtures/grid_fit_content_points_max_content.html +++ b/test_fixtures/grid/grid_fit_content_points_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_points_min_content.html b/test_fixtures/grid/grid_fit_content_points_min_content.html similarity index 63% rename from test_fixtures/grid_fit_content_points_min_content.html rename to test_fixtures/grid/grid_fit_content_points_min_content.html index 6fa0912fc..4381e6bdc 100644 --- a/test_fixtures/grid_fit_content_points_min_content.html +++ b/test_fixtures/grid/grid_fit_content_points_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fit_content_points_min_content_hidden.html b/test_fixtures/grid/grid_fit_content_points_min_content_hidden.html similarity index 65% rename from test_fixtures/grid_fit_content_points_min_content_hidden.html rename to test_fixtures/grid/grid_fit_content_points_min_content_hidden.html index c13fe0a6a..2cdb2aec9 100644 --- a/test_fixtures/grid_fit_content_points_min_content_hidden.html +++ b/test_fixtures/grid/grid_fit_content_points_min_content_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_fixed_size_no_content_proportions.html b/test_fixtures/grid/grid_fr_fixed_size_no_content_proportions.html similarity index 64% rename from test_fixtures/grid_fr_fixed_size_no_content_proportions.html rename to test_fixtures/grid/grid_fr_fixed_size_no_content_proportions.html index 61befbdc1..836d6479a 100644 --- a/test_fixtures/grid_fr_fixed_size_no_content_proportions.html +++ b/test_fixtures/grid/grid_fr_fixed_size_no_content_proportions.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_fixed_size_no_content_proportions_sub_1_sum.html b/test_fixtures/grid/grid_fr_fixed_size_no_content_proportions_sub_1_sum.html similarity index 63% rename from test_fixtures/grid_fr_fixed_size_no_content_proportions_sub_1_sum.html rename to test_fixtures/grid/grid_fr_fixed_size_no_content_proportions_sub_1_sum.html index aa3c01cf9..36df98b9a 100644 --- a/test_fixtures/grid_fr_fixed_size_no_content_proportions_sub_1_sum.html +++ b/test_fixtures/grid/grid_fr_fixed_size_no_content_proportions_sub_1_sum.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_fixed_size_single_item.html b/test_fixtures/grid/grid_fr_fixed_size_single_item.html similarity index 72% rename from test_fixtures/grid_fr_fixed_size_single_item.html rename to test_fixtures/grid/grid_fr_fixed_size_single_item.html index 0d7ef7316..3852c445e 100644 --- a/test_fixtures/grid_fr_fixed_size_single_item.html +++ b/test_fixtures/grid/grid_fr_fixed_size_single_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_no_sized_items_indefinite.html b/test_fixtures/grid/grid_fr_no_sized_items_indefinite.html similarity index 70% rename from test_fixtures/grid_fr_no_sized_items_indefinite.html rename to test_fixtures/grid/grid_fr_no_sized_items_indefinite.html index 1fbd62e63..eb965e426 100644 --- a/test_fixtures/grid_fr_no_sized_items_indefinite.html +++ b/test_fixtures/grid/grid_fr_no_sized_items_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_single_item_indefinite.html b/test_fixtures/grid/grid_fr_single_item_indefinite.html similarity index 72% rename from test_fixtures/grid_fr_single_item_indefinite.html rename to test_fixtures/grid/grid_fr_single_item_indefinite.html index 1268e5a9c..4e4d32252 100644 --- a/test_fixtures/grid_fr_single_item_indefinite.html +++ b/test_fixtures/grid/grid_fr_single_item_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_span_2_proportion.html b/test_fixtures/grid/grid_fr_span_2_proportion.html similarity index 66% rename from test_fixtures/grid_fr_span_2_proportion.html rename to test_fixtures/grid/grid_fr_span_2_proportion.html index eed1cb69b..e658b2014 100644 --- a/test_fixtures/grid_fr_span_2_proportion.html +++ b/test_fixtures/grid/grid_fr_span_2_proportion.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_span_2_proportion_sub_1_sum.html b/test_fixtures/grid/grid_fr_span_2_proportion_sub_1_sum.html similarity index 67% rename from test_fixtures/grid_fr_span_2_proportion_sub_1_sum.html rename to test_fixtures/grid/grid_fr_span_2_proportion_sub_1_sum.html index ab0439dcd..b3be043f0 100644 --- a/test_fixtures/grid_fr_span_2_proportion_sub_1_sum.html +++ b/test_fixtures/grid/grid_fr_span_2_proportion_sub_1_sum.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_span_2_proportion_with_non_spanned_track.html b/test_fixtures/grid/grid_fr_span_2_proportion_with_non_spanned_track.html similarity index 69% rename from test_fixtures/grid_fr_span_2_proportion_with_non_spanned_track.html rename to test_fixtures/grid/grid_fr_span_2_proportion_with_non_spanned_track.html index 28d590d12..90e84180b 100644 --- a/test_fixtures/grid_fr_span_2_proportion_with_non_spanned_track.html +++ b/test_fixtures/grid/grid_fr_span_2_proportion_with_non_spanned_track.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_span_2_proportion_zero_sum.html b/test_fixtures/grid/grid_fr_span_2_proportion_zero_sum.html similarity index 66% rename from test_fixtures/grid_fr_span_2_proportion_zero_sum.html rename to test_fixtures/grid/grid_fr_span_2_proportion_zero_sum.html index 03ce23687..642a2af83 100644 --- a/test_fixtures/grid_fr_span_2_proportion_zero_sum.html +++ b/test_fixtures/grid/grid_fr_span_2_proportion_zero_sum.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.html b/test_fixtures/grid/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.html similarity index 69% rename from test_fixtures/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.html rename to test_fixtures/grid/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.html index dd9c068a5..1fdf8d507 100644 --- a/test_fixtures/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.html +++ b/test_fixtures/grid/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_gap.html b/test_fixtures/grid/grid_gap.html similarity index 72% rename from test_fixtures/grid_gap.html rename to test_fixtures/grid/grid_gap.html index ff1eab73f..9de892b43 100644 --- a/test_fixtures/grid_gap.html +++ b/test_fixtures/grid/grid_gap.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_hidden.html b/test_fixtures/grid/grid_hidden.html similarity index 75% rename from test_fixtures/grid_hidden.html rename to test_fixtures/grid/grid_hidden.html index 7d9d171b9..70847f201 100644 --- a/test_fixtures/grid_hidden.html +++ b/test_fixtures/grid/grid_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_center.html b/test_fixtures/grid/grid_justify_content_center.html similarity index 73% rename from test_fixtures/grid_justify_content_center.html rename to test_fixtures/grid/grid_justify_content_center.html index 3ef4109af..277282ff8 100644 --- a/test_fixtures/grid_justify_content_center.html +++ b/test_fixtures/grid/grid_justify_content_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_center_with_padding_border.html b/test_fixtures/grid/grid_justify_content_center_with_padding_border.html similarity index 75% rename from test_fixtures/grid_justify_content_center_with_padding_border.html rename to test_fixtures/grid/grid_justify_content_center_with_padding_border.html index c12290b21..8d2cfd935 100644 --- a/test_fixtures/grid_justify_content_center_with_padding_border.html +++ b/test_fixtures/grid/grid_justify_content_center_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_end.html b/test_fixtures/grid/grid_justify_content_end.html similarity index 73% rename from test_fixtures/grid_justify_content_end.html rename to test_fixtures/grid/grid_justify_content_end.html index 277add66d..bfd6e78dc 100644 --- a/test_fixtures/grid_justify_content_end.html +++ b/test_fixtures/grid/grid_justify_content_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_end_with_padding_border.html b/test_fixtures/grid/grid_justify_content_end_with_padding_border.html similarity index 75% rename from test_fixtures/grid_justify_content_end_with_padding_border.html rename to test_fixtures/grid/grid_justify_content_end_with_padding_border.html index b73ce4c03..60bea9cdd 100644 --- a/test_fixtures/grid_justify_content_end_with_padding_border.html +++ b/test_fixtures/grid/grid_justify_content_end_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_space_around.html b/test_fixtures/grid/grid_justify_content_space_around.html similarity index 73% rename from test_fixtures/grid_justify_content_space_around.html rename to test_fixtures/grid/grid_justify_content_space_around.html index 56b3e0e59..eea68e617 100644 --- a/test_fixtures/grid_justify_content_space_around.html +++ b/test_fixtures/grid/grid_justify_content_space_around.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_space_around_with_padding_border.html b/test_fixtures/grid/grid_justify_content_space_around_with_padding_border.html similarity index 75% rename from test_fixtures/grid_justify_content_space_around_with_padding_border.html rename to test_fixtures/grid/grid_justify_content_space_around_with_padding_border.html index e31ab915d..0820a2399 100644 --- a/test_fixtures/grid_justify_content_space_around_with_padding_border.html +++ b/test_fixtures/grid/grid_justify_content_space_around_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_space_between.html b/test_fixtures/grid/grid_justify_content_space_between.html similarity index 73% rename from test_fixtures/grid_justify_content_space_between.html rename to test_fixtures/grid/grid_justify_content_space_between.html index accffd3a7..206d1aed2 100644 --- a/test_fixtures/grid_justify_content_space_between.html +++ b/test_fixtures/grid/grid_justify_content_space_between.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_space_between_with_padding_border.html b/test_fixtures/grid/grid_justify_content_space_between_with_padding_border.html similarity index 76% rename from test_fixtures/grid_justify_content_space_between_with_padding_border.html rename to test_fixtures/grid/grid_justify_content_space_between_with_padding_border.html index 625af3f1b..67621fcf9 100644 --- a/test_fixtures/grid_justify_content_space_between_with_padding_border.html +++ b/test_fixtures/grid/grid_justify_content_space_between_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_space_evenly.html b/test_fixtures/grid/grid_justify_content_space_evenly.html similarity index 73% rename from test_fixtures/grid_justify_content_space_evenly.html rename to test_fixtures/grid/grid_justify_content_space_evenly.html index d704638ab..2cfb56534 100644 --- a/test_fixtures/grid_justify_content_space_evenly.html +++ b/test_fixtures/grid/grid_justify_content_space_evenly.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_space_evenly_with_padding_border.html b/test_fixtures/grid/grid_justify_content_space_evenly_with_padding_border.html similarity index 75% rename from test_fixtures/grid_justify_content_space_evenly_with_padding_border.html rename to test_fixtures/grid/grid_justify_content_space_evenly_with_padding_border.html index 00fae30be..993d829e3 100644 --- a/test_fixtures/grid_justify_content_space_evenly_with_padding_border.html +++ b/test_fixtures/grid/grid_justify_content_space_evenly_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_start.html b/test_fixtures/grid/grid_justify_content_start.html similarity index 73% rename from test_fixtures/grid_justify_content_start.html rename to test_fixtures/grid/grid_justify_content_start.html index f857db757..23da1c6ec 100644 --- a/test_fixtures/grid_justify_content_start.html +++ b/test_fixtures/grid/grid_justify_content_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_content_start_with_padding_border.html b/test_fixtures/grid/grid_justify_content_start_with_padding_border.html similarity index 75% rename from test_fixtures/grid_justify_content_start_with_padding_border.html rename to test_fixtures/grid/grid_justify_content_start_with_padding_border.html index 4ea195f27..d90fc3a9a 100644 --- a/test_fixtures/grid_justify_content_start_with_padding_border.html +++ b/test_fixtures/grid/grid_justify_content_start_with_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_items_sized_center.html b/test_fixtures/grid/grid_justify_items_sized_center.html similarity index 74% rename from test_fixtures/grid_justify_items_sized_center.html rename to test_fixtures/grid/grid_justify_items_sized_center.html index 09c7fd8a7..7036d6a20 100644 --- a/test_fixtures/grid_justify_items_sized_center.html +++ b/test_fixtures/grid/grid_justify_items_sized_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_items_sized_end.html b/test_fixtures/grid/grid_justify_items_sized_end.html similarity index 74% rename from test_fixtures/grid_justify_items_sized_end.html rename to test_fixtures/grid/grid_justify_items_sized_end.html index 6cc516fcc..42fe58bb2 100644 --- a/test_fixtures/grid_justify_items_sized_end.html +++ b/test_fixtures/grid/grid_justify_items_sized_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_items_sized_start.html b/test_fixtures/grid/grid_justify_items_sized_start.html similarity index 74% rename from test_fixtures/grid_justify_items_sized_start.html rename to test_fixtures/grid/grid_justify_items_sized_start.html index 86a085355..5606b9589 100644 --- a/test_fixtures/grid_justify_items_sized_start.html +++ b/test_fixtures/grid/grid_justify_items_sized_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_items_sized_stretch.html b/test_fixtures/grid/grid_justify_items_sized_stretch.html similarity index 74% rename from test_fixtures/grid_justify_items_sized_stretch.html rename to test_fixtures/grid/grid_justify_items_sized_stretch.html index faf98a17b..6aaf3bad4 100644 --- a/test_fixtures/grid_justify_items_sized_stretch.html +++ b/test_fixtures/grid/grid_justify_items_sized_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_justify_self_sized_all.html b/test_fixtures/grid/grid_justify_self_sized_all.html similarity index 84% rename from test_fixtures/grid_justify_self_sized_all.html rename to test_fixtures/grid/grid_justify_self_sized_all.html index 6889d092b..36edad1af 100644 --- a/test_fixtures/grid_justify_self_sized_all.html +++ b/test_fixtures/grid/grid_justify_self_sized_all.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_auto_margins.html b/test_fixtures/grid/grid_margins_auto_margins.html similarity index 79% rename from test_fixtures/grid_margins_auto_margins.html rename to test_fixtures/grid/grid_margins_auto_margins.html index 5f7951870..7a9e0fb75 100644 --- a/test_fixtures/grid_margins_auto_margins.html +++ b/test_fixtures/grid/grid_margins_auto_margins.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_auto_margins_override_stretch.html b/test_fixtures/grid/grid_margins_auto_margins_override_stretch.html similarity index 75% rename from test_fixtures/grid_margins_auto_margins_override_stretch.html rename to test_fixtures/grid/grid_margins_auto_margins_override_stretch.html index df1d6e500..e492f42ff 100644 --- a/test_fixtures/grid_margins_auto_margins_override_stretch.html +++ b/test_fixtures/grid/grid_margins_auto_margins_override_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_fixed_center.html b/test_fixtures/grid/grid_margins_fixed_center.html similarity index 74% rename from test_fixtures/grid_margins_fixed_center.html rename to test_fixtures/grid/grid_margins_fixed_center.html index 37209aeba..af1ca6ef1 100644 --- a/test_fixtures/grid_margins_fixed_center.html +++ b/test_fixtures/grid/grid_margins_fixed_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_fixed_end.html b/test_fixtures/grid/grid_margins_fixed_end.html similarity index 74% rename from test_fixtures/grid_margins_fixed_end.html rename to test_fixtures/grid/grid_margins_fixed_end.html index 6951fbaa3..a207e8b36 100644 --- a/test_fixtures/grid_margins_fixed_end.html +++ b/test_fixtures/grid/grid_margins_fixed_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_fixed_start.html b/test_fixtures/grid/grid_margins_fixed_start.html similarity index 74% rename from test_fixtures/grid_margins_fixed_start.html rename to test_fixtures/grid/grid_margins_fixed_start.html index bfcfb3df2..d4814015a 100644 --- a/test_fixtures/grid_margins_fixed_start.html +++ b/test_fixtures/grid/grid_margins_fixed_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_fixed_stretch.html b/test_fixtures/grid/grid_margins_fixed_stretch.html similarity index 74% rename from test_fixtures/grid_margins_fixed_stretch.html rename to test_fixtures/grid/grid_margins_fixed_stretch.html index 131352c64..0f48e616e 100644 --- a/test_fixtures/grid_margins_fixed_stretch.html +++ b/test_fixtures/grid/grid_margins_fixed_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_percent_center.html b/test_fixtures/grid/grid_margins_percent_center.html similarity index 73% rename from test_fixtures/grid_margins_percent_center.html rename to test_fixtures/grid/grid_margins_percent_center.html index a94a88c95..0d39ab6ad 100644 --- a/test_fixtures/grid_margins_percent_center.html +++ b/test_fixtures/grid/grid_margins_percent_center.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_percent_end.html b/test_fixtures/grid/grid_margins_percent_end.html similarity index 73% rename from test_fixtures/grid_margins_percent_end.html rename to test_fixtures/grid/grid_margins_percent_end.html index e98eb0653..1cb806bd1 100644 --- a/test_fixtures/grid_margins_percent_end.html +++ b/test_fixtures/grid/grid_margins_percent_end.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_percent_start.html b/test_fixtures/grid/grid_margins_percent_start.html similarity index 73% rename from test_fixtures/grid_margins_percent_start.html rename to test_fixtures/grid/grid_margins_percent_start.html index 5c35e6f91..d9815445e 100644 --- a/test_fixtures/grid_margins_percent_start.html +++ b/test_fixtures/grid/grid_margins_percent_start.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_margins_percent_stretch.html b/test_fixtures/grid/grid_margins_percent_stretch.html similarity index 73% rename from test_fixtures/grid_margins_percent_stretch.html rename to test_fixtures/grid/grid_margins_percent_stretch.html index 43e09fc8f..e66917d03 100644 --- a/test_fixtures/grid_margins_percent_stretch.html +++ b/test_fixtures/grid/grid_margins_percent_stretch.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_maximum_single_item.html b/test_fixtures/grid/grid_max_content_maximum_single_item.html similarity index 72% rename from test_fixtures/grid_max_content_maximum_single_item.html rename to test_fixtures/grid/grid_max_content_maximum_single_item.html index e3baf2a24..d598353a8 100644 --- a/test_fixtures/grid_max_content_maximum_single_item.html +++ b/test_fixtures/grid/grid_max_content_maximum_single_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item.html b/test_fixtures/grid/grid_max_content_single_item.html similarity index 71% rename from test_fixtures/grid_max_content_single_item.html rename to test_fixtures/grid/grid_max_content_single_item.html index 0ca3bcbab..73094d82b 100644 --- a/test_fixtures/grid_max_content_single_item.html +++ b/test_fixtures/grid/grid_max_content_single_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item_margin_auto.html b/test_fixtures/grid/grid_max_content_single_item_margin_auto.html similarity index 72% rename from test_fixtures/grid_max_content_single_item_margin_auto.html rename to test_fixtures/grid/grid_max_content_single_item_margin_auto.html index 4d68c51ae..6ae7cd9e5 100644 --- a/test_fixtures/grid_max_content_single_item_margin_auto.html +++ b/test_fixtures/grid/grid_max_content_single_item_margin_auto.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item_margin_fixed.html b/test_fixtures/grid/grid_max_content_single_item_margin_fixed.html similarity index 73% rename from test_fixtures/grid_max_content_single_item_margin_fixed.html rename to test_fixtures/grid/grid_max_content_single_item_margin_fixed.html index eb4dafc2d..fae3b7cfd 100644 --- a/test_fixtures/grid_max_content_single_item_margin_fixed.html +++ b/test_fixtures/grid/grid_max_content_single_item_margin_fixed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item_margin_percent.html b/test_fixtures/grid/grid_max_content_single_item_margin_percent.html similarity index 73% rename from test_fixtures/grid_max_content_single_item_margin_percent.html rename to test_fixtures/grid/grid_max_content_single_item_margin_percent.html index 8f2ca64a6..661cb8c16 100644 --- a/test_fixtures/grid_max_content_single_item_margin_percent.html +++ b/test_fixtures/grid/grid_max_content_single_item_margin_percent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item_span_2.html b/test_fixtures/grid/grid_max_content_single_item_span_2.html similarity index 73% rename from test_fixtures/grid_max_content_single_item_span_2.html rename to test_fixtures/grid/grid_max_content_single_item_span_2.html index 06f128706..8806a26a9 100644 --- a/test_fixtures/grid_max_content_single_item_span_2.html +++ b/test_fixtures/grid/grid_max_content_single_item_span_2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item_span_2_gap_fixed.html b/test_fixtures/grid/grid_max_content_single_item_span_2_gap_fixed.html similarity index 75% rename from test_fixtures/grid_max_content_single_item_span_2_gap_fixed.html rename to test_fixtures/grid/grid_max_content_single_item_span_2_gap_fixed.html index f8897d43f..76b31ec9e 100644 --- a/test_fixtures/grid_max_content_single_item_span_2_gap_fixed.html +++ b/test_fixtures/grid/grid_max_content_single_item_span_2_gap_fixed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item_span_2_gap_percent_definite.html b/test_fixtures/grid/grid_max_content_single_item_span_2_gap_percent_definite.html similarity index 75% rename from test_fixtures/grid_max_content_single_item_span_2_gap_percent_definite.html rename to test_fixtures/grid/grid_max_content_single_item_span_2_gap_percent_definite.html index f905f498d..c541efea5 100644 --- a/test_fixtures/grid_max_content_single_item_span_2_gap_percent_definite.html +++ b/test_fixtures/grid/grid_max_content_single_item_span_2_gap_percent_definite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_content_single_item_span_2_gap_percent_indefinite.html b/test_fixtures/grid/grid_max_content_single_item_span_2_gap_percent_indefinite.html similarity index 75% rename from test_fixtures/grid_max_content_single_item_span_2_gap_percent_indefinite.html rename to test_fixtures/grid/grid_max_content_single_item_span_2_gap_percent_indefinite.html index b16cc8e58..3c6996739 100644 --- a/test_fixtures/grid_max_content_single_item_span_2_gap_percent_indefinite.html +++ b/test_fixtures/grid/grid_max_content_single_item_span_2_gap_percent_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_width_greater_than_max_content.html b/test_fixtures/grid/grid_max_width_greater_than_max_content.html similarity index 73% rename from test_fixtures/grid_max_width_greater_than_max_content.html rename to test_fixtures/grid/grid_max_width_greater_than_max_content.html index 88918ce10..de126857b 100644 --- a/test_fixtures/grid_max_width_greater_than_max_content.html +++ b/test_fixtures/grid/grid_max_width_greater_than_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_width_less_than_max_content_with_min_content.html b/test_fixtures/grid/grid_max_width_less_than_max_content_with_min_content.html similarity index 73% rename from test_fixtures/grid_max_width_less_than_max_content_with_min_content.html rename to test_fixtures/grid/grid_max_width_less_than_max_content_with_min_content.html index 5fe02bf63..e64fe4320 100644 --- a/test_fixtures/grid_max_width_less_than_max_content_with_min_content.html +++ b/test_fixtures/grid/grid_max_width_less_than_max_content_with_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_width_smaller_than_max_content.html b/test_fixtures/grid/grid_max_width_smaller_than_max_content.html similarity index 73% rename from test_fixtures/grid_max_width_smaller_than_max_content.html rename to test_fixtures/grid/grid_max_width_smaller_than_max_content.html index 6ca0be76a..75f27bf25 100644 --- a/test_fixtures/grid_max_width_smaller_than_max_content.html +++ b/test_fixtures/grid/grid_max_width_smaller_than_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_max_width_smaller_than_min_content.html b/test_fixtures/grid/grid_max_width_smaller_than_min_content.html similarity index 70% rename from test_fixtures/grid_max_width_smaller_than_min_content.html rename to test_fixtures/grid/grid_max_width_smaller_than_min_content.html index 26d21dbce..b1fa3a62b 100644 --- a/test_fixtures/grid_max_width_smaller_than_min_content.html +++ b/test_fixtures/grid/grid_max_width_smaller_than_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_flex_column.html b/test_fixtures/grid/grid_min_content_flex_column.html similarity index 72% rename from test_fixtures/grid_min_content_flex_column.html rename to test_fixtures/grid/grid_min_content_flex_column.html index 2c01413d4..feb8e8ec1 100644 --- a/test_fixtures/grid_min_content_flex_column.html +++ b/test_fixtures/grid/grid_min_content_flex_column.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_flex_row.html b/test_fixtures/grid/grid_min_content_flex_row.html similarity index 72% rename from test_fixtures/grid_min_content_flex_row.html rename to test_fixtures/grid/grid_min_content_flex_row.html index e4704c739..9660bffe4 100644 --- a/test_fixtures/grid_min_content_flex_row.html +++ b/test_fixtures/grid/grid_min_content_flex_row.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_flex_single_item.html b/test_fixtures/grid/grid_min_content_flex_single_item.html similarity index 73% rename from test_fixtures/grid_min_content_flex_single_item.html rename to test_fixtures/grid/grid_min_content_flex_single_item.html index 1ba34e88b..4be8aaa9a 100644 --- a/test_fixtures/grid_min_content_flex_single_item.html +++ b/test_fixtures/grid/grid_min_content_flex_single_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_flex_single_item_margin_auto.html b/test_fixtures/grid/grid_min_content_flex_single_item_margin_auto.html similarity index 74% rename from test_fixtures/grid_min_content_flex_single_item_margin_auto.html rename to test_fixtures/grid/grid_min_content_flex_single_item_margin_auto.html index 9b8971ff6..3f4ba76c0 100644 --- a/test_fixtures/grid_min_content_flex_single_item_margin_auto.html +++ b/test_fixtures/grid/grid_min_content_flex_single_item_margin_auto.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_flex_single_item_margin_fixed.html b/test_fixtures/grid/grid_min_content_flex_single_item_margin_fixed.html similarity index 76% rename from test_fixtures/grid_min_content_flex_single_item_margin_fixed.html rename to test_fixtures/grid/grid_min_content_flex_single_item_margin_fixed.html index e867b261b..bac8c604b 100644 --- a/test_fixtures/grid_min_content_flex_single_item_margin_fixed.html +++ b/test_fixtures/grid/grid_min_content_flex_single_item_margin_fixed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_flex_single_item_margin_percent.html b/test_fixtures/grid/grid_min_content_flex_single_item_margin_percent.html similarity index 75% rename from test_fixtures/grid_min_content_flex_single_item_margin_percent.html rename to test_fixtures/grid/grid_min_content_flex_single_item_margin_percent.html index b59b4c908..e102f2369 100644 --- a/test_fixtures/grid_min_content_flex_single_item_margin_percent.html +++ b/test_fixtures/grid/grid_min_content_flex_single_item_margin_percent.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_maximum_single_item.html b/test_fixtures/grid/grid_min_content_maximum_single_item.html similarity index 72% rename from test_fixtures/grid_min_content_maximum_single_item.html rename to test_fixtures/grid/grid_min_content_maximum_single_item.html index 658ad28a3..6254b5ae0 100644 --- a/test_fixtures/grid_min_content_maximum_single_item.html +++ b/test_fixtures/grid/grid_min_content_maximum_single_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_min_content_single_item.html b/test_fixtures/grid/grid_min_content_single_item.html similarity index 71% rename from test_fixtures/grid_min_content_single_item.html rename to test_fixtures/grid/grid_min_content_single_item.html index 88ba2d4ee..53eef2c8c 100644 --- a/test_fixtures/grid_min_content_single_item.html +++ b/test_fixtures/grid/grid_min_content_single_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_auto_fixed_10px.html b/test_fixtures/grid/grid_minmax_auto_fixed_10px.html similarity index 63% rename from test_fixtures/grid_minmax_auto_fixed_10px.html rename to test_fixtures/grid/grid_minmax_auto_fixed_10px.html index c0372bb3e..321b873d2 100644 --- a/test_fixtures/grid_minmax_auto_fixed_10px.html +++ b/test_fixtures/grid/grid_minmax_auto_fixed_10px.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_auto_max_content.html b/test_fixtures/grid/grid_minmax_auto_max_content.html similarity index 64% rename from test_fixtures/grid_minmax_auto_max_content.html rename to test_fixtures/grid/grid_minmax_auto_max_content.html index c39cc19ac..99f60e081 100644 --- a/test_fixtures/grid_minmax_auto_max_content.html +++ b/test_fixtures/grid/grid_minmax_auto_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_auto_min_content.html b/test_fixtures/grid/grid_minmax_auto_min_content.html similarity index 64% rename from test_fixtures/grid_minmax_auto_min_content.html rename to test_fixtures/grid/grid_minmax_auto_min_content.html index 7883fae87..658fe483d 100644 --- a/test_fixtures/grid_minmax_auto_min_content.html +++ b/test_fixtures/grid/grid_minmax_auto_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_auto_percent_definite.html b/test_fixtures/grid/grid_minmax_auto_percent_definite.html similarity index 64% rename from test_fixtures/grid_minmax_auto_percent_definite.html rename to test_fixtures/grid/grid_minmax_auto_percent_definite.html index c6b3a8b56..7e6ccbdd9 100644 --- a/test_fixtures/grid_minmax_auto_percent_definite.html +++ b/test_fixtures/grid/grid_minmax_auto_percent_definite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_auto_percent_indefinite.html b/test_fixtures/grid/grid_minmax_auto_percent_indefinite.html similarity index 63% rename from test_fixtures/grid_minmax_auto_percent_indefinite.html rename to test_fixtures/grid/grid_minmax_auto_percent_indefinite.html index 00ba2892d..9b208318d 100644 --- a/test_fixtures/grid_minmax_auto_percent_indefinite.html +++ b/test_fixtures/grid/grid_minmax_auto_percent_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_column_fixed_width_above_range.html b/test_fixtures/grid/grid_minmax_column_fixed_width_above_range.html similarity index 71% rename from test_fixtures/grid_minmax_column_fixed_width_above_range.html rename to test_fixtures/grid/grid_minmax_column_fixed_width_above_range.html index c215333f9..99f99dd39 100644 --- a/test_fixtures/grid_minmax_column_fixed_width_above_range.html +++ b/test_fixtures/grid/grid_minmax_column_fixed_width_above_range.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_column_fixed_width_below_range.html b/test_fixtures/grid/grid_minmax_column_fixed_width_below_range.html similarity index 71% rename from test_fixtures/grid_minmax_column_fixed_width_below_range.html rename to test_fixtures/grid/grid_minmax_column_fixed_width_below_range.html index d85932b69..093523c1e 100644 --- a/test_fixtures/grid_minmax_column_fixed_width_below_range.html +++ b/test_fixtures/grid/grid_minmax_column_fixed_width_below_range.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_column_fixed_width_within_range.html b/test_fixtures/grid/grid_minmax_column_fixed_width_within_range.html similarity index 71% rename from test_fixtures/grid_minmax_column_fixed_width_within_range.html rename to test_fixtures/grid/grid_minmax_column_fixed_width_within_range.html index bf131f4e7..897da1d01 100644 --- a/test_fixtures/grid_minmax_column_fixed_width_within_range.html +++ b/test_fixtures/grid/grid_minmax_column_fixed_width_within_range.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_column_indefinite.html b/test_fixtures/grid/grid_minmax_column_indefinite.html similarity index 71% rename from test_fixtures/grid_minmax_column_indefinite.html rename to test_fixtures/grid/grid_minmax_column_indefinite.html index 13bc9fb26..a221183b2 100644 --- a/test_fixtures/grid_minmax_column_indefinite.html +++ b/test_fixtures/grid/grid_minmax_column_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_column_with_auto_fixed.html b/test_fixtures/grid/grid_minmax_column_with_auto_fixed.html similarity index 64% rename from test_fixtures/grid_minmax_column_with_auto_fixed.html rename to test_fixtures/grid/grid_minmax_column_with_auto_fixed.html index 2881d3862..dcef084b1 100644 --- a/test_fixtures/grid_minmax_column_with_auto_fixed.html +++ b/test_fixtures/grid/grid_minmax_column_with_auto_fixed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_column_with_fr_fixed.html b/test_fixtures/grid/grid_minmax_column_with_fr_fixed.html similarity index 64% rename from test_fixtures/grid_minmax_column_with_fr_fixed.html rename to test_fixtures/grid/grid_minmax_column_with_fr_fixed.html index 48de90a99..e24b03df9 100644 --- a/test_fixtures/grid_minmax_column_with_fr_fixed.html +++ b/test_fixtures/grid/grid_minmax_column_with_fr_fixed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_max_content_1fr.html b/test_fixtures/grid/grid_minmax_max_content_1fr.html similarity index 64% rename from test_fixtures/grid_minmax_max_content_1fr.html rename to test_fixtures/grid/grid_minmax_max_content_1fr.html index b2c248548..339135ea1 100644 --- a/test_fixtures/grid_minmax_max_content_1fr.html +++ b/test_fixtures/grid/grid_minmax_max_content_1fr.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_max_content_auto.html b/test_fixtures/grid/grid_minmax_max_content_auto.html similarity index 64% rename from test_fixtures/grid_minmax_max_content_auto.html rename to test_fixtures/grid/grid_minmax_max_content_auto.html index bae805205..911886d39 100644 --- a/test_fixtures/grid_minmax_max_content_auto.html +++ b/test_fixtures/grid/grid_minmax_max_content_auto.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_max_content_fixed_10px.html b/test_fixtures/grid/grid_minmax_max_content_fixed_10px.html similarity index 64% rename from test_fixtures/grid_minmax_max_content_fixed_10px.html rename to test_fixtures/grid/grid_minmax_max_content_fixed_10px.html index b5031e690..23d02f6a2 100644 --- a/test_fixtures/grid_minmax_max_content_fixed_10px.html +++ b/test_fixtures/grid/grid_minmax_max_content_fixed_10px.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_max_content_min_content.html b/test_fixtures/grid/grid_minmax_max_content_min_content.html similarity index 64% rename from test_fixtures/grid_minmax_max_content_min_content.html rename to test_fixtures/grid/grid_minmax_max_content_min_content.html index 8cb79a22e..67114e22f 100644 --- a/test_fixtures/grid_minmax_max_content_min_content.html +++ b/test_fixtures/grid/grid_minmax_max_content_min_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_max_content_percent_definite.html b/test_fixtures/grid/grid_minmax_max_content_percent_definite.html similarity index 65% rename from test_fixtures/grid_minmax_max_content_percent_definite.html rename to test_fixtures/grid/grid_minmax_max_content_percent_definite.html index cb6f0e744..1953f7fa0 100644 --- a/test_fixtures/grid_minmax_max_content_percent_definite.html +++ b/test_fixtures/grid/grid_minmax_max_content_percent_definite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_max_content_percent_indefinite.html b/test_fixtures/grid/grid_minmax_max_content_percent_indefinite.html similarity index 64% rename from test_fixtures/grid_minmax_max_content_percent_indefinite.html rename to test_fixtures/grid/grid_minmax_max_content_percent_indefinite.html index 6c37b9723..806497ff9 100644 --- a/test_fixtures/grid_minmax_max_content_percent_indefinite.html +++ b/test_fixtures/grid/grid_minmax_max_content_percent_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_min_content_1fr.html b/test_fixtures/grid/grid_minmax_min_content_1fr.html similarity index 64% rename from test_fixtures/grid_minmax_min_content_1fr.html rename to test_fixtures/grid/grid_minmax_min_content_1fr.html index 5dbd46f09..a5b390e55 100644 --- a/test_fixtures/grid_minmax_min_content_1fr.html +++ b/test_fixtures/grid/grid_minmax_min_content_1fr.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_min_content_auto.html b/test_fixtures/grid/grid_minmax_min_content_auto.html similarity index 64% rename from test_fixtures/grid_minmax_min_content_auto.html rename to test_fixtures/grid/grid_minmax_min_content_auto.html index 6c621ea88..c49551a73 100644 --- a/test_fixtures/grid_minmax_min_content_auto.html +++ b/test_fixtures/grid/grid_minmax_min_content_auto.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_min_content_fixed_10px.html b/test_fixtures/grid/grid_minmax_min_content_fixed_10px.html similarity index 64% rename from test_fixtures/grid_minmax_min_content_fixed_10px.html rename to test_fixtures/grid/grid_minmax_min_content_fixed_10px.html index ee986f731..5952a0ea0 100644 --- a/test_fixtures/grid_minmax_min_content_fixed_10px.html +++ b/test_fixtures/grid/grid_minmax_min_content_fixed_10px.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_min_content_max_content.html b/test_fixtures/grid/grid_minmax_min_content_max_content.html similarity index 64% rename from test_fixtures/grid_minmax_min_content_max_content.html rename to test_fixtures/grid/grid_minmax_min_content_max_content.html index 50b17c859..e26e2202b 100644 --- a/test_fixtures/grid_minmax_min_content_max_content.html +++ b/test_fixtures/grid/grid_minmax_min_content_max_content.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_min_content_percent_definite.html b/test_fixtures/grid/grid_minmax_min_content_percent_definite.html similarity index 65% rename from test_fixtures/grid_minmax_min_content_percent_definite.html rename to test_fixtures/grid/grid_minmax_min_content_percent_definite.html index 1413374a7..e0460d972 100644 --- a/test_fixtures/grid_minmax_min_content_percent_definite.html +++ b/test_fixtures/grid/grid_minmax_min_content_percent_definite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_minmax_min_content_percent_indefinite.html b/test_fixtures/grid/grid_minmax_min_content_percent_indefinite.html similarity index 64% rename from test_fixtures/grid_minmax_min_content_percent_indefinite.html rename to test_fixtures/grid/grid_minmax_min_content_percent_indefinite.html index a9c5a88dc..c1e0dce5d 100644 --- a/test_fixtures/grid_minmax_min_content_percent_indefinite.html +++ b/test_fixtures/grid/grid_minmax_min_content_percent_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_out_of_order_items.html b/test_fixtures/grid/grid_out_of_order_items.html similarity index 79% rename from test_fixtures/grid_out_of_order_items.html rename to test_fixtures/grid/grid_out_of_order_items.html index 8e07db2fe..21ae662c7 100644 --- a/test_fixtures/grid_out_of_order_items.html +++ b/test_fixtures/grid/grid_out_of_order_items.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_inline_axis_hidden.html b/test_fixtures/grid/grid_overflow_inline_axis_hidden.html similarity index 61% rename from test_fixtures/grid_overflow_inline_axis_hidden.html rename to test_fixtures/grid/grid_overflow_inline_axis_hidden.html index 3417c1a03..63ddf9042 100644 --- a/test_fixtures/grid_overflow_inline_axis_hidden.html +++ b/test_fixtures/grid/grid_overflow_inline_axis_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_inline_axis_scroll.html b/test_fixtures/grid/grid_overflow_inline_axis_scroll.html similarity index 61% rename from test_fixtures/grid_overflow_inline_axis_scroll.html rename to test_fixtures/grid/grid_overflow_inline_axis_scroll.html index f8fd7573f..b8800faa7 100644 --- a/test_fixtures/grid_overflow_inline_axis_scroll.html +++ b/test_fixtures/grid/grid_overflow_inline_axis_scroll.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_inline_axis_visible.html b/test_fixtures/grid/grid_overflow_inline_axis_visible.html similarity index 61% rename from test_fixtures/grid_overflow_inline_axis_visible.html rename to test_fixtures/grid/grid_overflow_inline_axis_visible.html index 8247c51ca..66a97d9bf 100644 --- a/test_fixtures/grid_overflow_inline_axis_visible.html +++ b/test_fixtures/grid/grid_overflow_inline_axis_visible.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_rows.html b/test_fixtures/grid/grid_overflow_rows.html similarity index 73% rename from test_fixtures/grid_overflow_rows.html rename to test_fixtures/grid/grid_overflow_rows.html index 0fc731b23..7337e488d 100644 --- a/test_fixtures/grid_overflow_rows.html +++ b/test_fixtures/grid/grid_overflow_rows.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_scrollbars_overriden_by_available_space.html b/test_fixtures/grid/grid_overflow_scrollbars_overriden_by_available_space.html similarity index 63% rename from test_fixtures/grid_overflow_scrollbars_overriden_by_available_space.html rename to test_fixtures/grid/grid_overflow_scrollbars_overriden_by_available_space.html index 479619d52..3f03c8213 100644 --- a/test_fixtures/grid_overflow_scrollbars_overriden_by_available_space.html +++ b/test_fixtures/grid/grid_overflow_scrollbars_overriden_by_available_space.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_scrollbars_overriden_by_max_size.html b/test_fixtures/grid/grid_overflow_scrollbars_overriden_by_max_size.html similarity index 59% rename from test_fixtures/grid_overflow_scrollbars_overriden_by_max_size.html rename to test_fixtures/grid/grid_overflow_scrollbars_overriden_by_max_size.html index fad00654c..d7a01958f 100644 --- a/test_fixtures/grid_overflow_scrollbars_overriden_by_max_size.html +++ b/test_fixtures/grid/grid_overflow_scrollbars_overriden_by_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_scrollbars_overriden_by_size.html b/test_fixtures/grid/grid_overflow_scrollbars_overriden_by_size.html similarity index 59% rename from test_fixtures/grid_overflow_scrollbars_overriden_by_size.html rename to test_fixtures/grid/grid_overflow_scrollbars_overriden_by_size.html index 33be4cc8b..8be3471dd 100644 --- a/test_fixtures/grid_overflow_scrollbars_overriden_by_size.html +++ b/test_fixtures/grid/grid_overflow_scrollbars_overriden_by_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_scrollbars_take_up_space_both_axis.html b/test_fixtures/grid/grid_overflow_scrollbars_take_up_space_both_axis.html similarity index 59% rename from test_fixtures/grid_overflow_scrollbars_take_up_space_both_axis.html rename to test_fixtures/grid/grid_overflow_scrollbars_take_up_space_both_axis.html index f795b8ab1..56147366a 100644 --- a/test_fixtures/grid_overflow_scrollbars_take_up_space_both_axis.html +++ b/test_fixtures/grid/grid_overflow_scrollbars_take_up_space_both_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_scrollbars_take_up_space_x_axis.html b/test_fixtures/grid/grid_overflow_scrollbars_take_up_space_x_axis.html similarity index 59% rename from test_fixtures/grid_overflow_scrollbars_take_up_space_x_axis.html rename to test_fixtures/grid/grid_overflow_scrollbars_take_up_space_x_axis.html index 3047f1b4f..9c6893d9d 100644 --- a/test_fixtures/grid_overflow_scrollbars_take_up_space_x_axis.html +++ b/test_fixtures/grid/grid_overflow_scrollbars_take_up_space_x_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_overflow_scrollbars_take_up_space_y_axis.html b/test_fixtures/grid/grid_overflow_scrollbars_take_up_space_y_axis.html similarity index 59% rename from test_fixtures/grid_overflow_scrollbars_take_up_space_y_axis.html rename to test_fixtures/grid/grid_overflow_scrollbars_take_up_space_y_axis.html index b226ca8a8..5cbea5edc 100644 --- a/test_fixtures/grid_overflow_scrollbars_take_up_space_y_axis.html +++ b/test_fixtures/grid/grid_overflow_scrollbars_take_up_space_y_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_padding_border_overrides_container_max_size.html b/test_fixtures/grid/grid_padding_border_overrides_container_max_size.html similarity index 66% rename from test_fixtures/grid_padding_border_overrides_container_max_size.html rename to test_fixtures/grid/grid_padding_border_overrides_container_max_size.html index 1d2313e1c..2ea3ae900 100644 --- a/test_fixtures/grid_padding_border_overrides_container_max_size.html +++ b/test_fixtures/grid/grid_padding_border_overrides_container_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_padding_border_overrides_container_size.html b/test_fixtures/grid/grid_padding_border_overrides_container_size.html similarity index 66% rename from test_fixtures/grid_padding_border_overrides_container_size.html rename to test_fixtures/grid/grid_padding_border_overrides_container_size.html index c54a2b3eb..0331a795c 100644 --- a/test_fixtures/grid_padding_border_overrides_container_size.html +++ b/test_fixtures/grid/grid_padding_border_overrides_container_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_padding_border_overrides_max_size.html b/test_fixtures/grid/grid_padding_border_overrides_max_size.html similarity index 67% rename from test_fixtures/grid_padding_border_overrides_max_size.html rename to test_fixtures/grid/grid_padding_border_overrides_max_size.html index 66c0b4dd6..449a6a7c8 100644 --- a/test_fixtures/grid_padding_border_overrides_max_size.html +++ b/test_fixtures/grid/grid_padding_border_overrides_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_padding_border_overrides_min_size.html b/test_fixtures/grid/grid_padding_border_overrides_min_size.html similarity index 67% rename from test_fixtures/grid_padding_border_overrides_min_size.html rename to test_fixtures/grid/grid_padding_border_overrides_min_size.html index 8d5ac03d6..ef0343fde 100644 --- a/test_fixtures/grid_padding_border_overrides_min_size.html +++ b/test_fixtures/grid/grid_padding_border_overrides_min_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_padding_border_overrides_size.html b/test_fixtures/grid/grid_padding_border_overrides_size.html similarity index 66% rename from test_fixtures/grid_padding_border_overrides_size.html rename to test_fixtures/grid/grid_padding_border_overrides_size.html index df3fb00bb..1e1884244 100644 --- a/test_fixtures/grid_padding_border_overrides_size.html +++ b/test_fixtures/grid/grid_padding_border_overrides_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_item_inside_stretch_item.html b/test_fixtures/grid/grid_percent_item_inside_stretch_item.html similarity index 64% rename from test_fixtures/grid_percent_item_inside_stretch_item.html rename to test_fixtures/grid/grid_percent_item_inside_stretch_item.html index ca9fcb160..a37a7d0e8 100644 --- a/test_fixtures/grid_percent_item_inside_stretch_item.html +++ b/test_fixtures/grid/grid_percent_item_inside_stretch_item.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_items_nested_inside_stretch_alignment.html b/test_fixtures/grid/grid_percent_items_nested_inside_stretch_alignment.html similarity index 64% rename from test_fixtures/grid_percent_items_nested_inside_stretch_alignment.html rename to test_fixtures/grid/grid_percent_items_nested_inside_stretch_alignment.html index e6d7381ae..5a92ad6a2 100644 --- a/test_fixtures/grid_percent_items_nested_inside_stretch_alignment.html +++ b/test_fixtures/grid/grid_percent_items_nested_inside_stretch_alignment.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_items_nested_moderate.html b/test_fixtures/grid/grid_percent_items_nested_moderate.html similarity index 70% rename from test_fixtures/grid_percent_items_nested_moderate.html rename to test_fixtures/grid/grid_percent_items_nested_moderate.html index 7699e871a..29f265f1e 100644 --- a/test_fixtures/grid_percent_items_nested_moderate.html +++ b/test_fixtures/grid/grid_percent_items_nested_moderate.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_items_nested_with_margin.html b/test_fixtures/grid/grid_percent_items_nested_with_margin.html similarity index 64% rename from test_fixtures/grid_percent_items_nested_with_margin.html rename to test_fixtures/grid/grid_percent_items_nested_with_margin.html index 083d6e644..81cbba85a 100644 --- a/test_fixtures/grid_percent_items_nested_with_margin.html +++ b/test_fixtures/grid/grid_percent_items_nested_with_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_items_nested_with_padding_margin.html b/test_fixtures/grid/grid_percent_items_nested_with_padding_margin.html similarity index 75% rename from test_fixtures/grid_percent_items_nested_with_padding_margin.html rename to test_fixtures/grid/grid_percent_items_nested_with_padding_margin.html index 44e5c87ab..072f87b5c 100644 --- a/test_fixtures/grid_percent_items_nested_with_padding_margin.html +++ b/test_fixtures/grid/grid_percent_items_nested_with_padding_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_items_width_and_margin.html b/test_fixtures/grid/grid_percent_items_width_and_margin.html similarity index 62% rename from test_fixtures/grid_percent_items_width_and_margin.html rename to test_fixtures/grid/grid_percent_items_width_and_margin.html index 2614084ae..2b49a286a 100644 --- a/test_fixtures/grid_percent_items_width_and_margin.html +++ b/test_fixtures/grid/grid_percent_items_width_and_margin.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_items_width_and_padding.html b/test_fixtures/grid/grid_percent_items_width_and_padding.html similarity index 59% rename from test_fixtures/grid_percent_items_width_and_padding.html rename to test_fixtures/grid/grid_percent_items_width_and_padding.html index 016fcf293..2ba826e8e 100644 --- a/test_fixtures/grid_percent_items_width_and_padding.html +++ b/test_fixtures/grid/grid_percent_items_width_and_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_tracks_definite_overflow.html b/test_fixtures/grid/grid_percent_tracks_definite_overflow.html similarity index 68% rename from test_fixtures/grid_percent_tracks_definite_overflow.html rename to test_fixtures/grid/grid_percent_tracks_definite_overflow.html index ca54fa8d9..1b3d7777c 100644 --- a/test_fixtures/grid_percent_tracks_definite_overflow.html +++ b/test_fixtures/grid/grid_percent_tracks_definite_overflow.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_tracks_definite_underflow.html b/test_fixtures/grid/grid_percent_tracks_definite_underflow.html similarity index 68% rename from test_fixtures/grid_percent_tracks_definite_underflow.html rename to test_fixtures/grid/grid_percent_tracks_definite_underflow.html index 966e0d369..cb2619ad8 100644 --- a/test_fixtures/grid_percent_tracks_definite_underflow.html +++ b/test_fixtures/grid/grid_percent_tracks_definite_underflow.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_tracks_indefinite_only.html b/test_fixtures/grid/grid_percent_tracks_indefinite_only.html similarity index 67% rename from test_fixtures/grid_percent_tracks_indefinite_only.html rename to test_fixtures/grid/grid_percent_tracks_indefinite_only.html index be45a7265..a71b27719 100644 --- a/test_fixtures/grid_percent_tracks_indefinite_only.html +++ b/test_fixtures/grid/grid_percent_tracks_indefinite_only.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_tracks_indefinite_with_content_overflow.html b/test_fixtures/grid/grid_percent_tracks_indefinite_with_content_overflow.html similarity index 73% rename from test_fixtures/grid_percent_tracks_indefinite_with_content_overflow.html rename to test_fixtures/grid/grid_percent_tracks_indefinite_with_content_overflow.html index cdcdd06bf..bb1308909 100644 --- a/test_fixtures/grid_percent_tracks_indefinite_with_content_overflow.html +++ b/test_fixtures/grid/grid_percent_tracks_indefinite_with_content_overflow.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_percent_tracks_indefinite_with_content_underflow.html b/test_fixtures/grid/grid_percent_tracks_indefinite_with_content_underflow.html similarity index 73% rename from test_fixtures/grid_percent_tracks_indefinite_with_content_underflow.html rename to test_fixtures/grid/grid_percent_tracks_indefinite_with_content_underflow.html index f84554151..a21eb563b 100644 --- a/test_fixtures/grid_percent_tracks_indefinite_with_content_underflow.html +++ b/test_fixtures/grid/grid_percent_tracks_indefinite_with_content_underflow.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_placement_auto_negative.html b/test_fixtures/grid/grid_placement_auto_negative.html similarity index 70% rename from test_fixtures/grid_placement_auto_negative.html rename to test_fixtures/grid/grid_placement_auto_negative.html index d7388a681..194f64b77 100644 --- a/test_fixtures/grid_placement_auto_negative.html +++ b/test_fixtures/grid/grid_placement_auto_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.html b/test_fixtures/grid/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.html similarity index 71% rename from test_fixtures/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.html rename to test_fixtures/grid/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.html index c0e8b9bc0..90957774f 100644 --- a/test_fixtures/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.html +++ b/test_fixtures/grid/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_relative_all_sides.html b/test_fixtures/grid/grid_relative_all_sides.html similarity index 64% rename from test_fixtures/grid_relative_all_sides.html rename to test_fixtures/grid/grid_relative_all_sides.html index d46d2f587..37ef04484 100644 --- a/test_fixtures/grid_relative_all_sides.html +++ b/test_fixtures/grid/grid_relative_all_sides.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_relayout_vertical_text.html b/test_fixtures/grid/grid_relayout_vertical_text.html similarity index 74% rename from test_fixtures/grid_relayout_vertical_text.html rename to test_fixtures/grid/grid_relayout_vertical_text.html index c7c8ce24e..fe7938c49 100644 --- a/test_fixtures/grid_relayout_vertical_text.html +++ b/test_fixtures/grid/grid_relayout_vertical_text.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_repeat_integer.html b/test_fixtures/grid/grid_repeat_integer.html similarity index 72% rename from test_fixtures/grid_repeat_integer.html rename to test_fixtures/grid/grid_repeat_integer.html index 4cbdd200c..560cb3a98 100644 --- a/test_fixtures/grid_repeat_integer.html +++ b/test_fixtures/grid/grid_repeat_integer.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_repeat_mixed.html b/test_fixtures/grid/grid_repeat_mixed.html similarity index 74% rename from test_fixtures/grid_repeat_mixed.html rename to test_fixtures/grid/grid_repeat_mixed.html index e8a6ed173..db19dbb64 100644 --- a/test_fixtures/grid_repeat_mixed.html +++ b/test_fixtures/grid/grid_repeat_mixed.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_size_child_fixed_tracks.html b/test_fixtures/grid/grid_size_child_fixed_tracks.html similarity index 84% rename from test_fixtures/grid_size_child_fixed_tracks.html rename to test_fixtures/grid/grid_size_child_fixed_tracks.html index 5e50ef063..9aa5a2b22 100644 --- a/test_fixtures/grid_size_child_fixed_tracks.html +++ b/test_fixtures/grid/grid_size_child_fixed_tracks.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_13_most_non_flex_with_minmax_indefinite.html b/test_fixtures/grid/grid_span_13_most_non_flex_with_minmax_indefinite.html similarity index 82% rename from test_fixtures/grid_span_13_most_non_flex_with_minmax_indefinite.html rename to test_fixtures/grid/grid_span_13_most_non_flex_with_minmax_indefinite.html index d7bfdbb7f..567e65391 100644 --- a/test_fixtures/grid_span_13_most_non_flex_with_minmax_indefinite.html +++ b/test_fixtures/grid/grid_span_13_most_non_flex_with_minmax_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.html b/test_fixtures/grid/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.html similarity index 82% rename from test_fixtures/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.html rename to test_fixtures/grid/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.html index f73c152be..94fe0f1bd 100644 --- a/test_fixtures/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_max_content_auto_indefinite.html b/test_fixtures/grid/grid_span_2_max_content_auto_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_max_content_auto_indefinite.html rename to test_fixtures/grid/grid_span_2_max_content_auto_indefinite.html index 41203af60..7f7a13eac 100644 --- a/test_fixtures/grid_span_2_max_content_auto_indefinite.html +++ b/test_fixtures/grid/grid_span_2_max_content_auto_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_max_content_auto_indefinite_hidden.html b/test_fixtures/grid/grid_span_2_max_content_auto_indefinite_hidden.html similarity index 73% rename from test_fixtures/grid_span_2_max_content_auto_indefinite_hidden.html rename to test_fixtures/grid/grid_span_2_max_content_auto_indefinite_hidden.html index 754f35974..9eb26d9ad 100644 --- a/test_fixtures/grid_span_2_max_content_auto_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_2_max_content_auto_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_max_content_fit_content_10px_indefinite.html b/test_fixtures/grid/grid_span_2_max_content_fit_content_10px_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_max_content_fit_content_10px_indefinite.html rename to test_fixtures/grid/grid_span_2_max_content_fit_content_10px_indefinite.html index 15792f736..69e3501cc 100644 --- a/test_fixtures/grid_span_2_max_content_fit_content_10px_indefinite.html +++ b/test_fixtures/grid/grid_span_2_max_content_fit_content_10px_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_max_content_fit_content_10px_indefinite_hidden.html b/test_fixtures/grid/grid_span_2_max_content_fit_content_10px_indefinite_hidden.html similarity index 74% rename from test_fixtures/grid_span_2_max_content_fit_content_10px_indefinite_hidden.html rename to test_fixtures/grid/grid_span_2_max_content_fit_content_10px_indefinite_hidden.html index 6d907d305..427d40623 100644 --- a/test_fixtures/grid_span_2_max_content_fit_content_10px_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_2_max_content_fit_content_10px_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_max_content_fit_content_80px_indefinite.html b/test_fixtures/grid/grid_span_2_max_content_fit_content_80px_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_max_content_fit_content_80px_indefinite.html rename to test_fixtures/grid/grid_span_2_max_content_fit_content_80px_indefinite.html index 430cb86fa..e218a7038 100644 --- a/test_fixtures/grid_span_2_max_content_fit_content_80px_indefinite.html +++ b/test_fixtures/grid/grid_span_2_max_content_fit_content_80px_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_max_content_fit_content_80px_indefinite_hidden.html b/test_fixtures/grid/grid_span_2_max_content_fit_content_80px_indefinite_hidden.html similarity index 74% rename from test_fixtures/grid_span_2_max_content_fit_content_80px_indefinite_hidden.html rename to test_fixtures/grid/grid_span_2_max_content_fit_content_80px_indefinite_hidden.html index 1a8fccc00..562787c16 100644 --- a/test_fixtures/grid_span_2_max_content_fit_content_80px_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_2_max_content_fit_content_80px_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_max_content_max_content_indefinite.html b/test_fixtures/grid/grid_span_2_max_content_max_content_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_max_content_max_content_indefinite.html rename to test_fixtures/grid/grid_span_2_max_content_max_content_indefinite.html index 1432df769..30e22427d 100644 --- a/test_fixtures/grid_span_2_max_content_max_content_indefinite.html +++ b/test_fixtures/grid/grid_span_2_max_content_max_content_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_auto_indefinite.html b/test_fixtures/grid/grid_span_2_min_content_auto_indefinite.html similarity index 68% rename from test_fixtures/grid_span_2_min_content_auto_indefinite.html rename to test_fixtures/grid/grid_span_2_min_content_auto_indefinite.html index 10f78d4f9..77d2e0a89 100644 --- a/test_fixtures/grid_span_2_min_content_auto_indefinite.html +++ b/test_fixtures/grid/grid_span_2_min_content_auto_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_auto_indefinite_hidden.html b/test_fixtures/grid/grid_span_2_min_content_auto_indefinite_hidden.html similarity index 69% rename from test_fixtures/grid_span_2_min_content_auto_indefinite_hidden.html rename to test_fixtures/grid/grid_span_2_min_content_auto_indefinite_hidden.html index bd2eb2193..b15525c66 100644 --- a/test_fixtures/grid_span_2_min_content_auto_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_2_min_content_auto_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_fit_content_10px_indefinite.html b/test_fixtures/grid/grid_span_2_min_content_fit_content_10px_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_min_content_fit_content_10px_indefinite.html rename to test_fixtures/grid/grid_span_2_min_content_fit_content_10px_indefinite.html index 75738e86f..fe1f832a1 100644 --- a/test_fixtures/grid_span_2_min_content_fit_content_10px_indefinite.html +++ b/test_fixtures/grid/grid_span_2_min_content_fit_content_10px_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_fit_content_10px_indefinite_hidden.html b/test_fixtures/grid/grid_span_2_min_content_fit_content_10px_indefinite_hidden.html similarity index 74% rename from test_fixtures/grid_span_2_min_content_fit_content_10px_indefinite_hidden.html rename to test_fixtures/grid/grid_span_2_min_content_fit_content_10px_indefinite_hidden.html index 1725684eb..f9c04f360 100644 --- a/test_fixtures/grid_span_2_min_content_fit_content_10px_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_2_min_content_fit_content_10px_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_fit_content_30px_indefinite.html b/test_fixtures/grid/grid_span_2_min_content_fit_content_30px_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_min_content_fit_content_30px_indefinite.html rename to test_fixtures/grid/grid_span_2_min_content_fit_content_30px_indefinite.html index 9f2afd28a..73e538af6 100644 --- a/test_fixtures/grid_span_2_min_content_fit_content_30px_indefinite.html +++ b/test_fixtures/grid/grid_span_2_min_content_fit_content_30px_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_fit_content_30px_indefinite_hidden.html b/test_fixtures/grid/grid_span_2_min_content_fit_content_30px_indefinite_hidden.html similarity index 74% rename from test_fixtures/grid_span_2_min_content_fit_content_30px_indefinite_hidden.html rename to test_fixtures/grid/grid_span_2_min_content_fit_content_30px_indefinite_hidden.html index e72075dbd..ab397726c 100644 --- a/test_fixtures/grid_span_2_min_content_fit_content_30px_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_2_min_content_fit_content_30px_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_fit_content_80px_indefinite.html b/test_fixtures/grid/grid_span_2_min_content_fit_content_80px_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_min_content_fit_content_80px_indefinite.html rename to test_fixtures/grid/grid_span_2_min_content_fit_content_80px_indefinite.html index 5104376d2..a075eaeda 100644 --- a/test_fixtures/grid_span_2_min_content_fit_content_80px_indefinite.html +++ b/test_fixtures/grid/grid_span_2_min_content_fit_content_80px_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_fit_content_80px_indefinite_hidden.html b/test_fixtures/grid/grid_span_2_min_content_fit_content_80px_indefinite_hidden.html similarity index 74% rename from test_fixtures/grid_span_2_min_content_fit_content_80px_indefinite_hidden.html rename to test_fixtures/grid/grid_span_2_min_content_fit_content_80px_indefinite_hidden.html index 2b631612d..c73c0a626 100644 --- a/test_fixtures/grid_span_2_min_content_fit_content_80px_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_2_min_content_fit_content_80px_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_max_content_indefinite.html b/test_fixtures/grid/grid_span_2_min_content_max_content_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_min_content_max_content_indefinite.html rename to test_fixtures/grid/grid_span_2_min_content_max_content_indefinite.html index 7e9b78c90..3e459e084 100644 --- a/test_fixtures/grid_span_2_min_content_max_content_indefinite.html +++ b/test_fixtures/grid/grid_span_2_min_content_max_content_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_2_min_content_min_content_indefinite.html b/test_fixtures/grid/grid_span_2_min_content_min_content_indefinite.html similarity index 73% rename from test_fixtures/grid_span_2_min_content_min_content_indefinite.html rename to test_fixtures/grid/grid_span_2_min_content_min_content_indefinite.html index 9e642881b..eb59db43b 100644 --- a/test_fixtures/grid_span_2_min_content_min_content_indefinite.html +++ b/test_fixtures/grid/grid_span_2_min_content_min_content_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_6_all_non_flex_indefinite.html b/test_fixtures/grid/grid_span_6_all_non_flex_indefinite.html similarity index 74% rename from test_fixtures/grid_span_6_all_non_flex_indefinite.html rename to test_fixtures/grid/grid_span_6_all_non_flex_indefinite.html index 905506f2e..f7def99b5 100644 --- a/test_fixtures/grid_span_6_all_non_flex_indefinite.html +++ b/test_fixtures/grid/grid_span_6_all_non_flex_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_6_all_non_flex_indefinite_hidden.html b/test_fixtures/grid/grid_span_6_all_non_flex_indefinite_hidden.html similarity index 74% rename from test_fixtures/grid_span_6_all_non_flex_indefinite_hidden.html rename to test_fixtures/grid/grid_span_6_all_non_flex_indefinite_hidden.html index 234e55eda..4d5fc0ead 100644 --- a/test_fixtures/grid_span_6_all_non_flex_indefinite_hidden.html +++ b/test_fixtures/grid/grid_span_6_all_non_flex_indefinite_hidden.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/grid_span_8_all_track_types_indefinite.html b/test_fixtures/grid/grid_span_8_all_track_types_indefinite.html similarity index 75% rename from test_fixtures/grid_span_8_all_track_types_indefinite.html rename to test_fixtures/grid/grid_span_8_all_track_types_indefinite.html index 9b05d98db..500025130 100644 --- a/test_fixtures/grid_span_8_all_track_types_indefinite.html +++ b/test_fixtures/grid/grid_span_8_all_track_types_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xgrid_fr_span_2_proportion_sub_1_sum_with_non_spanned_track.html b/test_fixtures/grid/xgrid_fr_span_2_proportion_sub_1_sum_with_non_spanned_track.html similarity index 69% rename from test_fixtures/xgrid_fr_span_2_proportion_sub_1_sum_with_non_spanned_track.html rename to test_fixtures/grid/xgrid_fr_span_2_proportion_sub_1_sum_with_non_spanned_track.html index 9a668fbcd..a0995ea29 100644 --- a/test_fixtures/xgrid_fr_span_2_proportion_sub_1_sum_with_non_spanned_track.html +++ b/test_fixtures/grid/xgrid_fr_span_2_proportion_sub_1_sum_with_non_spanned_track.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/xgrid_span_2_max_content_minmax_max_content_min_content_indefinite.html b/test_fixtures/grid/xgrid_span_2_max_content_minmax_max_content_min_content_indefinite.html similarity index 70% rename from test_fixtures/xgrid_span_2_max_content_minmax_max_content_min_content_indefinite.html rename to test_fixtures/grid/xgrid_span_2_max_content_minmax_max_content_min_content_indefinite.html index 8c5ab482f..20396673f 100644 --- a/test_fixtures/xgrid_span_2_max_content_minmax_max_content_min_content_indefinite.html +++ b/test_fixtures/grid/xgrid_span_2_max_content_minmax_max_content_min_content_indefinite.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gridflex_column_integration.html b/test_fixtures/gridflex/gridflex_column_integration.html similarity index 69% rename from test_fixtures/gridflex_column_integration.html rename to test_fixtures/gridflex/gridflex_column_integration.html index 3cff62f09..d2db8aa6d 100644 --- a/test_fixtures/gridflex_column_integration.html +++ b/test_fixtures/gridflex/gridflex_column_integration.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gridflex_kitchen_sink.html b/test_fixtures/gridflex/gridflex_kitchen_sink.html similarity index 80% rename from test_fixtures/gridflex_kitchen_sink.html rename to test_fixtures/gridflex/gridflex_kitchen_sink.html index ba04e90e5..4aa4a5b3e 100644 --- a/test_fixtures/gridflex_kitchen_sink.html +++ b/test_fixtures/gridflex/gridflex_kitchen_sink.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gridflex_kitchen_sink_minimise.html b/test_fixtures/gridflex/gridflex_kitchen_sink_minimise.html similarity index 65% rename from test_fixtures/gridflex_kitchen_sink_minimise.html rename to test_fixtures/gridflex/gridflex_kitchen_sink_minimise.html index a5c7200f9..9c6018419 100644 --- a/test_fixtures/gridflex_kitchen_sink_minimise.html +++ b/test_fixtures/gridflex/gridflex_kitchen_sink_minimise.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gridflex_kitchen_sink_minimise2.html b/test_fixtures/gridflex/gridflex_kitchen_sink_minimise2.html similarity index 67% rename from test_fixtures/gridflex_kitchen_sink_minimise2.html rename to test_fixtures/gridflex/gridflex_kitchen_sink_minimise2.html index 12dffe714..15cf0f1d8 100644 --- a/test_fixtures/gridflex_kitchen_sink_minimise2.html +++ b/test_fixtures/gridflex/gridflex_kitchen_sink_minimise2.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gridflex_kitchen_sink_minimise3.html b/test_fixtures/gridflex/gridflex_kitchen_sink_minimise3.html similarity index 70% rename from test_fixtures/gridflex_kitchen_sink_minimise3.html rename to test_fixtures/gridflex/gridflex_kitchen_sink_minimise3.html index f321eec5c..9a5b6677a 100644 --- a/test_fixtures/gridflex_kitchen_sink_minimise3.html +++ b/test_fixtures/gridflex/gridflex_kitchen_sink_minimise3.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/gridflex_row_integration.html b/test_fixtures/gridflex/gridflex_row_integration.html similarity index 67% rename from test_fixtures/gridflex_row_integration.html rename to test_fixtures/gridflex/gridflex_row_integration.html index 6054a3d6f..dd0bbb3e6 100644 --- a/test_fixtures/gridflex_row_integration.html +++ b/test_fixtures/gridflex/gridflex_row_integration.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_affect_available_space_x_axis.html b/test_fixtures/leaf/leaf_overflow_scrollbars_affect_available_space_x_axis.html similarity index 63% rename from test_fixtures/leaf_overflow_scrollbars_affect_available_space_x_axis.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_affect_available_space_x_axis.html index 984c6ec24..32cd5ad3c 100644 --- a/test_fixtures/leaf_overflow_scrollbars_affect_available_space_x_axis.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_affect_available_space_x_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_affect_available_space_y_axis.html b/test_fixtures/leaf/leaf_overflow_scrollbars_affect_available_space_y_axis.html similarity index 63% rename from test_fixtures/leaf_overflow_scrollbars_affect_available_space_y_axis.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_affect_available_space_y_axis.html index f9e9b2fbf..7e354beb2 100644 --- a/test_fixtures/leaf_overflow_scrollbars_affect_available_space_y_axis.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_affect_available_space_y_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_overriden_by_available_space.html b/test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_available_space.html similarity index 59% rename from test_fixtures/leaf_overflow_scrollbars_overriden_by_available_space.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_available_space.html index 085d3ea76..e1eb6bb83 100644 --- a/test_fixtures/leaf_overflow_scrollbars_overriden_by_available_space.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_available_space.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_overriden_by_max_size.html b/test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_max_size.html similarity index 56% rename from test_fixtures/leaf_overflow_scrollbars_overriden_by_max_size.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_max_size.html index 37a8c47c8..27fa122a3 100644 --- a/test_fixtures/leaf_overflow_scrollbars_overriden_by_max_size.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_overriden_by_size.html b/test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_size.html similarity index 55% rename from test_fixtures/leaf_overflow_scrollbars_overriden_by_size.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_size.html index d4e573d82..3c16487f1 100644 --- a/test_fixtures/leaf_overflow_scrollbars_overriden_by_size.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_overriden_by_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_take_up_space_both_axis.html b/test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_both_axis.html similarity index 52% rename from test_fixtures/leaf_overflow_scrollbars_take_up_space_both_axis.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_both_axis.html index 753ca274d..85d5b7d16 100644 --- a/test_fixtures/leaf_overflow_scrollbars_take_up_space_both_axis.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_both_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_take_up_space_x_axis.html b/test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_x_axis.html similarity index 52% rename from test_fixtures/leaf_overflow_scrollbars_take_up_space_x_axis.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_x_axis.html index bb0ea3ce2..4d8de465b 100644 --- a/test_fixtures/leaf_overflow_scrollbars_take_up_space_x_axis.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_x_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_overflow_scrollbars_take_up_space_y_axis.html b/test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_y_axis.html similarity index 52% rename from test_fixtures/leaf_overflow_scrollbars_take_up_space_y_axis.html rename to test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_y_axis.html index 1af7085c2..03bed7b7c 100644 --- a/test_fixtures/leaf_overflow_scrollbars_take_up_space_y_axis.html +++ b/test_fixtures/leaf/leaf_overflow_scrollbars_take_up_space_y_axis.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_padding_border_overrides_max_size.html b/test_fixtures/leaf/leaf_padding_border_overrides_max_size.html similarity index 64% rename from test_fixtures/leaf_padding_border_overrides_max_size.html rename to test_fixtures/leaf/leaf_padding_border_overrides_max_size.html index 9c0e1a53d..f8576eb6f 100644 --- a/test_fixtures/leaf_padding_border_overrides_max_size.html +++ b/test_fixtures/leaf/leaf_padding_border_overrides_max_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_padding_border_overrides_min_size.html b/test_fixtures/leaf/leaf_padding_border_overrides_min_size.html similarity index 64% rename from test_fixtures/leaf_padding_border_overrides_min_size.html rename to test_fixtures/leaf/leaf_padding_border_overrides_min_size.html index b40c39378..15ef14189 100644 --- a/test_fixtures/leaf_padding_border_overrides_min_size.html +++ b/test_fixtures/leaf/leaf_padding_border_overrides_min_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_padding_border_overrides_size.html b/test_fixtures/leaf/leaf_padding_border_overrides_size.html similarity index 63% rename from test_fixtures/leaf_padding_border_overrides_size.html rename to test_fixtures/leaf/leaf_padding_border_overrides_size.html index abb8087fa..0010a3ac0 100644 --- a/test_fixtures/leaf_padding_border_overrides_size.html +++ b/test_fixtures/leaf/leaf_padding_border_overrides_size.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_with_content_and_border.html b/test_fixtures/leaf/leaf_with_content_and_border.html similarity index 54% rename from test_fixtures/leaf_with_content_and_border.html rename to test_fixtures/leaf/leaf_with_content_and_border.html index e4dd38f42..3a2362d7c 100644 --- a/test_fixtures/leaf_with_content_and_border.html +++ b/test_fixtures/leaf/leaf_with_content_and_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_with_content_and_padding.html b/test_fixtures/leaf/leaf_with_content_and_padding.html similarity index 53% rename from test_fixtures/leaf_with_content_and_padding.html rename to test_fixtures/leaf/leaf_with_content_and_padding.html index 29efd1cf2..774c067f1 100644 --- a/test_fixtures/leaf_with_content_and_padding.html +++ b/test_fixtures/leaf/leaf_with_content_and_padding.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/leaf_with_content_and_padding_border.html b/test_fixtures/leaf/leaf_with_content_and_padding_border.html similarity index 57% rename from test_fixtures/leaf_with_content_and_padding_border.html rename to test_fixtures/leaf/leaf_with_content_and_padding_border.html index 323568fe6..7dd16514f 100644 --- a/test_fixtures/leaf_with_content_and_padding_border.html +++ b/test_fixtures/leaf/leaf_with_content_and_padding_border.html @@ -1,8 +1,8 @@ - - + + Test description diff --git a/test_fixtures/measure_root.html b/test_fixtures/measure_root.html deleted file mode 100644 index 2092056bc..000000000 --- a/test_fixtures/measure_root.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - Test description - - - - -
HHHHHH
- - - \ No newline at end of file diff --git a/tests/generated/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs b/tests/generated/block/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs rename to tests/generated/block/block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs diff --git a/tests/generated/block_absolute_aspect_ratio_fill_height.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_height.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_fill_height.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_height.rs diff --git a/tests/generated/block_absolute_aspect_ratio_fill_height_from_inset.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_height_from_inset.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_fill_height_from_inset.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_height_from_inset.rs diff --git a/tests/generated/block_absolute_aspect_ratio_fill_max_height.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_max_height.rs similarity index 90% rename from tests/generated/block_absolute_aspect_ratio_fill_max_height.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_max_height.rs index bdfd2a502..22f4bdd52 100644 --- a/tests/generated/block_absolute_aspect_ratio_fill_max_height.rs +++ b/tests/generated/block/block_absolute_aspect_ratio_fill_max_height.rs @@ -3,7 +3,7 @@ fn block_absolute_aspect_ratio_fill_max_height() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (50f32) , height : auto () , } , aspect_ratio : Some (3f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (3f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (50f32) , height : auto () , } , aspect_ratio : Some (3f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (3f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/block_absolute_aspect_ratio_fill_max_width.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_max_width.rs similarity index 90% rename from tests/generated/block_absolute_aspect_ratio_fill_max_width.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_max_width.rs index e616b4c18..ebbc890c9 100644 --- a/tests/generated/block_absolute_aspect_ratio_fill_max_width.rs +++ b/tests/generated/block/block_absolute_aspect_ratio_fill_max_width.rs @@ -3,7 +3,7 @@ fn block_absolute_aspect_ratio_fill_max_width() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : auto () , height : taffy :: style :: Dimension :: Length (50f32) , } , aspect_ratio : Some (0.5f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (0.5f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : auto () , height : taffy :: style :: Dimension :: Length (50f32) , } , aspect_ratio : Some (0.5f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (0.5f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/block_absolute_aspect_ratio_fill_min_height.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_min_height.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_fill_min_height.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_min_height.rs diff --git a/tests/generated/block_absolute_aspect_ratio_fill_min_width.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_min_width.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_fill_min_width.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_min_width.rs diff --git a/tests/generated/block_absolute_aspect_ratio_fill_width.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_width.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_fill_width.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_width.rs diff --git a/tests/generated/block_absolute_aspect_ratio_fill_width_from_inset.rs b/tests/generated/block/block_absolute_aspect_ratio_fill_width_from_inset.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_fill_width_from_inset.rs rename to tests/generated/block/block_absolute_aspect_ratio_fill_width_from_inset.rs diff --git a/tests/generated/block_absolute_aspect_ratio_height_overrides_inset.rs b/tests/generated/block/block_absolute_aspect_ratio_height_overrides_inset.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_height_overrides_inset.rs rename to tests/generated/block/block_absolute_aspect_ratio_height_overrides_inset.rs diff --git a/tests/generated/block_absolute_aspect_ratio_width_overrides_inset.rs b/tests/generated/block/block_absolute_aspect_ratio_width_overrides_inset.rs similarity index 100% rename from tests/generated/block_absolute_aspect_ratio_width_overrides_inset.rs rename to tests/generated/block/block_absolute_aspect_ratio_width_overrides_inset.rs diff --git a/tests/generated/block_absolute_child_with_margin_x.rs b/tests/generated/block/block_absolute_child_with_margin_x.rs similarity index 100% rename from tests/generated/block_absolute_child_with_margin_x.rs rename to tests/generated/block/block_absolute_child_with_margin_x.rs diff --git a/tests/generated/block_absolute_child_with_margin_y.rs b/tests/generated/block/block_absolute_child_with_margin_y.rs similarity index 100% rename from tests/generated/block_absolute_child_with_margin_y.rs rename to tests/generated/block/block_absolute_child_with_margin_y.rs diff --git a/tests/generated/block_absolute_child_with_max_height.rs b/tests/generated/block/block_absolute_child_with_max_height.rs similarity index 100% rename from tests/generated/block_absolute_child_with_max_height.rs rename to tests/generated/block/block_absolute_child_with_max_height.rs diff --git a/tests/generated/block_absolute_layout_child_order.rs b/tests/generated/block/block_absolute_layout_child_order.rs similarity index 100% rename from tests/generated/block_absolute_layout_child_order.rs rename to tests/generated/block/block_absolute_layout_child_order.rs diff --git a/tests/generated/block_absolute_layout_no_size.rs b/tests/generated/block/block_absolute_layout_no_size.rs similarity index 100% rename from tests/generated/block_absolute_layout_no_size.rs rename to tests/generated/block/block_absolute_layout_no_size.rs diff --git a/tests/generated/block_absolute_layout_percentage_bottom_based_on_parent_height.rs b/tests/generated/block/block_absolute_layout_percentage_bottom_based_on_parent_height.rs similarity index 100% rename from tests/generated/block_absolute_layout_percentage_bottom_based_on_parent_height.rs rename to tests/generated/block/block_absolute_layout_percentage_bottom_based_on_parent_height.rs diff --git a/tests/generated/block_absolute_layout_percentage_height.rs b/tests/generated/block/block_absolute_layout_percentage_height.rs similarity index 100% rename from tests/generated/block_absolute_layout_percentage_height.rs rename to tests/generated/block/block_absolute_layout_percentage_height.rs diff --git a/tests/generated/block_absolute_layout_row_width_height_end_bottom.rs b/tests/generated/block/block_absolute_layout_row_width_height_end_bottom.rs similarity index 100% rename from tests/generated/block_absolute_layout_row_width_height_end_bottom.rs rename to tests/generated/block/block_absolute_layout_row_width_height_end_bottom.rs diff --git a/tests/generated/block_absolute_layout_start_top_end_bottom.rs b/tests/generated/block/block_absolute_layout_start_top_end_bottom.rs similarity index 100% rename from tests/generated/block_absolute_layout_start_top_end_bottom.rs rename to tests/generated/block/block_absolute_layout_start_top_end_bottom.rs diff --git a/tests/generated/block_absolute_layout_width_height_end_bottom.rs b/tests/generated/block/block_absolute_layout_width_height_end_bottom.rs similarity index 100% rename from tests/generated/block_absolute_layout_width_height_end_bottom.rs rename to tests/generated/block/block_absolute_layout_width_height_end_bottom.rs diff --git a/tests/generated/block_absolute_layout_width_height_start_top.rs b/tests/generated/block/block_absolute_layout_width_height_start_top.rs similarity index 100% rename from tests/generated/block_absolute_layout_width_height_start_top.rs rename to tests/generated/block/block_absolute_layout_width_height_start_top.rs diff --git a/tests/generated/block_absolute_layout_width_height_start_top_end_bottom.rs b/tests/generated/block/block_absolute_layout_width_height_start_top_end_bottom.rs similarity index 100% rename from tests/generated/block_absolute_layout_width_height_start_top_end_bottom.rs rename to tests/generated/block/block_absolute_layout_width_height_start_top_end_bottom.rs diff --git a/tests/generated/block_absolute_layout_within_border.rs b/tests/generated/block/block_absolute_layout_within_border.rs similarity index 100% rename from tests/generated/block_absolute_layout_within_border.rs rename to tests/generated/block/block_absolute_layout_within_border.rs diff --git a/tests/generated/block_absolute_margin_auto_bottom_and_top_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_bottom_and_top_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_bottom_and_top_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_bottom_and_top_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_bottom_and_top_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_bottom_and_top_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_bottom_and_top_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_bottom_and_top_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_bottom_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_bottom_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_bottom_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_bottom_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_bottom_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_bottom_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_bottom_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_bottom_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_and_right_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_and_right_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_and_right_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_and_right_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_and_right_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_and_right_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_and_right_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_and_right_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_child_bigger_than_parent_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_child_bigger_than_parent_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_left_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_left_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_left_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_left_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_mutiple_children_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_mutiple_children_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_mutiple_children_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_mutiple_children_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_mutiple_children_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_mutiple_children_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_mutiple_children_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_mutiple_children_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_right_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_right_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_right_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_right_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_right_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_right_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_right_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_right_without_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_top_with_inset.rs b/tests/generated/block/block_absolute_margin_auto_top_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_top_with_inset.rs rename to tests/generated/block/block_absolute_margin_auto_top_with_inset.rs diff --git a/tests/generated/block_absolute_margin_auto_top_without_inset.rs b/tests/generated/block/block_absolute_margin_auto_top_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_auto_top_without_inset.rs rename to tests/generated/block/block_absolute_margin_auto_top_without_inset.rs diff --git a/tests/generated/block_absolute_margin_bottom_left_with_inset.rs b/tests/generated/block/block_absolute_margin_bottom_left_with_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_bottom_left_with_inset.rs rename to tests/generated/block/block_absolute_margin_bottom_left_with_inset.rs diff --git a/tests/generated/block_absolute_margin_bottom_left_without_inset.rs b/tests/generated/block/block_absolute_margin_bottom_left_without_inset.rs similarity index 100% rename from tests/generated/block_absolute_margin_bottom_left_without_inset.rs rename to tests/generated/block/block_absolute_margin_bottom_left_without_inset.rs diff --git a/tests/generated/block_absolute_minmax_bottom_right_max.rs b/tests/generated/block/block_absolute_minmax_bottom_right_max.rs similarity index 100% rename from tests/generated/block_absolute_minmax_bottom_right_max.rs rename to tests/generated/block/block_absolute_minmax_bottom_right_max.rs diff --git a/tests/generated/block_absolute_minmax_bottom_right_min_max.rs b/tests/generated/block/block_absolute_minmax_bottom_right_min_max.rs similarity index 100% rename from tests/generated/block_absolute_minmax_bottom_right_min_max.rs rename to tests/generated/block/block_absolute_minmax_bottom_right_min_max.rs diff --git a/tests/generated/block_absolute_minmax_bottom_right_min_max_preferred.rs b/tests/generated/block/block_absolute_minmax_bottom_right_min_max_preferred.rs similarity index 100% rename from tests/generated/block_absolute_minmax_bottom_right_min_max_preferred.rs rename to tests/generated/block/block_absolute_minmax_bottom_right_min_max_preferred.rs diff --git a/tests/generated/block_absolute_minmax_top_left_bottom_right_max.rs b/tests/generated/block/block_absolute_minmax_top_left_bottom_right_max.rs similarity index 100% rename from tests/generated/block_absolute_minmax_top_left_bottom_right_max.rs rename to tests/generated/block/block_absolute_minmax_top_left_bottom_right_max.rs diff --git a/tests/generated/block_absolute_minmax_top_left_bottom_right_min_max.rs b/tests/generated/block/block_absolute_minmax_top_left_bottom_right_min_max.rs similarity index 100% rename from tests/generated/block_absolute_minmax_top_left_bottom_right_min_max.rs rename to tests/generated/block/block_absolute_minmax_top_left_bottom_right_min_max.rs diff --git a/tests/generated/block_absolute_no_styles.rs b/tests/generated/block/block_absolute_no_styles.rs similarity index 100% rename from tests/generated/block_absolute_no_styles.rs rename to tests/generated/block/block_absolute_no_styles.rs diff --git a/tests/generated/block_absolute_padding_border_overrides_max_size.rs b/tests/generated/block/block_absolute_padding_border_overrides_max_size.rs similarity index 100% rename from tests/generated/block_absolute_padding_border_overrides_max_size.rs rename to tests/generated/block/block_absolute_padding_border_overrides_max_size.rs diff --git a/tests/generated/block_absolute_padding_border_overrides_size.rs b/tests/generated/block/block_absolute_padding_border_overrides_size.rs similarity index 100% rename from tests/generated/block_absolute_padding_border_overrides_size.rs rename to tests/generated/block/block_absolute_padding_border_overrides_size.rs diff --git a/tests/generated/block_align_baseline_child.rs b/tests/generated/block/block_align_baseline_child.rs similarity index 100% rename from tests/generated/block_align_baseline_child.rs rename to tests/generated/block/block_align_baseline_child.rs diff --git a/tests/generated/block_align_baseline_child_margin.rs b/tests/generated/block/block_align_baseline_child_margin.rs similarity index 100% rename from tests/generated/block_align_baseline_child_margin.rs rename to tests/generated/block/block_align_baseline_child_margin.rs diff --git a/tests/generated/block_align_baseline_child_margin_percent.rs b/tests/generated/block/block_align_baseline_child_margin_percent.rs similarity index 100% rename from tests/generated/block_align_baseline_child_margin_percent.rs rename to tests/generated/block/block_align_baseline_child_margin_percent.rs diff --git a/tests/generated/block_align_baseline_child_padding.rs b/tests/generated/block/block_align_baseline_child_padding.rs similarity index 100% rename from tests/generated/block_align_baseline_child_padding.rs rename to tests/generated/block/block_align_baseline_child_padding.rs diff --git a/tests/generated/block_align_baseline_child_top.rs b/tests/generated/block/block_align_baseline_child_top.rs similarity index 100% rename from tests/generated/block_align_baseline_child_top.rs rename to tests/generated/block/block_align_baseline_child_top.rs diff --git a/tests/generated/block_align_baseline_child_top2.rs b/tests/generated/block/block_align_baseline_child_top2.rs similarity index 100% rename from tests/generated/block_align_baseline_child_top2.rs rename to tests/generated/block/block_align_baseline_child_top2.rs diff --git a/tests/generated/block_align_baseline_double_nested_child.rs b/tests/generated/block/block_align_baseline_double_nested_child.rs similarity index 100% rename from tests/generated/block_align_baseline_double_nested_child.rs rename to tests/generated/block/block_align_baseline_double_nested_child.rs diff --git a/tests/generated/block_aspect_ratio_fill_height.rs b/tests/generated/block/block_aspect_ratio_fill_height.rs similarity index 100% rename from tests/generated/block_aspect_ratio_fill_height.rs rename to tests/generated/block/block_aspect_ratio_fill_height.rs diff --git a/tests/generated/block_aspect_ratio_fill_max_height.rs b/tests/generated/block/block_aspect_ratio_fill_max_height.rs similarity index 90% rename from tests/generated/block_aspect_ratio_fill_max_height.rs rename to tests/generated/block/block_aspect_ratio_fill_max_height.rs index 64bfe1d71..340499c3e 100644 --- a/tests/generated/block_aspect_ratio_fill_max_height.rs +++ b/tests/generated/block/block_aspect_ratio_fill_max_height.rs @@ -3,7 +3,7 @@ fn block_aspect_ratio_fill_max_height() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { display : taffy :: style :: Display :: Block , max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { display : taffy :: style :: Display :: Block , max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/block_aspect_ratio_fill_max_width.rs b/tests/generated/block/block_aspect_ratio_fill_max_width.rs similarity index 95% rename from tests/generated/block_aspect_ratio_fill_max_width.rs rename to tests/generated/block/block_aspect_ratio_fill_max_width.rs index a55ff3a83..57174b09b 100644 --- a/tests/generated/block_aspect_ratio_fill_max_width.rs +++ b/tests/generated/block/block_aspect_ratio_fill_max_width.rs @@ -13,11 +13,11 @@ fn block_aspect_ratio_fill_max_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/block_aspect_ratio_fill_min_height.rs b/tests/generated/block/block_aspect_ratio_fill_min_height.rs similarity index 100% rename from tests/generated/block_aspect_ratio_fill_min_height.rs rename to tests/generated/block/block_aspect_ratio_fill_min_height.rs diff --git a/tests/generated/block_aspect_ratio_fill_min_width.rs b/tests/generated/block/block_aspect_ratio_fill_min_width.rs similarity index 95% rename from tests/generated/block_aspect_ratio_fill_min_width.rs rename to tests/generated/block/block_aspect_ratio_fill_min_width.rs index 7aacc4e7c..27cbb49fc 100644 --- a/tests/generated/block_aspect_ratio_fill_min_width.rs +++ b/tests/generated/block/block_aspect_ratio_fill_min_width.rs @@ -13,11 +13,11 @@ fn block_aspect_ratio_fill_min_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "\n \n "; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/block_aspect_ratio_fill_width.rs b/tests/generated/block/block_aspect_ratio_fill_width.rs similarity index 100% rename from tests/generated/block_aspect_ratio_fill_width.rs rename to tests/generated/block/block_aspect_ratio_fill_width.rs diff --git a/tests/generated/block_basic.rs b/tests/generated/block/block_basic.rs similarity index 100% rename from tests/generated/block_basic.rs rename to tests/generated/block/block_basic.rs diff --git a/tests/generated/block_border_fixed_size.rs b/tests/generated/block/block_border_fixed_size.rs similarity index 100% rename from tests/generated/block_border_fixed_size.rs rename to tests/generated/block/block_border_fixed_size.rs diff --git a/tests/generated/block_border_intrinsic_size.rs b/tests/generated/block/block_border_intrinsic_size.rs similarity index 100% rename from tests/generated/block_border_intrinsic_size.rs rename to tests/generated/block/block_border_intrinsic_size.rs diff --git a/tests/generated/block_border_percentage_fixed_size.rs b/tests/generated/block/block_border_percentage_fixed_size.rs similarity index 100% rename from tests/generated/block_border_percentage_fixed_size.rs rename to tests/generated/block/block_border_percentage_fixed_size.rs diff --git a/tests/generated/block_border_percentage_intrinsic_size.rs b/tests/generated/block/block_border_percentage_intrinsic_size.rs similarity index 100% rename from tests/generated/block_border_percentage_intrinsic_size.rs rename to tests/generated/block/block_border_percentage_intrinsic_size.rs diff --git a/tests/generated/block_display_none.rs b/tests/generated/block/block_display_none.rs similarity index 100% rename from tests/generated/block_display_none.rs rename to tests/generated/block/block_display_none.rs diff --git a/tests/generated/block_display_none_with_child.rs b/tests/generated/block/block_display_none_with_child.rs similarity index 100% rename from tests/generated/block_display_none_with_child.rs rename to tests/generated/block/block_display_none_with_child.rs diff --git a/tests/generated/block_display_none_with_inset.rs b/tests/generated/block/block_display_none_with_inset.rs similarity index 100% rename from tests/generated/block_display_none_with_inset.rs rename to tests/generated/block/block_display_none_with_inset.rs diff --git a/tests/generated/block_display_none_with_margin.rs b/tests/generated/block/block_display_none_with_margin.rs similarity index 100% rename from tests/generated/block_display_none_with_margin.rs rename to tests/generated/block/block_display_none_with_margin.rs diff --git a/tests/generated/block_display_none_with_position_absolute.rs b/tests/generated/block/block_display_none_with_position_absolute.rs similarity index 100% rename from tests/generated/block_display_none_with_position_absolute.rs rename to tests/generated/block/block_display_none_with_position_absolute.rs diff --git a/tests/generated/block_inset_fixed.rs b/tests/generated/block/block_inset_fixed.rs similarity index 100% rename from tests/generated/block_inset_fixed.rs rename to tests/generated/block/block_inset_fixed.rs diff --git a/tests/generated/block_inset_percentage.rs b/tests/generated/block/block_inset_percentage.rs similarity index 100% rename from tests/generated/block_inset_percentage.rs rename to tests/generated/block/block_inset_percentage.rs diff --git a/tests/generated/block_intrinsic_width.rs b/tests/generated/block/block_intrinsic_width.rs similarity index 100% rename from tests/generated/block_intrinsic_width.rs rename to tests/generated/block/block_intrinsic_width.rs diff --git a/tests/generated/block_margin_auto_bottom.rs b/tests/generated/block/block_margin_auto_bottom.rs similarity index 100% rename from tests/generated/block_margin_auto_bottom.rs rename to tests/generated/block/block_margin_auto_bottom.rs diff --git a/tests/generated/block_margin_auto_bottom_and_top.rs b/tests/generated/block/block_margin_auto_bottom_and_top.rs similarity index 100% rename from tests/generated/block_margin_auto_bottom_and_top.rs rename to tests/generated/block/block_margin_auto_bottom_and_top.rs diff --git a/tests/generated/block_margin_auto_left.rs b/tests/generated/block/block_margin_auto_left.rs similarity index 100% rename from tests/generated/block_margin_auto_left.rs rename to tests/generated/block/block_margin_auto_left.rs diff --git a/tests/generated/block_margin_auto_left_and_right.rs b/tests/generated/block/block_margin_auto_left_and_right.rs similarity index 100% rename from tests/generated/block_margin_auto_left_and_right.rs rename to tests/generated/block/block_margin_auto_left_and_right.rs diff --git a/tests/generated/block_margin_auto_left_child_bigger_than_parent.rs b/tests/generated/block/block_margin_auto_left_child_bigger_than_parent.rs similarity index 100% rename from tests/generated/block_margin_auto_left_child_bigger_than_parent.rs rename to tests/generated/block/block_margin_auto_left_child_bigger_than_parent.rs diff --git a/tests/generated/block_margin_auto_left_fix_right_child_bigger_than_parent.rs b/tests/generated/block/block_margin_auto_left_fix_right_child_bigger_than_parent.rs similarity index 100% rename from tests/generated/block_margin_auto_left_fix_right_child_bigger_than_parent.rs rename to tests/generated/block/block_margin_auto_left_fix_right_child_bigger_than_parent.rs diff --git a/tests/generated/block_margin_auto_left_right_child_bigger_than_parent.rs b/tests/generated/block/block_margin_auto_left_right_child_bigger_than_parent.rs similarity index 100% rename from tests/generated/block_margin_auto_left_right_child_bigger_than_parent.rs rename to tests/generated/block/block_margin_auto_left_right_child_bigger_than_parent.rs diff --git a/tests/generated/block_margin_auto_mutiple_children.rs b/tests/generated/block/block_margin_auto_mutiple_children.rs similarity index 100% rename from tests/generated/block_margin_auto_mutiple_children.rs rename to tests/generated/block/block_margin_auto_mutiple_children.rs diff --git a/tests/generated/block_margin_auto_right.rs b/tests/generated/block/block_margin_auto_right.rs similarity index 100% rename from tests/generated/block_margin_auto_right.rs rename to tests/generated/block/block_margin_auto_right.rs diff --git a/tests/generated/block_margin_auto_top.rs b/tests/generated/block/block_margin_auto_top.rs similarity index 100% rename from tests/generated/block_margin_auto_top.rs rename to tests/generated/block/block_margin_auto_top.rs diff --git a/tests/generated/block_margin_x_fixed_auto_bottom.rs b/tests/generated/block/block_margin_x_fixed_auto_bottom.rs similarity index 100% rename from tests/generated/block_margin_x_fixed_auto_bottom.rs rename to tests/generated/block/block_margin_x_fixed_auto_bottom.rs diff --git a/tests/generated/block_margin_x_fixed_auto_left.rs b/tests/generated/block/block_margin_x_fixed_auto_left.rs similarity index 100% rename from tests/generated/block_margin_x_fixed_auto_left.rs rename to tests/generated/block/block_margin_x_fixed_auto_left.rs diff --git a/tests/generated/block_margin_x_fixed_auto_left_and_right.rs b/tests/generated/block/block_margin_x_fixed_auto_left_and_right.rs similarity index 100% rename from tests/generated/block_margin_x_fixed_auto_left_and_right.rs rename to tests/generated/block/block_margin_x_fixed_auto_left_and_right.rs diff --git a/tests/generated/block_margin_x_fixed_auto_right.rs b/tests/generated/block/block_margin_x_fixed_auto_right.rs similarity index 100% rename from tests/generated/block_margin_x_fixed_auto_right.rs rename to tests/generated/block/block_margin_x_fixed_auto_right.rs diff --git a/tests/generated/block_margin_x_fixed_auto_top.rs b/tests/generated/block/block_margin_x_fixed_auto_top.rs similarity index 100% rename from tests/generated/block_margin_x_fixed_auto_top.rs rename to tests/generated/block/block_margin_x_fixed_auto_top.rs diff --git a/tests/generated/block_margin_x_fixed_size_negative.rs b/tests/generated/block/block_margin_x_fixed_size_negative.rs similarity index 100% rename from tests/generated/block_margin_x_fixed_size_negative.rs rename to tests/generated/block/block_margin_x_fixed_size_negative.rs diff --git a/tests/generated/block_margin_x_fixed_size_positive.rs b/tests/generated/block/block_margin_x_fixed_size_positive.rs similarity index 100% rename from tests/generated/block_margin_x_fixed_size_positive.rs rename to tests/generated/block/block_margin_x_fixed_size_positive.rs diff --git a/tests/generated/block_margin_x_intrinsic_size_negative.rs b/tests/generated/block/block_margin_x_intrinsic_size_negative.rs similarity index 100% rename from tests/generated/block_margin_x_intrinsic_size_negative.rs rename to tests/generated/block/block_margin_x_intrinsic_size_negative.rs diff --git a/tests/generated/block_margin_x_intrinsic_size_positive.rs b/tests/generated/block/block_margin_x_intrinsic_size_positive.rs similarity index 100% rename from tests/generated/block_margin_x_intrinsic_size_positive.rs rename to tests/generated/block/block_margin_x_intrinsic_size_positive.rs diff --git a/tests/generated/block_margin_x_percentage_fixed_size_negative.rs b/tests/generated/block/block_margin_x_percentage_fixed_size_negative.rs similarity index 100% rename from tests/generated/block_margin_x_percentage_fixed_size_negative.rs rename to tests/generated/block/block_margin_x_percentage_fixed_size_negative.rs diff --git a/tests/generated/block_margin_x_percentage_fixed_size_positive.rs b/tests/generated/block/block_margin_x_percentage_fixed_size_positive.rs similarity index 100% rename from tests/generated/block_margin_x_percentage_fixed_size_positive.rs rename to tests/generated/block/block_margin_x_percentage_fixed_size_positive.rs diff --git a/tests/generated/block_margin_x_percentage_intrinsic_size_other_negative.rs b/tests/generated/block/block_margin_x_percentage_intrinsic_size_other_negative.rs similarity index 100% rename from tests/generated/block_margin_x_percentage_intrinsic_size_other_negative.rs rename to tests/generated/block/block_margin_x_percentage_intrinsic_size_other_negative.rs diff --git a/tests/generated/block_margin_x_percentage_intrinsic_size_other_positive.rs b/tests/generated/block/block_margin_x_percentage_intrinsic_size_other_positive.rs similarity index 100% rename from tests/generated/block_margin_x_percentage_intrinsic_size_other_positive.rs rename to tests/generated/block/block_margin_x_percentage_intrinsic_size_other_positive.rs diff --git a/tests/generated/block_margin_x_percentage_intrinsic_size_self_negative.rs b/tests/generated/block/block_margin_x_percentage_intrinsic_size_self_negative.rs similarity index 100% rename from tests/generated/block_margin_x_percentage_intrinsic_size_self_negative.rs rename to tests/generated/block/block_margin_x_percentage_intrinsic_size_self_negative.rs diff --git a/tests/generated/block_margin_x_percentage_intrinsic_size_self_positive.rs b/tests/generated/block/block_margin_x_percentage_intrinsic_size_self_positive.rs similarity index 100% rename from tests/generated/block_margin_x_percentage_intrinsic_size_self_positive.rs rename to tests/generated/block/block_margin_x_percentage_intrinsic_size_self_positive.rs diff --git a/tests/generated/block_margin_y_collapse_complex.rs b/tests/generated/block/block_margin_y_collapse_complex.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_complex.rs rename to tests/generated/block/block_margin_y_collapse_complex.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_aspect_ratio.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_aspect_ratio.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_aspect_ratio.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_aspect_ratio.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_border_bottom.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_border_bottom.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_border_bottom.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_border_bottom.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_border_top.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_border_top.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_border_top.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_border_top.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_height.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_height.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_height.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_height.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_line_box.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box.rs similarity index 97% rename from tests/generated/block_margin_y_collapse_through_blocked_by_line_box.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box.rs index 1de2168f2..ca42835f9 100644 --- a/tests/generated/block_margin_y_collapse_through_blocked_by_line_box.rs +++ b/tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box.rs @@ -30,11 +30,11 @@ fn block_margin_y_collapse_through_blocked_by_line_box() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.rs similarity index 97% rename from tests/generated/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.rs index 4e517fe12..0cbf6c9de 100644 --- a/tests/generated/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.rs +++ b/tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box_with_height_zero.rs @@ -31,11 +31,11 @@ fn block_margin_y_collapse_through_blocked_by_line_box_with_height_zero() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.rs similarity index 97% rename from tests/generated/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.rs index 7c188f615..4aca6c72e 100644 --- a/tests/generated/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.rs +++ b/tests/generated/block/block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero.rs @@ -31,11 +31,11 @@ fn block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_min_height.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_min_height.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_min_height.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_min_height.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_x_hidden.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_x_scroll.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_y_hidden.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_overflow_y_scroll.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_padding_bottom.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_padding_bottom.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_padding_bottom.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_padding_bottom.rs diff --git a/tests/generated/block_margin_y_collapse_through_blocked_by_padding_top.rs b/tests/generated/block/block_margin_y_collapse_through_blocked_by_padding_top.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_blocked_by_padding_top.rs rename to tests/generated/block/block_margin_y_collapse_through_blocked_by_padding_top.rs diff --git a/tests/generated/block_margin_y_collapse_through_negative.rs b/tests/generated/block/block_margin_y_collapse_through_negative.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_negative.rs rename to tests/generated/block/block_margin_y_collapse_through_negative.rs diff --git a/tests/generated/block_margin_y_collapse_through_positive.rs b/tests/generated/block/block_margin_y_collapse_through_positive.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_positive.rs rename to tests/generated/block/block_margin_y_collapse_through_positive.rs diff --git a/tests/generated/block_margin_y_collapse_through_positive_and_negative.rs b/tests/generated/block/block_margin_y_collapse_through_positive_and_negative.rs similarity index 100% rename from tests/generated/block_margin_y_collapse_through_positive_and_negative.rs rename to tests/generated/block/block_margin_y_collapse_through_positive_and_negative.rs diff --git a/tests/generated/block_margin_y_collapse_through_with_absolute_child.rs b/tests/generated/block/block_margin_y_collapse_through_with_absolute_child.rs similarity index 97% rename from tests/generated/block_margin_y_collapse_through_with_absolute_child.rs rename to tests/generated/block/block_margin_y_collapse_through_with_absolute_child.rs index 9821746eb..02db9aec8 100644 --- a/tests/generated/block_margin_y_collapse_through_with_absolute_child.rs +++ b/tests/generated/block/block_margin_y_collapse_through_with_absolute_child.rs @@ -21,11 +21,11 @@ fn block_margin_y_collapse_through_with_absolute_child() { taffy::style::Style { position: taffy::style::Position::Absolute, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/block_margin_y_first_child_collapse_blocked_by_border_top.rs b/tests/generated/block/block_margin_y_first_child_collapse_blocked_by_border_top.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_blocked_by_border_top.rs rename to tests/generated/block/block_margin_y_first_child_collapse_blocked_by_border_top.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.rs b/tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.rs rename to tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.rs b/tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.rs rename to tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.rs b/tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.rs rename to tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.rs b/tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.rs rename to tests/generated/block/block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_blocked_by_padding_top.rs b/tests/generated/block/block_margin_y_first_child_collapse_blocked_by_padding_top.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_blocked_by_padding_top.rs rename to tests/generated/block/block_margin_y_first_child_collapse_blocked_by_padding_top.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_negative_equal.rs b/tests/generated/block/block_margin_y_first_child_collapse_negative_equal.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_negative_equal.rs rename to tests/generated/block/block_margin_y_first_child_collapse_negative_equal.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_negative_parent_larger.rs b/tests/generated/block/block_margin_y_first_child_collapse_negative_parent_larger.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_negative_parent_larger.rs rename to tests/generated/block/block_margin_y_first_child_collapse_negative_parent_larger.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_negative_parent_smaller.rs b/tests/generated/block/block_margin_y_first_child_collapse_negative_parent_smaller.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_negative_parent_smaller.rs rename to tests/generated/block/block_margin_y_first_child_collapse_negative_parent_smaller.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.rs b/tests/generated/block/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.rs rename to tests/generated/block/block_margin_y_first_child_collapse_not_blocked_by_border_bottom.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.rs b/tests/generated/block/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.rs rename to tests/generated/block/block_margin_y_first_child_collapse_not_blocked_by_padding_bottom.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_positive_and_negative.rs b/tests/generated/block/block_margin_y_first_child_collapse_positive_and_negative.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_positive_and_negative.rs rename to tests/generated/block/block_margin_y_first_child_collapse_positive_and_negative.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_positive_equal.rs b/tests/generated/block/block_margin_y_first_child_collapse_positive_equal.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_positive_equal.rs rename to tests/generated/block/block_margin_y_first_child_collapse_positive_equal.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_positive_parent_larger.rs b/tests/generated/block/block_margin_y_first_child_collapse_positive_parent_larger.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_positive_parent_larger.rs rename to tests/generated/block/block_margin_y_first_child_collapse_positive_parent_larger.rs diff --git a/tests/generated/block_margin_y_first_child_collapse_positive_parent_smaller.rs b/tests/generated/block/block_margin_y_first_child_collapse_positive_parent_smaller.rs similarity index 100% rename from tests/generated/block_margin_y_first_child_collapse_positive_parent_smaller.rs rename to tests/generated/block/block_margin_y_first_child_collapse_positive_parent_smaller.rs diff --git a/tests/generated/block_margin_y_first_granchild_collapse_positive_and_negative.rs b/tests/generated/block/block_margin_y_first_granchild_collapse_positive_and_negative.rs similarity index 100% rename from tests/generated/block_margin_y_first_granchild_collapse_positive_and_negative.rs rename to tests/generated/block/block_margin_y_first_granchild_collapse_positive_and_negative.rs diff --git a/tests/generated/block_margin_y_first_granchild_collapse_positive_equal.rs b/tests/generated/block/block_margin_y_first_granchild_collapse_positive_equal.rs similarity index 100% rename from tests/generated/block_margin_y_first_granchild_collapse_positive_equal.rs rename to tests/generated/block/block_margin_y_first_granchild_collapse_positive_equal.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_blocked_by_border_bottom.rs b/tests/generated/block/block_margin_y_last_child_collapse_blocked_by_border_bottom.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_blocked_by_border_bottom.rs rename to tests/generated/block/block_margin_y_last_child_collapse_blocked_by_border_bottom.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.rs b/tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.rs rename to tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.rs b/tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.rs rename to tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.rs b/tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.rs rename to tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.rs b/tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.rs rename to tests/generated/block/block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_blocked_by_padding_bottom.rs b/tests/generated/block/block_margin_y_last_child_collapse_blocked_by_padding_bottom.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_blocked_by_padding_bottom.rs rename to tests/generated/block/block_margin_y_last_child_collapse_blocked_by_padding_bottom.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_negative_equal.rs b/tests/generated/block/block_margin_y_last_child_collapse_negative_equal.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_negative_equal.rs rename to tests/generated/block/block_margin_y_last_child_collapse_negative_equal.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_negative_parent_larger.rs b/tests/generated/block/block_margin_y_last_child_collapse_negative_parent_larger.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_negative_parent_larger.rs rename to tests/generated/block/block_margin_y_last_child_collapse_negative_parent_larger.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_negative_parent_smaller.rs b/tests/generated/block/block_margin_y_last_child_collapse_negative_parent_smaller.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_negative_parent_smaller.rs rename to tests/generated/block/block_margin_y_last_child_collapse_negative_parent_smaller.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_not_blocked_by_border_top.rs b/tests/generated/block/block_margin_y_last_child_collapse_not_blocked_by_border_top.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_not_blocked_by_border_top.rs rename to tests/generated/block/block_margin_y_last_child_collapse_not_blocked_by_border_top.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_not_blocked_by_padding_top.rs b/tests/generated/block/block_margin_y_last_child_collapse_not_blocked_by_padding_top.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_not_blocked_by_padding_top.rs rename to tests/generated/block/block_margin_y_last_child_collapse_not_blocked_by_padding_top.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_positive_and_negative.rs b/tests/generated/block/block_margin_y_last_child_collapse_positive_and_negative.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_positive_and_negative.rs rename to tests/generated/block/block_margin_y_last_child_collapse_positive_and_negative.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_positive_equal.rs b/tests/generated/block/block_margin_y_last_child_collapse_positive_equal.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_positive_equal.rs rename to tests/generated/block/block_margin_y_last_child_collapse_positive_equal.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_positive_parent_larger.rs b/tests/generated/block/block_margin_y_last_child_collapse_positive_parent_larger.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_positive_parent_larger.rs rename to tests/generated/block/block_margin_y_last_child_collapse_positive_parent_larger.rs diff --git a/tests/generated/block_margin_y_last_child_collapse_positive_parent_smaller.rs b/tests/generated/block/block_margin_y_last_child_collapse_positive_parent_smaller.rs similarity index 100% rename from tests/generated/block_margin_y_last_child_collapse_positive_parent_smaller.rs rename to tests/generated/block/block_margin_y_last_child_collapse_positive_parent_smaller.rs diff --git a/tests/generated/block_margin_y_last_granchild_collapse_positive_equal.rs b/tests/generated/block/block_margin_y_last_granchild_collapse_positive_equal.rs similarity index 100% rename from tests/generated/block_margin_y_last_granchild_collapse_positive_equal.rs rename to tests/generated/block/block_margin_y_last_granchild_collapse_positive_equal.rs diff --git a/tests/generated/block_margin_y_sibling_collapse_negative.rs b/tests/generated/block/block_margin_y_sibling_collapse_negative.rs similarity index 100% rename from tests/generated/block_margin_y_sibling_collapse_negative.rs rename to tests/generated/block/block_margin_y_sibling_collapse_negative.rs diff --git a/tests/generated/block_margin_y_sibling_collapse_negative_percentage.rs b/tests/generated/block/block_margin_y_sibling_collapse_negative_percentage.rs similarity index 100% rename from tests/generated/block_margin_y_sibling_collapse_negative_percentage.rs rename to tests/generated/block/block_margin_y_sibling_collapse_negative_percentage.rs diff --git a/tests/generated/block_margin_y_sibling_collapse_positive.rs b/tests/generated/block/block_margin_y_sibling_collapse_positive.rs similarity index 100% rename from tests/generated/block_margin_y_sibling_collapse_positive.rs rename to tests/generated/block/block_margin_y_sibling_collapse_positive.rs diff --git a/tests/generated/block_margin_y_sibling_collapse_positive_and_negative.rs b/tests/generated/block/block_margin_y_sibling_collapse_positive_and_negative.rs similarity index 100% rename from tests/generated/block_margin_y_sibling_collapse_positive_and_negative.rs rename to tests/generated/block/block_margin_y_sibling_collapse_positive_and_negative.rs diff --git a/tests/generated/block_margin_y_sibling_collapse_positive_and_negative_percentage.rs b/tests/generated/block/block_margin_y_sibling_collapse_positive_and_negative_percentage.rs similarity index 100% rename from tests/generated/block_margin_y_sibling_collapse_positive_and_negative_percentage.rs rename to tests/generated/block/block_margin_y_sibling_collapse_positive_and_negative_percentage.rs diff --git a/tests/generated/block_margin_y_sibling_collapse_positive_percentage.rs b/tests/generated/block/block_margin_y_sibling_collapse_positive_percentage.rs similarity index 100% rename from tests/generated/block_margin_y_sibling_collapse_positive_percentage.rs rename to tests/generated/block/block_margin_y_sibling_collapse_positive_percentage.rs diff --git a/tests/generated/block_margin_y_simple_negative.rs b/tests/generated/block/block_margin_y_simple_negative.rs similarity index 100% rename from tests/generated/block_margin_y_simple_negative.rs rename to tests/generated/block/block_margin_y_simple_negative.rs diff --git a/tests/generated/block_margin_y_simple_negative_percentage_other.rs b/tests/generated/block/block_margin_y_simple_negative_percentage_other.rs similarity index 100% rename from tests/generated/block_margin_y_simple_negative_percentage_other.rs rename to tests/generated/block/block_margin_y_simple_negative_percentage_other.rs diff --git a/tests/generated/block_margin_y_simple_negative_percentage_self.rs b/tests/generated/block/block_margin_y_simple_negative_percentage_self.rs similarity index 100% rename from tests/generated/block_margin_y_simple_negative_percentage_self.rs rename to tests/generated/block/block_margin_y_simple_negative_percentage_self.rs diff --git a/tests/generated/block_margin_y_simple_positive.rs b/tests/generated/block/block_margin_y_simple_positive.rs similarity index 100% rename from tests/generated/block_margin_y_simple_positive.rs rename to tests/generated/block/block_margin_y_simple_positive.rs diff --git a/tests/generated/block_margin_y_simple_positive_percentage_other.rs b/tests/generated/block/block_margin_y_simple_positive_percentage_other.rs similarity index 100% rename from tests/generated/block_margin_y_simple_positive_percentage_other.rs rename to tests/generated/block/block_margin_y_simple_positive_percentage_other.rs diff --git a/tests/generated/block_margin_y_simple_positive_percentage_self.rs b/tests/generated/block/block_margin_y_simple_positive_percentage_self.rs similarity index 100% rename from tests/generated/block_margin_y_simple_positive_percentage_self.rs rename to tests/generated/block/block_margin_y_simple_positive_percentage_self.rs diff --git a/tests/generated/block_margin_y_total_collapse.rs b/tests/generated/block/block_margin_y_total_collapse.rs similarity index 100% rename from tests/generated/block_margin_y_total_collapse.rs rename to tests/generated/block/block_margin_y_total_collapse.rs diff --git a/tests/generated/block_margin_y_total_collapse_complex.rs b/tests/generated/block/block_margin_y_total_collapse_complex.rs similarity index 100% rename from tests/generated/block_margin_y_total_collapse_complex.rs rename to tests/generated/block/block_margin_y_total_collapse_complex.rs diff --git a/tests/generated/block_overflow_scrollbars_overriden_by_available_space.rs b/tests/generated/block/block_overflow_scrollbars_overriden_by_available_space.rs similarity index 100% rename from tests/generated/block_overflow_scrollbars_overriden_by_available_space.rs rename to tests/generated/block/block_overflow_scrollbars_overriden_by_available_space.rs diff --git a/tests/generated/block_overflow_scrollbars_overriden_by_max_size.rs b/tests/generated/block/block_overflow_scrollbars_overriden_by_max_size.rs similarity index 100% rename from tests/generated/block_overflow_scrollbars_overriden_by_max_size.rs rename to tests/generated/block/block_overflow_scrollbars_overriden_by_max_size.rs diff --git a/tests/generated/block_overflow_scrollbars_overriden_by_size.rs b/tests/generated/block/block_overflow_scrollbars_overriden_by_size.rs similarity index 100% rename from tests/generated/block_overflow_scrollbars_overriden_by_size.rs rename to tests/generated/block/block_overflow_scrollbars_overriden_by_size.rs diff --git a/tests/generated/block_overflow_scrollbars_take_up_space_both_axis.rs b/tests/generated/block/block_overflow_scrollbars_take_up_space_both_axis.rs similarity index 100% rename from tests/generated/block_overflow_scrollbars_take_up_space_both_axis.rs rename to tests/generated/block/block_overflow_scrollbars_take_up_space_both_axis.rs diff --git a/tests/generated/block_overflow_scrollbars_take_up_space_cross_axis.rs b/tests/generated/block/block_overflow_scrollbars_take_up_space_cross_axis.rs similarity index 100% rename from tests/generated/block_overflow_scrollbars_take_up_space_cross_axis.rs rename to tests/generated/block/block_overflow_scrollbars_take_up_space_cross_axis.rs diff --git a/tests/generated/block_overflow_scrollbars_take_up_space_main_axis.rs b/tests/generated/block/block_overflow_scrollbars_take_up_space_main_axis.rs similarity index 100% rename from tests/generated/block_overflow_scrollbars_take_up_space_main_axis.rs rename to tests/generated/block/block_overflow_scrollbars_take_up_space_main_axis.rs diff --git a/tests/generated/block_padding_border_fixed_size.rs b/tests/generated/block/block_padding_border_fixed_size.rs similarity index 100% rename from tests/generated/block_padding_border_fixed_size.rs rename to tests/generated/block/block_padding_border_fixed_size.rs diff --git a/tests/generated/block_padding_border_intrinsic_size.rs b/tests/generated/block/block_padding_border_intrinsic_size.rs similarity index 100% rename from tests/generated/block_padding_border_intrinsic_size.rs rename to tests/generated/block/block_padding_border_intrinsic_size.rs diff --git a/tests/generated/block_padding_border_overrides_max_size.rs b/tests/generated/block/block_padding_border_overrides_max_size.rs similarity index 100% rename from tests/generated/block_padding_border_overrides_max_size.rs rename to tests/generated/block/block_padding_border_overrides_max_size.rs diff --git a/tests/generated/block_padding_border_overrides_min_size.rs b/tests/generated/block/block_padding_border_overrides_min_size.rs similarity index 100% rename from tests/generated/block_padding_border_overrides_min_size.rs rename to tests/generated/block/block_padding_border_overrides_min_size.rs diff --git a/tests/generated/block_padding_border_overrides_size.rs b/tests/generated/block/block_padding_border_overrides_size.rs similarity index 100% rename from tests/generated/block_padding_border_overrides_size.rs rename to tests/generated/block/block_padding_border_overrides_size.rs diff --git a/tests/generated/block_padding_border_percentage_fixed_size.rs b/tests/generated/block/block_padding_border_percentage_fixed_size.rs similarity index 100% rename from tests/generated/block_padding_border_percentage_fixed_size.rs rename to tests/generated/block/block_padding_border_percentage_fixed_size.rs diff --git a/tests/generated/block_padding_border_percentage_intrinsic_size.rs b/tests/generated/block/block_padding_border_percentage_intrinsic_size.rs similarity index 100% rename from tests/generated/block_padding_border_percentage_intrinsic_size.rs rename to tests/generated/block/block_padding_border_percentage_intrinsic_size.rs diff --git a/tests/generated/block_padding_fixed_size.rs b/tests/generated/block/block_padding_fixed_size.rs similarity index 100% rename from tests/generated/block_padding_fixed_size.rs rename to tests/generated/block/block_padding_fixed_size.rs diff --git a/tests/generated/block_padding_intrinsic_size.rs b/tests/generated/block/block_padding_intrinsic_size.rs similarity index 100% rename from tests/generated/block_padding_intrinsic_size.rs rename to tests/generated/block/block_padding_intrinsic_size.rs diff --git a/tests/generated/block_padding_percentage_fixed_size.rs b/tests/generated/block/block_padding_percentage_fixed_size.rs similarity index 100% rename from tests/generated/block_padding_percentage_fixed_size.rs rename to tests/generated/block/block_padding_percentage_fixed_size.rs diff --git a/tests/generated/block_padding_percentage_intrinsic_size.rs b/tests/generated/block/block_padding_percentage_intrinsic_size.rs similarity index 100% rename from tests/generated/block_padding_percentage_intrinsic_size.rs rename to tests/generated/block/block_padding_percentage_intrinsic_size.rs diff --git a/tests/generated/block/mod.rs b/tests/generated/block/mod.rs new file mode 100644 index 000000000..fbef6c84a --- /dev/null +++ b/tests/generated/block/mod.rs @@ -0,0 +1,188 @@ +mod block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset; +mod block_absolute_aspect_ratio_fill_height; +mod block_absolute_aspect_ratio_fill_height_from_inset; +mod block_absolute_aspect_ratio_fill_max_height; +mod block_absolute_aspect_ratio_fill_max_width; +mod block_absolute_aspect_ratio_fill_min_height; +mod block_absolute_aspect_ratio_fill_min_width; +mod block_absolute_aspect_ratio_fill_width; +mod block_absolute_aspect_ratio_fill_width_from_inset; +mod block_absolute_aspect_ratio_height_overrides_inset; +mod block_absolute_aspect_ratio_width_overrides_inset; +mod block_absolute_child_with_margin_x; +mod block_absolute_child_with_margin_y; +mod block_absolute_child_with_max_height; +mod block_absolute_layout_child_order; +mod block_absolute_layout_no_size; +mod block_absolute_layout_percentage_bottom_based_on_parent_height; +mod block_absolute_layout_percentage_height; +mod block_absolute_layout_row_width_height_end_bottom; +mod block_absolute_layout_start_top_end_bottom; +mod block_absolute_layout_width_height_end_bottom; +mod block_absolute_layout_width_height_start_top; +mod block_absolute_layout_width_height_start_top_end_bottom; +mod block_absolute_layout_within_border; +mod block_absolute_margin_auto_bottom_and_top_with_inset; +mod block_absolute_margin_auto_bottom_and_top_without_inset; +mod block_absolute_margin_auto_bottom_with_inset; +mod block_absolute_margin_auto_bottom_without_inset; +mod block_absolute_margin_auto_left_and_right_with_inset; +mod block_absolute_margin_auto_left_and_right_without_inset; +mod block_absolute_margin_auto_left_child_bigger_than_parent_with_inset; +mod block_absolute_margin_auto_left_child_bigger_than_parent_without_inset; +mod block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset; +mod block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset; +mod block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset; +mod block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset; +mod block_absolute_margin_auto_left_with_inset; +mod block_absolute_margin_auto_left_without_inset; +mod block_absolute_margin_auto_mutiple_children_with_inset; +mod block_absolute_margin_auto_mutiple_children_without_inset; +mod block_absolute_margin_auto_right_with_inset; +mod block_absolute_margin_auto_right_without_inset; +mod block_absolute_margin_auto_top_with_inset; +mod block_absolute_margin_auto_top_without_inset; +mod block_absolute_margin_bottom_left_with_inset; +mod block_absolute_margin_bottom_left_without_inset; +mod block_absolute_minmax_bottom_right_max; +mod block_absolute_minmax_bottom_right_min_max; +mod block_absolute_minmax_bottom_right_min_max_preferred; +mod block_absolute_minmax_top_left_bottom_right_max; +mod block_absolute_minmax_top_left_bottom_right_min_max; +mod block_absolute_no_styles; +mod block_absolute_padding_border_overrides_max_size; +mod block_absolute_padding_border_overrides_size; +mod block_align_baseline_child; +mod block_align_baseline_child_margin; +mod block_align_baseline_child_margin_percent; +mod block_align_baseline_child_padding; +mod block_align_baseline_child_top; +mod block_align_baseline_child_top2; +mod block_align_baseline_double_nested_child; +mod block_aspect_ratio_fill_height; +mod block_aspect_ratio_fill_max_height; +mod block_aspect_ratio_fill_max_width; +mod block_aspect_ratio_fill_min_height; +mod block_aspect_ratio_fill_min_width; +mod block_aspect_ratio_fill_width; +mod block_basic; +mod block_border_fixed_size; +mod block_border_intrinsic_size; +mod block_border_percentage_fixed_size; +mod block_border_percentage_intrinsic_size; +mod block_display_none; +mod block_display_none_with_child; +mod block_display_none_with_inset; +mod block_display_none_with_margin; +mod block_display_none_with_position_absolute; +mod block_inset_fixed; +mod block_inset_percentage; +mod block_intrinsic_width; +mod block_margin_auto_bottom; +mod block_margin_auto_bottom_and_top; +mod block_margin_auto_left; +mod block_margin_auto_left_and_right; +mod block_margin_auto_left_child_bigger_than_parent; +mod block_margin_auto_left_fix_right_child_bigger_than_parent; +mod block_margin_auto_left_right_child_bigger_than_parent; +mod block_margin_auto_mutiple_children; +mod block_margin_auto_right; +mod block_margin_auto_top; +mod block_margin_x_fixed_auto_bottom; +mod block_margin_x_fixed_auto_left; +mod block_margin_x_fixed_auto_left_and_right; +mod block_margin_x_fixed_auto_right; +mod block_margin_x_fixed_auto_top; +mod block_margin_x_fixed_size_negative; +mod block_margin_x_fixed_size_positive; +mod block_margin_x_intrinsic_size_negative; +mod block_margin_x_intrinsic_size_positive; +mod block_margin_x_percentage_fixed_size_negative; +mod block_margin_x_percentage_fixed_size_positive; +mod block_margin_x_percentage_intrinsic_size_other_negative; +mod block_margin_x_percentage_intrinsic_size_other_positive; +mod block_margin_x_percentage_intrinsic_size_self_negative; +mod block_margin_x_percentage_intrinsic_size_self_positive; +mod block_margin_y_collapse_complex; +mod block_margin_y_collapse_through_blocked_by_aspect_ratio; +mod block_margin_y_collapse_through_blocked_by_border_bottom; +mod block_margin_y_collapse_through_blocked_by_border_top; +mod block_margin_y_collapse_through_blocked_by_height; +mod block_margin_y_collapse_through_blocked_by_line_box; +mod block_margin_y_collapse_through_blocked_by_line_box_with_height_zero; +mod block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero; +mod block_margin_y_collapse_through_blocked_by_min_height; +mod block_margin_y_collapse_through_blocked_by_overflow_x_hidden; +mod block_margin_y_collapse_through_blocked_by_overflow_x_scroll; +mod block_margin_y_collapse_through_blocked_by_overflow_y_hidden; +mod block_margin_y_collapse_through_blocked_by_overflow_y_scroll; +mod block_margin_y_collapse_through_blocked_by_padding_bottom; +mod block_margin_y_collapse_through_blocked_by_padding_top; +mod block_margin_y_collapse_through_negative; +mod block_margin_y_collapse_through_positive; +mod block_margin_y_collapse_through_positive_and_negative; +mod block_margin_y_collapse_through_with_absolute_child; +mod block_margin_y_first_child_collapse_blocked_by_border_top; +mod block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden; +mod block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll; +mod block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden; +mod block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll; +mod block_margin_y_first_child_collapse_blocked_by_padding_top; +mod block_margin_y_first_child_collapse_negative_equal; +mod block_margin_y_first_child_collapse_negative_parent_larger; +mod block_margin_y_first_child_collapse_negative_parent_smaller; +mod block_margin_y_first_child_collapse_not_blocked_by_border_bottom; +mod block_margin_y_first_child_collapse_not_blocked_by_padding_bottom; +mod block_margin_y_first_child_collapse_positive_and_negative; +mod block_margin_y_first_child_collapse_positive_equal; +mod block_margin_y_first_child_collapse_positive_parent_larger; +mod block_margin_y_first_child_collapse_positive_parent_smaller; +mod block_margin_y_first_granchild_collapse_positive_and_negative; +mod block_margin_y_first_granchild_collapse_positive_equal; +mod block_margin_y_last_child_collapse_blocked_by_border_bottom; +mod block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden; +mod block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll; +mod block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden; +mod block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll; +mod block_margin_y_last_child_collapse_blocked_by_padding_bottom; +mod block_margin_y_last_child_collapse_negative_equal; +mod block_margin_y_last_child_collapse_negative_parent_larger; +mod block_margin_y_last_child_collapse_negative_parent_smaller; +mod block_margin_y_last_child_collapse_not_blocked_by_border_top; +mod block_margin_y_last_child_collapse_not_blocked_by_padding_top; +mod block_margin_y_last_child_collapse_positive_and_negative; +mod block_margin_y_last_child_collapse_positive_equal; +mod block_margin_y_last_child_collapse_positive_parent_larger; +mod block_margin_y_last_child_collapse_positive_parent_smaller; +mod block_margin_y_last_granchild_collapse_positive_equal; +mod block_margin_y_sibling_collapse_negative; +mod block_margin_y_sibling_collapse_negative_percentage; +mod block_margin_y_sibling_collapse_positive; +mod block_margin_y_sibling_collapse_positive_and_negative; +mod block_margin_y_sibling_collapse_positive_and_negative_percentage; +mod block_margin_y_sibling_collapse_positive_percentage; +mod block_margin_y_simple_negative; +mod block_margin_y_simple_negative_percentage_other; +mod block_margin_y_simple_negative_percentage_self; +mod block_margin_y_simple_positive; +mod block_margin_y_simple_positive_percentage_other; +mod block_margin_y_simple_positive_percentage_self; +mod block_margin_y_total_collapse; +mod block_margin_y_total_collapse_complex; +mod block_overflow_scrollbars_overriden_by_available_space; +mod block_overflow_scrollbars_overriden_by_max_size; +mod block_overflow_scrollbars_overriden_by_size; +mod block_overflow_scrollbars_take_up_space_both_axis; +mod block_overflow_scrollbars_take_up_space_cross_axis; +mod block_overflow_scrollbars_take_up_space_main_axis; +mod block_padding_border_fixed_size; +mod block_padding_border_intrinsic_size; +mod block_padding_border_overrides_max_size; +mod block_padding_border_overrides_min_size; +mod block_padding_border_overrides_size; +mod block_padding_border_percentage_fixed_size; +mod block_padding_border_percentage_intrinsic_size; +mod block_padding_fixed_size; +mod block_padding_intrinsic_size; +mod block_padding_percentage_fixed_size; +mod block_padding_percentage_intrinsic_size; diff --git a/tests/generated/blockflex_block_in_flex_column.rs b/tests/generated/blockflex/blockflex_block_in_flex_column.rs similarity index 100% rename from tests/generated/blockflex_block_in_flex_column.rs rename to tests/generated/blockflex/blockflex_block_in_flex_column.rs diff --git a/tests/generated/blockflex_block_in_flex_row.rs b/tests/generated/blockflex/blockflex_block_in_flex_row.rs similarity index 100% rename from tests/generated/blockflex_block_in_flex_row.rs rename to tests/generated/blockflex/blockflex_block_in_flex_row.rs diff --git a/tests/generated/blockflex_flex_in_block.rs b/tests/generated/blockflex/blockflex_flex_in_block.rs similarity index 100% rename from tests/generated/blockflex_flex_in_block.rs rename to tests/generated/blockflex/blockflex_flex_in_block.rs diff --git a/tests/generated/blockflex_margin_y_collapse_through_blocked_by_flex.rs b/tests/generated/blockflex/blockflex_margin_y_collapse_through_blocked_by_flex.rs similarity index 100% rename from tests/generated/blockflex_margin_y_collapse_through_blocked_by_flex.rs rename to tests/generated/blockflex/blockflex_margin_y_collapse_through_blocked_by_flex.rs diff --git a/tests/generated/blockflex_margin_y_first_child_collapse_blocked_by_flex.rs b/tests/generated/blockflex/blockflex_margin_y_first_child_collapse_blocked_by_flex.rs similarity index 100% rename from tests/generated/blockflex_margin_y_first_child_collapse_blocked_by_flex.rs rename to tests/generated/blockflex/blockflex_margin_y_first_child_collapse_blocked_by_flex.rs diff --git a/tests/generated/blockflex_margin_y_last_child_collapse_blocked_by_flex.rs b/tests/generated/blockflex/blockflex_margin_y_last_child_collapse_blocked_by_flex.rs similarity index 100% rename from tests/generated/blockflex_margin_y_last_child_collapse_blocked_by_flex.rs rename to tests/generated/blockflex/blockflex_margin_y_last_child_collapse_blocked_by_flex.rs diff --git a/tests/generated/blockflex_overflow_hidden.rs b/tests/generated/blockflex/blockflex_overflow_hidden.rs similarity index 93% rename from tests/generated/blockflex_overflow_hidden.rs rename to tests/generated/blockflex/blockflex_overflow_hidden.rs index 0a897d0a0..2584102e8 100644 --- a/tests/generated/blockflex_overflow_hidden.rs +++ b/tests/generated/blockflex/blockflex_overflow_hidden.rs @@ -17,11 +17,11 @@ fn blockflex_overflow_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -32,11 +32,11 @@ fn blockflex_overflow_hidden() { taffy::style::Style { display: taffy::style::Display::Block, flex_grow: 1f32, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockflex/mod.rs b/tests/generated/blockflex/mod.rs new file mode 100644 index 000000000..227f32731 --- /dev/null +++ b/tests/generated/blockflex/mod.rs @@ -0,0 +1,7 @@ +mod blockflex_block_in_flex_column; +mod blockflex_block_in_flex_row; +mod blockflex_flex_in_block; +mod blockflex_margin_y_collapse_through_blocked_by_flex; +mod blockflex_margin_y_first_child_collapse_blocked_by_flex; +mod blockflex_margin_y_last_child_collapse_blocked_by_flex; +mod blockflex_overflow_hidden; diff --git a/tests/generated/blockgrid_block_in_grid_auto.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_auto.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_auto.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_auto.rs index 22e5bbce8..522f91f8e 100644 --- a/tests/generated/blockgrid_block_in_grid_auto.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_auto.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_auto() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_fixed_fit_content_larger.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_larger.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_fixed_fit_content_larger.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_larger.rs index c3eaed433..dccd65761 100644 --- a/tests/generated/blockgrid_block_in_grid_fixed_fit_content_larger.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_larger.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_fixed_fit_content_larger() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_fixed_fit_content_middle.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_middle.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_fixed_fit_content_middle.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_middle.rs index 2c66cab15..7d4401405 100644 --- a/tests/generated/blockgrid_block_in_grid_fixed_fit_content_middle.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_middle.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_fixed_fit_content_middle() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_fixed_fit_content_smaller.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_smaller.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_fixed_fit_content_smaller.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_smaller.rs index 70c5f7f42..a1972a3ba 100644 --- a/tests/generated/blockgrid_block_in_grid_fixed_fit_content_smaller.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_fit_content_smaller.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_fixed_fit_content_smaller() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_fixed_larger.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_larger.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_fixed_larger.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_fixed_larger.rs index 82b8be720..6be0619e9 100644 --- a/tests/generated/blockgrid_block_in_grid_fixed_larger.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_larger.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_fixed_larger() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_fixed_middle.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_middle.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_fixed_middle.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_fixed_middle.rs index df6bb665c..a12902ddc 100644 --- a/tests/generated/blockgrid_block_in_grid_fixed_middle.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_middle.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_fixed_middle() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_fixed_smaller.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_smaller.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_fixed_smaller.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_fixed_smaller.rs index 166f95e01..d7c36386e 100644 --- a/tests/generated/blockgrid_block_in_grid_fixed_smaller.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_fixed_smaller.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_fixed_smaller() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_fr.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_fr.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_fr.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_fr.rs index 5317762f3..b3a1b973a 100644 --- a/tests/generated/blockgrid_block_in_grid_fr.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_fr.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_fr() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_max_content.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_max_content.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_max_content.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_max_content.rs index a3c997d4b..57f8619fb 100644 --- a/tests/generated/blockgrid_block_in_grid_max_content.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_max_content.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_max_content() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_block_in_grid_min_content.rs b/tests/generated/blockgrid/blockgrid_block_in_grid_min_content.rs similarity index 95% rename from tests/generated/blockgrid_block_in_grid_min_content.rs rename to tests/generated/blockgrid/blockgrid_block_in_grid_min_content.rs index b0a7cd8b3..6ff829b2b 100644 --- a/tests/generated/blockgrid_block_in_grid_min_content.rs +++ b/tests/generated/blockgrid/blockgrid_block_in_grid_min_content.rs @@ -8,11 +8,11 @@ fn blockgrid_block_in_grid_min_content() { taffy::style::Style { display: taffy::style::Display::Block, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/blockgrid_grid_in_block.rs b/tests/generated/blockgrid/blockgrid_grid_in_block.rs similarity index 100% rename from tests/generated/blockgrid_grid_in_block.rs rename to tests/generated/blockgrid/blockgrid_grid_in_block.rs diff --git a/tests/generated/blockgrid_margin_y_collapse_through_blocked_by_grid.rs b/tests/generated/blockgrid/blockgrid_margin_y_collapse_through_blocked_by_grid.rs similarity index 100% rename from tests/generated/blockgrid_margin_y_collapse_through_blocked_by_grid.rs rename to tests/generated/blockgrid/blockgrid_margin_y_collapse_through_blocked_by_grid.rs diff --git a/tests/generated/blockgrid_margin_y_first_child_collapse_blocked_by_grid.rs b/tests/generated/blockgrid/blockgrid_margin_y_first_child_collapse_blocked_by_grid.rs similarity index 100% rename from tests/generated/blockgrid_margin_y_first_child_collapse_blocked_by_grid.rs rename to tests/generated/blockgrid/blockgrid_margin_y_first_child_collapse_blocked_by_grid.rs diff --git a/tests/generated/blockgrid_margin_y_last_child_collapse_blocked_by_grid.rs b/tests/generated/blockgrid/blockgrid_margin_y_last_child_collapse_blocked_by_grid.rs similarity index 100% rename from tests/generated/blockgrid_margin_y_last_child_collapse_blocked_by_grid.rs rename to tests/generated/blockgrid/blockgrid_margin_y_last_child_collapse_blocked_by_grid.rs diff --git a/tests/generated/blockgrid/mod.rs b/tests/generated/blockgrid/mod.rs new file mode 100644 index 000000000..cb082eb8b --- /dev/null +++ b/tests/generated/blockgrid/mod.rs @@ -0,0 +1,14 @@ +mod blockgrid_block_in_grid_auto; +mod blockgrid_block_in_grid_fixed_fit_content_larger; +mod blockgrid_block_in_grid_fixed_fit_content_middle; +mod blockgrid_block_in_grid_fixed_fit_content_smaller; +mod blockgrid_block_in_grid_fixed_larger; +mod blockgrid_block_in_grid_fixed_middle; +mod blockgrid_block_in_grid_fixed_smaller; +mod blockgrid_block_in_grid_fr; +mod blockgrid_block_in_grid_max_content; +mod blockgrid_block_in_grid_min_content; +mod blockgrid_grid_in_block; +mod blockgrid_margin_y_collapse_through_blocked_by_grid; +mod blockgrid_margin_y_first_child_collapse_blocked_by_grid; +mod blockgrid_margin_y_last_child_collapse_blocked_by_grid; diff --git a/tests/generated/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs b/tests/generated/flex/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs rename to tests/generated/flex/absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset.rs diff --git a/tests/generated/absolute_aspect_ratio_fill_height.rs b/tests/generated/flex/absolute_aspect_ratio_fill_height.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_fill_height.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_height.rs diff --git a/tests/generated/absolute_aspect_ratio_fill_height_from_inset.rs b/tests/generated/flex/absolute_aspect_ratio_fill_height_from_inset.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_fill_height_from_inset.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_height_from_inset.rs diff --git a/tests/generated/absolute_aspect_ratio_fill_max_height.rs b/tests/generated/flex/absolute_aspect_ratio_fill_max_height.rs similarity index 90% rename from tests/generated/absolute_aspect_ratio_fill_max_height.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_max_height.rs index 77a233bdd..e15545d3f 100644 --- a/tests/generated/absolute_aspect_ratio_fill_max_height.rs +++ b/tests/generated/flex/absolute_aspect_ratio_fill_max_height.rs @@ -3,7 +3,7 @@ fn absolute_aspect_ratio_fill_max_height() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (50f32) , height : auto () , } , aspect_ratio : Some (3f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (3f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (50f32) , height : auto () , } , aspect_ratio : Some (3f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (3f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/absolute_aspect_ratio_fill_max_width.rs b/tests/generated/flex/absolute_aspect_ratio_fill_max_width.rs similarity index 90% rename from tests/generated/absolute_aspect_ratio_fill_max_width.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_max_width.rs index 16600b4c1..0253062c5 100644 --- a/tests/generated/absolute_aspect_ratio_fill_max_width.rs +++ b/tests/generated/flex/absolute_aspect_ratio_fill_max_width.rs @@ -3,7 +3,7 @@ fn absolute_aspect_ratio_fill_max_width() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : auto () , height : taffy :: style :: Dimension :: Length (50f32) , } , aspect_ratio : Some (0.5f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (0.5f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { position : taffy :: style :: Position :: Absolute , max_size : taffy :: geometry :: Size { width : auto () , height : taffy :: style :: Dimension :: Length (50f32) , } , aspect_ratio : Some (0.5f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (0.5f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/absolute_aspect_ratio_fill_min_height.rs b/tests/generated/flex/absolute_aspect_ratio_fill_min_height.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_fill_min_height.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_min_height.rs diff --git a/tests/generated/absolute_aspect_ratio_fill_min_width.rs b/tests/generated/flex/absolute_aspect_ratio_fill_min_width.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_fill_min_width.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_min_width.rs diff --git a/tests/generated/absolute_aspect_ratio_fill_width.rs b/tests/generated/flex/absolute_aspect_ratio_fill_width.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_fill_width.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_width.rs diff --git a/tests/generated/absolute_aspect_ratio_fill_width_from_inset.rs b/tests/generated/flex/absolute_aspect_ratio_fill_width_from_inset.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_fill_width_from_inset.rs rename to tests/generated/flex/absolute_aspect_ratio_fill_width_from_inset.rs diff --git a/tests/generated/absolute_aspect_ratio_height_overrides_inset.rs b/tests/generated/flex/absolute_aspect_ratio_height_overrides_inset.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_height_overrides_inset.rs rename to tests/generated/flex/absolute_aspect_ratio_height_overrides_inset.rs diff --git a/tests/generated/absolute_aspect_ratio_width_overrides_inset.rs b/tests/generated/flex/absolute_aspect_ratio_width_overrides_inset.rs similarity index 100% rename from tests/generated/absolute_aspect_ratio_width_overrides_inset.rs rename to tests/generated/flex/absolute_aspect_ratio_width_overrides_inset.rs diff --git a/tests/generated/absolute_child_with_cross_margin.rs b/tests/generated/flex/absolute_child_with_cross_margin.rs similarity index 97% rename from tests/generated/absolute_child_with_cross_margin.rs rename to tests/generated/flex/absolute_child_with_cross_margin.rs index e2e5129c0..4887d6252 100644 --- a/tests/generated/absolute_child_with_cross_margin.rs +++ b/tests/generated/flex/absolute_child_with_cross_margin.rs @@ -34,11 +34,11 @@ fn absolute_child_with_cross_margin() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "\n "; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/absolute_child_with_main_margin.rs b/tests/generated/flex/absolute_child_with_main_margin.rs similarity index 100% rename from tests/generated/absolute_child_with_main_margin.rs rename to tests/generated/flex/absolute_child_with_main_margin.rs diff --git a/tests/generated/absolute_child_with_max_height.rs b/tests/generated/flex/absolute_child_with_max_height.rs similarity index 100% rename from tests/generated/absolute_child_with_max_height.rs rename to tests/generated/flex/absolute_child_with_max_height.rs diff --git a/tests/generated/absolute_child_with_max_height_larger_shrinkable_grandchild.rs b/tests/generated/flex/absolute_child_with_max_height_larger_shrinkable_grandchild.rs similarity index 100% rename from tests/generated/absolute_child_with_max_height_larger_shrinkable_grandchild.rs rename to tests/generated/flex/absolute_child_with_max_height_larger_shrinkable_grandchild.rs diff --git a/tests/generated/absolute_layout_align_items_and_justify_content_center.rs b/tests/generated/flex/absolute_layout_align_items_and_justify_content_center.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_and_justify_content_center.rs rename to tests/generated/flex/absolute_layout_align_items_and_justify_content_center.rs diff --git a/tests/generated/absolute_layout_align_items_and_justify_content_center_and_bottom_position.rs b/tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_bottom_position.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_and_justify_content_center_and_bottom_position.rs rename to tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_bottom_position.rs diff --git a/tests/generated/absolute_layout_align_items_and_justify_content_center_and_left_position.rs b/tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_left_position.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_and_justify_content_center_and_left_position.rs rename to tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_left_position.rs diff --git a/tests/generated/absolute_layout_align_items_and_justify_content_center_and_right_position.rs b/tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_right_position.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_and_justify_content_center_and_right_position.rs rename to tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_right_position.rs diff --git a/tests/generated/absolute_layout_align_items_and_justify_content_center_and_top_position.rs b/tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_top_position.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_and_justify_content_center_and_top_position.rs rename to tests/generated/flex/absolute_layout_align_items_and_justify_content_center_and_top_position.rs diff --git a/tests/generated/absolute_layout_align_items_and_justify_content_flex_end.rs b/tests/generated/flex/absolute_layout_align_items_and_justify_content_flex_end.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_and_justify_content_flex_end.rs rename to tests/generated/flex/absolute_layout_align_items_and_justify_content_flex_end.rs diff --git a/tests/generated/absolute_layout_align_items_center.rs b/tests/generated/flex/absolute_layout_align_items_center.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_center.rs rename to tests/generated/flex/absolute_layout_align_items_center.rs diff --git a/tests/generated/absolute_layout_align_items_center_on_child_only.rs b/tests/generated/flex/absolute_layout_align_items_center_on_child_only.rs similarity index 100% rename from tests/generated/absolute_layout_align_items_center_on_child_only.rs rename to tests/generated/flex/absolute_layout_align_items_center_on_child_only.rs diff --git a/tests/generated/absolute_layout_child_order.rs b/tests/generated/flex/absolute_layout_child_order.rs similarity index 100% rename from tests/generated/absolute_layout_child_order.rs rename to tests/generated/flex/absolute_layout_child_order.rs diff --git a/tests/generated/absolute_layout_in_wrap_reverse_column_container.rs b/tests/generated/flex/absolute_layout_in_wrap_reverse_column_container.rs similarity index 100% rename from tests/generated/absolute_layout_in_wrap_reverse_column_container.rs rename to tests/generated/flex/absolute_layout_in_wrap_reverse_column_container.rs diff --git a/tests/generated/absolute_layout_in_wrap_reverse_column_container_flex_end.rs b/tests/generated/flex/absolute_layout_in_wrap_reverse_column_container_flex_end.rs similarity index 100% rename from tests/generated/absolute_layout_in_wrap_reverse_column_container_flex_end.rs rename to tests/generated/flex/absolute_layout_in_wrap_reverse_column_container_flex_end.rs diff --git a/tests/generated/absolute_layout_in_wrap_reverse_row_container.rs b/tests/generated/flex/absolute_layout_in_wrap_reverse_row_container.rs similarity index 100% rename from tests/generated/absolute_layout_in_wrap_reverse_row_container.rs rename to tests/generated/flex/absolute_layout_in_wrap_reverse_row_container.rs diff --git a/tests/generated/absolute_layout_in_wrap_reverse_row_container_flex_end.rs b/tests/generated/flex/absolute_layout_in_wrap_reverse_row_container_flex_end.rs similarity index 100% rename from tests/generated/absolute_layout_in_wrap_reverse_row_container_flex_end.rs rename to tests/generated/flex/absolute_layout_in_wrap_reverse_row_container_flex_end.rs diff --git a/tests/generated/absolute_layout_justify_content_center.rs b/tests/generated/flex/absolute_layout_justify_content_center.rs similarity index 100% rename from tests/generated/absolute_layout_justify_content_center.rs rename to tests/generated/flex/absolute_layout_justify_content_center.rs diff --git a/tests/generated/absolute_layout_no_size.rs b/tests/generated/flex/absolute_layout_no_size.rs similarity index 100% rename from tests/generated/absolute_layout_no_size.rs rename to tests/generated/flex/absolute_layout_no_size.rs diff --git a/tests/generated/absolute_layout_percentage_bottom_based_on_parent_height.rs b/tests/generated/flex/absolute_layout_percentage_bottom_based_on_parent_height.rs similarity index 100% rename from tests/generated/absolute_layout_percentage_bottom_based_on_parent_height.rs rename to tests/generated/flex/absolute_layout_percentage_bottom_based_on_parent_height.rs diff --git a/tests/generated/absolute_layout_percentage_height.rs b/tests/generated/flex/absolute_layout_percentage_height.rs similarity index 100% rename from tests/generated/absolute_layout_percentage_height.rs rename to tests/generated/flex/absolute_layout_percentage_height.rs diff --git a/tests/generated/absolute_layout_row_width_height_end_bottom.rs b/tests/generated/flex/absolute_layout_row_width_height_end_bottom.rs similarity index 100% rename from tests/generated/absolute_layout_row_width_height_end_bottom.rs rename to tests/generated/flex/absolute_layout_row_width_height_end_bottom.rs diff --git a/tests/generated/absolute_layout_start_top_end_bottom.rs b/tests/generated/flex/absolute_layout_start_top_end_bottom.rs similarity index 100% rename from tests/generated/absolute_layout_start_top_end_bottom.rs rename to tests/generated/flex/absolute_layout_start_top_end_bottom.rs diff --git a/tests/generated/absolute_layout_width_height_end_bottom.rs b/tests/generated/flex/absolute_layout_width_height_end_bottom.rs similarity index 100% rename from tests/generated/absolute_layout_width_height_end_bottom.rs rename to tests/generated/flex/absolute_layout_width_height_end_bottom.rs diff --git a/tests/generated/absolute_layout_width_height_start_top.rs b/tests/generated/flex/absolute_layout_width_height_start_top.rs similarity index 100% rename from tests/generated/absolute_layout_width_height_start_top.rs rename to tests/generated/flex/absolute_layout_width_height_start_top.rs diff --git a/tests/generated/absolute_layout_width_height_start_top_end_bottom.rs b/tests/generated/flex/absolute_layout_width_height_start_top_end_bottom.rs similarity index 100% rename from tests/generated/absolute_layout_width_height_start_top_end_bottom.rs rename to tests/generated/flex/absolute_layout_width_height_start_top_end_bottom.rs diff --git a/tests/generated/absolute_layout_within_border.rs b/tests/generated/flex/absolute_layout_within_border.rs similarity index 100% rename from tests/generated/absolute_layout_within_border.rs rename to tests/generated/flex/absolute_layout_within_border.rs diff --git a/tests/generated/absolute_margin_bottom_left.rs b/tests/generated/flex/absolute_margin_bottom_left.rs similarity index 100% rename from tests/generated/absolute_margin_bottom_left.rs rename to tests/generated/flex/absolute_margin_bottom_left.rs diff --git a/tests/generated/absolute_minmax_bottom_right_max.rs b/tests/generated/flex/absolute_minmax_bottom_right_max.rs similarity index 100% rename from tests/generated/absolute_minmax_bottom_right_max.rs rename to tests/generated/flex/absolute_minmax_bottom_right_max.rs diff --git a/tests/generated/absolute_minmax_bottom_right_min_max.rs b/tests/generated/flex/absolute_minmax_bottom_right_min_max.rs similarity index 100% rename from tests/generated/absolute_minmax_bottom_right_min_max.rs rename to tests/generated/flex/absolute_minmax_bottom_right_min_max.rs diff --git a/tests/generated/absolute_minmax_bottom_right_min_max_preferred.rs b/tests/generated/flex/absolute_minmax_bottom_right_min_max_preferred.rs similarity index 100% rename from tests/generated/absolute_minmax_bottom_right_min_max_preferred.rs rename to tests/generated/flex/absolute_minmax_bottom_right_min_max_preferred.rs diff --git a/tests/generated/absolute_minmax_top_left_bottom_right_max.rs b/tests/generated/flex/absolute_minmax_top_left_bottom_right_max.rs similarity index 100% rename from tests/generated/absolute_minmax_top_left_bottom_right_max.rs rename to tests/generated/flex/absolute_minmax_top_left_bottom_right_max.rs diff --git a/tests/generated/absolute_minmax_top_left_bottom_right_min_max.rs b/tests/generated/flex/absolute_minmax_top_left_bottom_right_min_max.rs similarity index 100% rename from tests/generated/absolute_minmax_top_left_bottom_right_min_max.rs rename to tests/generated/flex/absolute_minmax_top_left_bottom_right_min_max.rs diff --git a/tests/generated/absolute_padding_border_overrides_max_size.rs b/tests/generated/flex/absolute_padding_border_overrides_max_size.rs similarity index 100% rename from tests/generated/absolute_padding_border_overrides_max_size.rs rename to tests/generated/flex/absolute_padding_border_overrides_max_size.rs diff --git a/tests/generated/absolute_padding_border_overrides_size.rs b/tests/generated/flex/absolute_padding_border_overrides_size.rs similarity index 100% rename from tests/generated/absolute_padding_border_overrides_size.rs rename to tests/generated/flex/absolute_padding_border_overrides_size.rs diff --git a/tests/generated/align_baseline.rs b/tests/generated/flex/align_baseline.rs similarity index 100% rename from tests/generated/align_baseline.rs rename to tests/generated/flex/align_baseline.rs diff --git a/tests/generated/align_baseline_child.rs b/tests/generated/flex/align_baseline_child.rs similarity index 100% rename from tests/generated/align_baseline_child.rs rename to tests/generated/flex/align_baseline_child.rs diff --git a/tests/generated/align_baseline_child_margin.rs b/tests/generated/flex/align_baseline_child_margin.rs similarity index 100% rename from tests/generated/align_baseline_child_margin.rs rename to tests/generated/flex/align_baseline_child_margin.rs diff --git a/tests/generated/align_baseline_child_margin_percent.rs b/tests/generated/flex/align_baseline_child_margin_percent.rs similarity index 100% rename from tests/generated/align_baseline_child_margin_percent.rs rename to tests/generated/flex/align_baseline_child_margin_percent.rs diff --git a/tests/generated/align_baseline_child_multiline.rs b/tests/generated/flex/align_baseline_child_multiline.rs similarity index 100% rename from tests/generated/align_baseline_child_multiline.rs rename to tests/generated/flex/align_baseline_child_multiline.rs diff --git a/tests/generated/align_baseline_child_multiline_no_override_on_secondline.rs b/tests/generated/flex/align_baseline_child_multiline_no_override_on_secondline.rs similarity index 100% rename from tests/generated/align_baseline_child_multiline_no_override_on_secondline.rs rename to tests/generated/flex/align_baseline_child_multiline_no_override_on_secondline.rs diff --git a/tests/generated/align_baseline_child_multiline_override.rs b/tests/generated/flex/align_baseline_child_multiline_override.rs similarity index 100% rename from tests/generated/align_baseline_child_multiline_override.rs rename to tests/generated/flex/align_baseline_child_multiline_override.rs diff --git a/tests/generated/align_baseline_child_padding.rs b/tests/generated/flex/align_baseline_child_padding.rs similarity index 100% rename from tests/generated/align_baseline_child_padding.rs rename to tests/generated/flex/align_baseline_child_padding.rs diff --git a/tests/generated/align_baseline_child_top.rs b/tests/generated/flex/align_baseline_child_top.rs similarity index 100% rename from tests/generated/align_baseline_child_top.rs rename to tests/generated/flex/align_baseline_child_top.rs diff --git a/tests/generated/align_baseline_child_top2.rs b/tests/generated/flex/align_baseline_child_top2.rs similarity index 100% rename from tests/generated/align_baseline_child_top2.rs rename to tests/generated/flex/align_baseline_child_top2.rs diff --git a/tests/generated/align_baseline_column.rs b/tests/generated/flex/align_baseline_column.rs similarity index 100% rename from tests/generated/align_baseline_column.rs rename to tests/generated/flex/align_baseline_column.rs diff --git a/tests/generated/align_baseline_double_nested_child.rs b/tests/generated/flex/align_baseline_double_nested_child.rs similarity index 100% rename from tests/generated/align_baseline_double_nested_child.rs rename to tests/generated/flex/align_baseline_double_nested_child.rs diff --git a/tests/generated/align_baseline_multiline.rs b/tests/generated/flex/align_baseline_multiline.rs similarity index 100% rename from tests/generated/align_baseline_multiline.rs rename to tests/generated/flex/align_baseline_multiline.rs diff --git a/tests/generated/align_baseline_multiline_column.rs b/tests/generated/flex/align_baseline_multiline_column.rs similarity index 100% rename from tests/generated/align_baseline_multiline_column.rs rename to tests/generated/flex/align_baseline_multiline_column.rs diff --git a/tests/generated/align_baseline_multiline_column2.rs b/tests/generated/flex/align_baseline_multiline_column2.rs similarity index 100% rename from tests/generated/align_baseline_multiline_column2.rs rename to tests/generated/flex/align_baseline_multiline_column2.rs diff --git a/tests/generated/align_baseline_multiline_row_and_column.rs b/tests/generated/flex/align_baseline_multiline_row_and_column.rs similarity index 100% rename from tests/generated/align_baseline_multiline_row_and_column.rs rename to tests/generated/flex/align_baseline_multiline_row_and_column.rs diff --git a/tests/generated/align_baseline_nested_child.rs b/tests/generated/flex/align_baseline_nested_child.rs similarity index 100% rename from tests/generated/align_baseline_nested_child.rs rename to tests/generated/flex/align_baseline_nested_child.rs diff --git a/tests/generated/align_baseline_nested_column.rs b/tests/generated/flex/align_baseline_nested_column.rs similarity index 100% rename from tests/generated/align_baseline_nested_column.rs rename to tests/generated/flex/align_baseline_nested_column.rs diff --git a/tests/generated/align_center_should_size_based_on_content.rs b/tests/generated/flex/align_center_should_size_based_on_content.rs similarity index 100% rename from tests/generated/align_center_should_size_based_on_content.rs rename to tests/generated/flex/align_center_should_size_based_on_content.rs diff --git a/tests/generated/align_content_flex_end.rs b/tests/generated/flex/align_content_flex_end.rs similarity index 100% rename from tests/generated/align_content_flex_end.rs rename to tests/generated/flex/align_content_flex_end.rs diff --git a/tests/generated/align_content_flex_start.rs b/tests/generated/flex/align_content_flex_start.rs similarity index 100% rename from tests/generated/align_content_flex_start.rs rename to tests/generated/flex/align_content_flex_start.rs diff --git a/tests/generated/align_content_flex_start_with_flex.rs b/tests/generated/flex/align_content_flex_start_with_flex.rs similarity index 100% rename from tests/generated/align_content_flex_start_with_flex.rs rename to tests/generated/flex/align_content_flex_start_with_flex.rs diff --git a/tests/generated/align_content_flex_start_without_height_on_children.rs b/tests/generated/flex/align_content_flex_start_without_height_on_children.rs similarity index 100% rename from tests/generated/align_content_flex_start_without_height_on_children.rs rename to tests/generated/flex/align_content_flex_start_without_height_on_children.rs diff --git a/tests/generated/align_content_not_stretch_with_align_items_stretch.rs b/tests/generated/flex/align_content_not_stretch_with_align_items_stretch.rs similarity index 100% rename from tests/generated/align_content_not_stretch_with_align_items_stretch.rs rename to tests/generated/flex/align_content_not_stretch_with_align_items_stretch.rs diff --git a/tests/generated/align_content_space_around_single_line.rs b/tests/generated/flex/align_content_space_around_single_line.rs similarity index 100% rename from tests/generated/align_content_space_around_single_line.rs rename to tests/generated/flex/align_content_space_around_single_line.rs diff --git a/tests/generated/align_content_space_around_wrapped.rs b/tests/generated/flex/align_content_space_around_wrapped.rs similarity index 100% rename from tests/generated/align_content_space_around_wrapped.rs rename to tests/generated/flex/align_content_space_around_wrapped.rs diff --git a/tests/generated/align_content_space_between_single_line.rs b/tests/generated/flex/align_content_space_between_single_line.rs similarity index 100% rename from tests/generated/align_content_space_between_single_line.rs rename to tests/generated/flex/align_content_space_between_single_line.rs diff --git a/tests/generated/align_content_space_between_wrapped.rs b/tests/generated/flex/align_content_space_between_wrapped.rs similarity index 100% rename from tests/generated/align_content_space_between_wrapped.rs rename to tests/generated/flex/align_content_space_between_wrapped.rs diff --git a/tests/generated/align_content_space_evenly_single_line.rs b/tests/generated/flex/align_content_space_evenly_single_line.rs similarity index 100% rename from tests/generated/align_content_space_evenly_single_line.rs rename to tests/generated/flex/align_content_space_evenly_single_line.rs diff --git a/tests/generated/align_content_space_evenly_wrapped.rs b/tests/generated/flex/align_content_space_evenly_wrapped.rs similarity index 100% rename from tests/generated/align_content_space_evenly_wrapped.rs rename to tests/generated/flex/align_content_space_evenly_wrapped.rs diff --git a/tests/generated/align_content_spacearound.rs b/tests/generated/flex/align_content_spacearound.rs similarity index 100% rename from tests/generated/align_content_spacearound.rs rename to tests/generated/flex/align_content_spacearound.rs diff --git a/tests/generated/align_content_spacebetween.rs b/tests/generated/flex/align_content_spacebetween.rs similarity index 100% rename from tests/generated/align_content_spacebetween.rs rename to tests/generated/flex/align_content_spacebetween.rs diff --git a/tests/generated/align_content_stretch.rs b/tests/generated/flex/align_content_stretch.rs similarity index 100% rename from tests/generated/align_content_stretch.rs rename to tests/generated/flex/align_content_stretch.rs diff --git a/tests/generated/align_content_stretch_column.rs b/tests/generated/flex/align_content_stretch_column.rs similarity index 100% rename from tests/generated/align_content_stretch_column.rs rename to tests/generated/flex/align_content_stretch_column.rs diff --git a/tests/generated/align_content_stretch_is_not_overriding_align_items.rs b/tests/generated/flex/align_content_stretch_is_not_overriding_align_items.rs similarity index 100% rename from tests/generated/align_content_stretch_is_not_overriding_align_items.rs rename to tests/generated/flex/align_content_stretch_is_not_overriding_align_items.rs diff --git a/tests/generated/align_content_stretch_row.rs b/tests/generated/flex/align_content_stretch_row.rs similarity index 100% rename from tests/generated/align_content_stretch_row.rs rename to tests/generated/flex/align_content_stretch_row.rs diff --git a/tests/generated/align_content_stretch_row_with_children.rs b/tests/generated/flex/align_content_stretch_row_with_children.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_children.rs rename to tests/generated/flex/align_content_stretch_row_with_children.rs diff --git a/tests/generated/align_content_stretch_row_with_fixed_height.rs b/tests/generated/flex/align_content_stretch_row_with_fixed_height.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_fixed_height.rs rename to tests/generated/flex/align_content_stretch_row_with_fixed_height.rs diff --git a/tests/generated/align_content_stretch_row_with_flex.rs b/tests/generated/flex/align_content_stretch_row_with_flex.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_flex.rs rename to tests/generated/flex/align_content_stretch_row_with_flex.rs diff --git a/tests/generated/align_content_stretch_row_with_flex_no_shrink.rs b/tests/generated/flex/align_content_stretch_row_with_flex_no_shrink.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_flex_no_shrink.rs rename to tests/generated/flex/align_content_stretch_row_with_flex_no_shrink.rs diff --git a/tests/generated/align_content_stretch_row_with_margin.rs b/tests/generated/flex/align_content_stretch_row_with_margin.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_margin.rs rename to tests/generated/flex/align_content_stretch_row_with_margin.rs diff --git a/tests/generated/align_content_stretch_row_with_max_height.rs b/tests/generated/flex/align_content_stretch_row_with_max_height.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_max_height.rs rename to tests/generated/flex/align_content_stretch_row_with_max_height.rs diff --git a/tests/generated/align_content_stretch_row_with_min_height.rs b/tests/generated/flex/align_content_stretch_row_with_min_height.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_min_height.rs rename to tests/generated/flex/align_content_stretch_row_with_min_height.rs diff --git a/tests/generated/align_content_stretch_row_with_padding.rs b/tests/generated/flex/align_content_stretch_row_with_padding.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_padding.rs rename to tests/generated/flex/align_content_stretch_row_with_padding.rs diff --git a/tests/generated/align_content_stretch_row_with_single_row.rs b/tests/generated/flex/align_content_stretch_row_with_single_row.rs similarity index 100% rename from tests/generated/align_content_stretch_row_with_single_row.rs rename to tests/generated/flex/align_content_stretch_row_with_single_row.rs diff --git a/tests/generated/align_flex_start_with_shrinking_children.rs b/tests/generated/flex/align_flex_start_with_shrinking_children.rs similarity index 100% rename from tests/generated/align_flex_start_with_shrinking_children.rs rename to tests/generated/flex/align_flex_start_with_shrinking_children.rs diff --git a/tests/generated/align_flex_start_with_shrinking_children_with_stretch.rs b/tests/generated/flex/align_flex_start_with_shrinking_children_with_stretch.rs similarity index 100% rename from tests/generated/align_flex_start_with_shrinking_children_with_stretch.rs rename to tests/generated/flex/align_flex_start_with_shrinking_children_with_stretch.rs diff --git a/tests/generated/align_flex_start_with_stretching_children.rs b/tests/generated/flex/align_flex_start_with_stretching_children.rs similarity index 100% rename from tests/generated/align_flex_start_with_stretching_children.rs rename to tests/generated/flex/align_flex_start_with_stretching_children.rs diff --git a/tests/generated/align_items_center.rs b/tests/generated/flex/align_items_center.rs similarity index 100% rename from tests/generated/align_items_center.rs rename to tests/generated/flex/align_items_center.rs diff --git a/tests/generated/align_items_center_child_with_margin_bigger_than_parent.rs b/tests/generated/flex/align_items_center_child_with_margin_bigger_than_parent.rs similarity index 100% rename from tests/generated/align_items_center_child_with_margin_bigger_than_parent.rs rename to tests/generated/flex/align_items_center_child_with_margin_bigger_than_parent.rs diff --git a/tests/generated/align_items_center_child_without_margin_bigger_than_parent.rs b/tests/generated/flex/align_items_center_child_without_margin_bigger_than_parent.rs similarity index 100% rename from tests/generated/align_items_center_child_without_margin_bigger_than_parent.rs rename to tests/generated/flex/align_items_center_child_without_margin_bigger_than_parent.rs diff --git a/tests/generated/align_items_center_justify_content_center.rs b/tests/generated/flex/align_items_center_justify_content_center.rs similarity index 97% rename from tests/generated/align_items_center_justify_content_center.rs rename to tests/generated/flex/align_items_center_justify_content_center.rs index 91ba2f30f..72940bb7b 100644 --- a/tests/generated/align_items_center_justify_content_center.rs +++ b/tests/generated/flex/align_items_center_justify_content_center.rs @@ -14,11 +14,11 @@ fn align_items_center_justify_content_center() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "\n "; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/align_items_center_min_max_with_padding.rs b/tests/generated/flex/align_items_center_min_max_with_padding.rs similarity index 100% rename from tests/generated/align_items_center_min_max_with_padding.rs rename to tests/generated/flex/align_items_center_min_max_with_padding.rs diff --git a/tests/generated/align_items_center_with_child_margin.rs b/tests/generated/flex/align_items_center_with_child_margin.rs similarity index 100% rename from tests/generated/align_items_center_with_child_margin.rs rename to tests/generated/flex/align_items_center_with_child_margin.rs diff --git a/tests/generated/align_items_center_with_child_top.rs b/tests/generated/flex/align_items_center_with_child_top.rs similarity index 100% rename from tests/generated/align_items_center_with_child_top.rs rename to tests/generated/flex/align_items_center_with_child_top.rs diff --git a/tests/generated/align_items_flex_end.rs b/tests/generated/flex/align_items_flex_end.rs similarity index 100% rename from tests/generated/align_items_flex_end.rs rename to tests/generated/flex/align_items_flex_end.rs diff --git a/tests/generated/align_items_flex_end_child_with_margin_bigger_than_parent.rs b/tests/generated/flex/align_items_flex_end_child_with_margin_bigger_than_parent.rs similarity index 100% rename from tests/generated/align_items_flex_end_child_with_margin_bigger_than_parent.rs rename to tests/generated/flex/align_items_flex_end_child_with_margin_bigger_than_parent.rs diff --git a/tests/generated/align_items_flex_end_child_without_margin_bigger_than_parent.rs b/tests/generated/flex/align_items_flex_end_child_without_margin_bigger_than_parent.rs similarity index 100% rename from tests/generated/align_items_flex_end_child_without_margin_bigger_than_parent.rs rename to tests/generated/flex/align_items_flex_end_child_without_margin_bigger_than_parent.rs diff --git a/tests/generated/align_items_flex_start.rs b/tests/generated/flex/align_items_flex_start.rs similarity index 100% rename from tests/generated/align_items_flex_start.rs rename to tests/generated/flex/align_items_flex_start.rs diff --git a/tests/generated/align_items_min_max.rs b/tests/generated/flex/align_items_min_max.rs similarity index 100% rename from tests/generated/align_items_min_max.rs rename to tests/generated/flex/align_items_min_max.rs diff --git a/tests/generated/align_items_stretch.rs b/tests/generated/flex/align_items_stretch.rs similarity index 100% rename from tests/generated/align_items_stretch.rs rename to tests/generated/flex/align_items_stretch.rs diff --git a/tests/generated/align_items_stretch_min_cross.rs b/tests/generated/flex/align_items_stretch_min_cross.rs similarity index 100% rename from tests/generated/align_items_stretch_min_cross.rs rename to tests/generated/flex/align_items_stretch_min_cross.rs diff --git a/tests/generated/align_self_baseline.rs b/tests/generated/flex/align_self_baseline.rs similarity index 100% rename from tests/generated/align_self_baseline.rs rename to tests/generated/flex/align_self_baseline.rs diff --git a/tests/generated/align_self_center.rs b/tests/generated/flex/align_self_center.rs similarity index 100% rename from tests/generated/align_self_center.rs rename to tests/generated/flex/align_self_center.rs diff --git a/tests/generated/align_self_center_undefined_max_height.rs b/tests/generated/flex/align_self_center_undefined_max_height.rs similarity index 100% rename from tests/generated/align_self_center_undefined_max_height.rs rename to tests/generated/flex/align_self_center_undefined_max_height.rs diff --git a/tests/generated/align_self_flex_end.rs b/tests/generated/flex/align_self_flex_end.rs similarity index 100% rename from tests/generated/align_self_flex_end.rs rename to tests/generated/flex/align_self_flex_end.rs diff --git a/tests/generated/align_self_flex_end_override_flex_start.rs b/tests/generated/flex/align_self_flex_end_override_flex_start.rs similarity index 100% rename from tests/generated/align_self_flex_end_override_flex_start.rs rename to tests/generated/flex/align_self_flex_end_override_flex_start.rs diff --git a/tests/generated/align_self_flex_start.rs b/tests/generated/flex/align_self_flex_start.rs similarity index 100% rename from tests/generated/align_self_flex_start.rs rename to tests/generated/flex/align_self_flex_start.rs diff --git a/tests/generated/align_stretch_should_size_based_on_parent.rs b/tests/generated/flex/align_stretch_should_size_based_on_parent.rs similarity index 100% rename from tests/generated/align_stretch_should_size_based_on_parent.rs rename to tests/generated/flex/align_stretch_should_size_based_on_parent.rs diff --git a/tests/generated/android_news_feed.rs b/tests/generated/flex/android_news_feed.rs similarity index 100% rename from tests/generated/android_news_feed.rs rename to tests/generated/flex/android_news_feed.rs diff --git a/tests/generated/aspect_ratio_flex_column_fill_height.rs b/tests/generated/flex/aspect_ratio_flex_column_fill_height.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_column_fill_height.rs rename to tests/generated/flex/aspect_ratio_flex_column_fill_height.rs diff --git a/tests/generated/aspect_ratio_flex_column_fill_max_height.rs b/tests/generated/flex/aspect_ratio_flex_column_fill_max_height.rs similarity index 92% rename from tests/generated/aspect_ratio_flex_column_fill_max_height.rs rename to tests/generated/flex/aspect_ratio_flex_column_fill_max_height.rs index 72d61b53f..9e2bc0ac3 100644 --- a/tests/generated/aspect_ratio_flex_column_fill_max_height.rs +++ b/tests/generated/flex/aspect_ratio_flex_column_fill_max_height.rs @@ -3,7 +3,7 @@ fn aspect_ratio_flex_column_fill_max_height() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/aspect_ratio_flex_column_fill_max_width.rs b/tests/generated/flex/aspect_ratio_flex_column_fill_max_width.rs similarity index 95% rename from tests/generated/aspect_ratio_flex_column_fill_max_width.rs rename to tests/generated/flex/aspect_ratio_flex_column_fill_max_width.rs index 31d6e6e12..31aed825b 100644 --- a/tests/generated/aspect_ratio_flex_column_fill_max_width.rs +++ b/tests/generated/flex/aspect_ratio_flex_column_fill_max_width.rs @@ -12,11 +12,11 @@ fn aspect_ratio_flex_column_fill_max_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/aspect_ratio_flex_column_fill_min_height.rs b/tests/generated/flex/aspect_ratio_flex_column_fill_min_height.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_column_fill_min_height.rs rename to tests/generated/flex/aspect_ratio_flex_column_fill_min_height.rs diff --git a/tests/generated/aspect_ratio_flex_column_fill_min_width.rs b/tests/generated/flex/aspect_ratio_flex_column_fill_min_width.rs similarity index 95% rename from tests/generated/aspect_ratio_flex_column_fill_min_width.rs rename to tests/generated/flex/aspect_ratio_flex_column_fill_min_width.rs index aef83bb66..d06edc076 100644 --- a/tests/generated/aspect_ratio_flex_column_fill_min_width.rs +++ b/tests/generated/flex/aspect_ratio_flex_column_fill_min_width.rs @@ -12,11 +12,11 @@ fn aspect_ratio_flex_column_fill_min_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "\n \n "; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/aspect_ratio_flex_column_fill_width.rs b/tests/generated/flex/aspect_ratio_flex_column_fill_width.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_column_fill_width.rs rename to tests/generated/flex/aspect_ratio_flex_column_fill_width.rs diff --git a/tests/generated/aspect_ratio_flex_column_fill_width_flex.rs b/tests/generated/flex/aspect_ratio_flex_column_fill_width_flex.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_column_fill_width_flex.rs rename to tests/generated/flex/aspect_ratio_flex_column_fill_width_flex.rs diff --git a/tests/generated/aspect_ratio_flex_column_stretch_fill_height.rs b/tests/generated/flex/aspect_ratio_flex_column_stretch_fill_height.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_column_stretch_fill_height.rs rename to tests/generated/flex/aspect_ratio_flex_column_stretch_fill_height.rs diff --git a/tests/generated/aspect_ratio_flex_column_stretch_fill_max_height.rs b/tests/generated/flex/aspect_ratio_flex_column_stretch_fill_max_height.rs similarity index 92% rename from tests/generated/aspect_ratio_flex_column_stretch_fill_max_height.rs rename to tests/generated/flex/aspect_ratio_flex_column_stretch_fill_max_height.rs index 55e050f25..feeafa46a 100644 --- a/tests/generated/aspect_ratio_flex_column_stretch_fill_max_height.rs +++ b/tests/generated/flex/aspect_ratio_flex_column_stretch_fill_max_height.rs @@ -3,7 +3,7 @@ fn aspect_ratio_flex_column_stretch_fill_max_height() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/aspect_ratio_flex_column_stretch_fill_max_width.rs b/tests/generated/flex/aspect_ratio_flex_column_stretch_fill_max_width.rs similarity index 95% rename from tests/generated/aspect_ratio_flex_column_stretch_fill_max_width.rs rename to tests/generated/flex/aspect_ratio_flex_column_stretch_fill_max_width.rs index a893eee43..c37e8a2e2 100644 --- a/tests/generated/aspect_ratio_flex_column_stretch_fill_max_width.rs +++ b/tests/generated/flex/aspect_ratio_flex_column_stretch_fill_max_width.rs @@ -12,11 +12,11 @@ fn aspect_ratio_flex_column_stretch_fill_max_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/aspect_ratio_flex_column_stretch_fill_width.rs b/tests/generated/flex/aspect_ratio_flex_column_stretch_fill_width.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_column_stretch_fill_width.rs rename to tests/generated/flex/aspect_ratio_flex_column_stretch_fill_width.rs diff --git a/tests/generated/aspect_ratio_flex_row_fill_height.rs b/tests/generated/flex/aspect_ratio_flex_row_fill_height.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_row_fill_height.rs rename to tests/generated/flex/aspect_ratio_flex_row_fill_height.rs diff --git a/tests/generated/aspect_ratio_flex_row_fill_max_height.rs b/tests/generated/flex/aspect_ratio_flex_row_fill_max_height.rs similarity index 92% rename from tests/generated/aspect_ratio_flex_row_fill_max_height.rs rename to tests/generated/flex/aspect_ratio_flex_row_fill_max_height.rs index ead89fa20..e179b51de 100644 --- a/tests/generated/aspect_ratio_flex_row_fill_max_height.rs +++ b/tests/generated/flex/aspect_ratio_flex_row_fill_max_height.rs @@ -3,7 +3,7 @@ fn aspect_ratio_flex_row_fill_max_height() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/aspect_ratio_flex_row_fill_max_width.rs b/tests/generated/flex/aspect_ratio_flex_row_fill_max_width.rs similarity index 95% rename from tests/generated/aspect_ratio_flex_row_fill_max_width.rs rename to tests/generated/flex/aspect_ratio_flex_row_fill_max_width.rs index cd2e6dff1..ba80951db 100644 --- a/tests/generated/aspect_ratio_flex_row_fill_max_width.rs +++ b/tests/generated/flex/aspect_ratio_flex_row_fill_max_width.rs @@ -12,11 +12,11 @@ fn aspect_ratio_flex_row_fill_max_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/aspect_ratio_flex_row_fill_min_height.rs b/tests/generated/flex/aspect_ratio_flex_row_fill_min_height.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_row_fill_min_height.rs rename to tests/generated/flex/aspect_ratio_flex_row_fill_min_height.rs diff --git a/tests/generated/aspect_ratio_flex_row_fill_min_width.rs b/tests/generated/flex/aspect_ratio_flex_row_fill_min_width.rs similarity index 95% rename from tests/generated/aspect_ratio_flex_row_fill_min_width.rs rename to tests/generated/flex/aspect_ratio_flex_row_fill_min_width.rs index 6bc68b333..e95bb4cf3 100644 --- a/tests/generated/aspect_ratio_flex_row_fill_min_width.rs +++ b/tests/generated/flex/aspect_ratio_flex_row_fill_min_width.rs @@ -12,11 +12,11 @@ fn aspect_ratio_flex_row_fill_min_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "\n \n "; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/aspect_ratio_flex_row_fill_width.rs b/tests/generated/flex/aspect_ratio_flex_row_fill_width.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_row_fill_width.rs rename to tests/generated/flex/aspect_ratio_flex_row_fill_width.rs diff --git a/tests/generated/aspect_ratio_flex_row_fill_width_flex.rs b/tests/generated/flex/aspect_ratio_flex_row_fill_width_flex.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_row_fill_width_flex.rs rename to tests/generated/flex/aspect_ratio_flex_row_fill_width_flex.rs diff --git a/tests/generated/aspect_ratio_flex_row_stretch_fill_height.rs b/tests/generated/flex/aspect_ratio_flex_row_stretch_fill_height.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_row_stretch_fill_height.rs rename to tests/generated/flex/aspect_ratio_flex_row_stretch_fill_height.rs diff --git a/tests/generated/aspect_ratio_flex_row_stretch_fill_max_height.rs b/tests/generated/flex/aspect_ratio_flex_row_stretch_fill_max_height.rs similarity index 92% rename from tests/generated/aspect_ratio_flex_row_stretch_fill_max_height.rs rename to tests/generated/flex/aspect_ratio_flex_row_stretch_fill_max_height.rs index 6114dfe4a..e45ee0754 100644 --- a/tests/generated/aspect_ratio_flex_row_stretch_fill_max_height.rs +++ b/tests/generated/flex/aspect_ratio_flex_row_stretch_fill_max_height.rs @@ -3,7 +3,7 @@ fn aspect_ratio_flex_row_stretch_fill_max_height() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { max_size : taffy :: geometry :: Size { width : taffy :: style :: Dimension :: Length (40f32) , height : auto () , } , aspect_ratio : Some (2f32) , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , Some (2f32)) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/aspect_ratio_flex_row_stretch_fill_max_width.rs b/tests/generated/flex/aspect_ratio_flex_row_stretch_fill_max_width.rs similarity index 95% rename from tests/generated/aspect_ratio_flex_row_stretch_fill_max_width.rs rename to tests/generated/flex/aspect_ratio_flex_row_stretch_fill_max_width.rs index 76b8be5ff..c5598ca92 100644 --- a/tests/generated/aspect_ratio_flex_row_stretch_fill_max_width.rs +++ b/tests/generated/flex/aspect_ratio_flex_row_stretch_fill_max_width.rs @@ -12,11 +12,11 @@ fn aspect_ratio_flex_row_stretch_fill_max_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/aspect_ratio_flex_row_stretch_fill_width.rs b/tests/generated/flex/aspect_ratio_flex_row_stretch_fill_width.rs similarity index 100% rename from tests/generated/aspect_ratio_flex_row_stretch_fill_width.rs rename to tests/generated/flex/aspect_ratio_flex_row_stretch_fill_width.rs diff --git a/tests/generated/bevy_issue_7976_3_level.rs b/tests/generated/flex/bevy_issue_7976_3_level.rs similarity index 100% rename from tests/generated/bevy_issue_7976_3_level.rs rename to tests/generated/flex/bevy_issue_7976_3_level.rs diff --git a/tests/generated/bevy_issue_7976_4_level.rs b/tests/generated/flex/bevy_issue_7976_4_level.rs similarity index 100% rename from tests/generated/bevy_issue_7976_4_level.rs rename to tests/generated/flex/bevy_issue_7976_4_level.rs diff --git a/tests/generated/bevy_issue_7976_reduced.rs b/tests/generated/flex/bevy_issue_7976_reduced.rs similarity index 100% rename from tests/generated/bevy_issue_7976_reduced.rs rename to tests/generated/flex/bevy_issue_7976_reduced.rs diff --git a/tests/generated/bevy_issue_8017.rs b/tests/generated/flex/bevy_issue_8017.rs similarity index 100% rename from tests/generated/bevy_issue_8017.rs rename to tests/generated/flex/bevy_issue_8017.rs diff --git a/tests/generated/bevy_issue_8017_reduced.rs b/tests/generated/flex/bevy_issue_8017_reduced.rs similarity index 100% rename from tests/generated/bevy_issue_8017_reduced.rs rename to tests/generated/flex/bevy_issue_8017_reduced.rs diff --git a/tests/generated/bevy_issue_8082.rs b/tests/generated/flex/bevy_issue_8082.rs similarity index 100% rename from tests/generated/bevy_issue_8082.rs rename to tests/generated/flex/bevy_issue_8082.rs diff --git a/tests/generated/bevy_issue_8082_percent.rs b/tests/generated/flex/bevy_issue_8082_percent.rs similarity index 100% rename from tests/generated/bevy_issue_8082_percent.rs rename to tests/generated/flex/bevy_issue_8082_percent.rs diff --git a/tests/generated/bevy_issue_9530.rs b/tests/generated/flex/bevy_issue_9530.rs similarity index 97% rename from tests/generated/bevy_issue_9530.rs rename to tests/generated/flex/bevy_issue_9530.rs index 88d28a39f..f1a3b8f54 100644 --- a/tests/generated/bevy_issue_9530.rs +++ b/tests/generated/flex/bevy_issue_9530.rs @@ -22,7 +22,7 @@ fn bevy_issue_9530() { ..Default::default() }) .unwrap(); - let node11 = taffy . new_leaf_with_measure (taffy :: style :: Style { align_items : Some (taffy :: style :: AlignItems :: Center) , align_content : Some (taffy :: style :: AlignContent :: Center) , justify_content : Some (taffy :: style :: JustifyContent :: Center) , flex_grow : 1f32 , margin : taffy :: geometry :: Rect { left : taffy :: style :: LengthPercentageAuto :: Length (20f32) , right : taffy :: style :: LengthPercentageAuto :: Length (20f32) , top : taffy :: style :: LengthPercentageAuto :: Length (20f32) , bottom : taffy :: style :: LengthPercentageAuto :: Length (20f32) , } , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , None) }) ,) . unwrap () ; + let node11 = taffy . new_leaf_with_measure (taffy :: style :: Style { align_items : Some (taffy :: style :: AlignItems :: Center) , align_content : Some (taffy :: style :: AlignContent :: Center) , justify_content : Some (taffy :: style :: JustifyContent :: Center) , flex_grow : 1f32 , margin : taffy :: geometry :: Rect { left : taffy :: style :: LengthPercentageAuto :: Length (20f32) , right : taffy :: style :: LengthPercentageAuto :: Length (20f32) , top : taffy :: style :: LengthPercentageAuto :: Length (20f32) , bottom : taffy :: style :: LengthPercentageAuto :: Length (20f32) , } , .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH\u{200b}HHHH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , None) }) ,) . unwrap () ; let node12 = taffy .new_leaf(taffy::style::Style { size: taffy::geometry::Size { diff --git a/tests/generated/bevy_issue_9530_reduced.rs b/tests/generated/flex/bevy_issue_9530_reduced.rs similarity index 96% rename from tests/generated/bevy_issue_9530_reduced.rs rename to tests/generated/flex/bevy_issue_9530_reduced.rs index 17af524b6..23fa866fc 100644 --- a/tests/generated/bevy_issue_9530_reduced.rs +++ b/tests/generated/flex/bevy_issue_9530_reduced.rs @@ -8,11 +8,11 @@ fn bevy_issue_9530_reduced() { taffy::style::Style { flex_grow: 1f32, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/bevy_issue_9530_reduced2.rs b/tests/generated/flex/bevy_issue_9530_reduced2.rs similarity index 96% rename from tests/generated/bevy_issue_9530_reduced2.rs rename to tests/generated/flex/bevy_issue_9530_reduced2.rs index ea22bf42a..61a4dee2b 100644 --- a/tests/generated/bevy_issue_9530_reduced2.rs +++ b/tests/generated/flex/bevy_issue_9530_reduced2.rs @@ -8,11 +8,11 @@ fn bevy_issue_9530_reduced2() { taffy::style::Style { flex_grow: 1f32, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/bevy_issue_9530_reduced3.rs b/tests/generated/flex/bevy_issue_9530_reduced3.rs similarity index 95% rename from tests/generated/bevy_issue_9530_reduced3.rs rename to tests/generated/flex/bevy_issue_9530_reduced3.rs index c296e4a83..1413c4e33 100644 --- a/tests/generated/bevy_issue_9530_reduced3.rs +++ b/tests/generated/flex/bevy_issue_9530_reduced3.rs @@ -17,11 +17,11 @@ fn bevy_issue_9530_reduced3() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/bevy_issue_9530_reduced4.rs b/tests/generated/flex/bevy_issue_9530_reduced4.rs similarity index 95% rename from tests/generated/bevy_issue_9530_reduced4.rs rename to tests/generated/flex/bevy_issue_9530_reduced4.rs index 6a124c2be..d3dc46384 100644 --- a/tests/generated/bevy_issue_9530_reduced4.rs +++ b/tests/generated/flex/bevy_issue_9530_reduced4.rs @@ -16,11 +16,11 @@ fn bevy_issue_9530_reduced4() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/border_center_child.rs b/tests/generated/flex/border_center_child.rs similarity index 100% rename from tests/generated/border_center_child.rs rename to tests/generated/flex/border_center_child.rs diff --git a/tests/generated/border_container_match_child.rs b/tests/generated/flex/border_container_match_child.rs similarity index 100% rename from tests/generated/border_container_match_child.rs rename to tests/generated/flex/border_container_match_child.rs diff --git a/tests/generated/border_flex_child.rs b/tests/generated/flex/border_flex_child.rs similarity index 100% rename from tests/generated/border_flex_child.rs rename to tests/generated/flex/border_flex_child.rs diff --git a/tests/generated/border_no_child.rs b/tests/generated/flex/border_no_child.rs similarity index 100% rename from tests/generated/border_no_child.rs rename to tests/generated/flex/border_no_child.rs diff --git a/tests/generated/border_no_size.rs b/tests/generated/flex/border_no_size.rs similarity index 100% rename from tests/generated/border_no_size.rs rename to tests/generated/flex/border_no_size.rs diff --git a/tests/generated/border_stretch_child.rs b/tests/generated/flex/border_stretch_child.rs similarity index 100% rename from tests/generated/border_stretch_child.rs rename to tests/generated/flex/border_stretch_child.rs diff --git a/tests/generated/child_min_max_width_flexing.rs b/tests/generated/flex/child_min_max_width_flexing.rs similarity index 100% rename from tests/generated/child_min_max_width_flexing.rs rename to tests/generated/flex/child_min_max_width_flexing.rs diff --git a/tests/generated/child_with_padding_align_end.rs b/tests/generated/flex/child_with_padding_align_end.rs similarity index 100% rename from tests/generated/child_with_padding_align_end.rs rename to tests/generated/flex/child_with_padding_align_end.rs diff --git a/tests/generated/container_with_unsized_child.rs b/tests/generated/flex/container_with_unsized_child.rs similarity index 100% rename from tests/generated/container_with_unsized_child.rs rename to tests/generated/flex/container_with_unsized_child.rs diff --git a/tests/generated/display_none.rs b/tests/generated/flex/display_none.rs similarity index 100% rename from tests/generated/display_none.rs rename to tests/generated/flex/display_none.rs diff --git a/tests/generated/display_none_absolute_child.rs b/tests/generated/flex/display_none_absolute_child.rs similarity index 100% rename from tests/generated/display_none_absolute_child.rs rename to tests/generated/flex/display_none_absolute_child.rs diff --git a/tests/generated/display_none_fixed_size.rs b/tests/generated/flex/display_none_fixed_size.rs similarity index 100% rename from tests/generated/display_none_fixed_size.rs rename to tests/generated/flex/display_none_fixed_size.rs diff --git a/tests/generated/display_none_only_node.rs b/tests/generated/flex/display_none_only_node.rs similarity index 100% rename from tests/generated/display_none_only_node.rs rename to tests/generated/flex/display_none_only_node.rs diff --git a/tests/generated/display_none_with_child.rs b/tests/generated/flex/display_none_with_child.rs similarity index 100% rename from tests/generated/display_none_with_child.rs rename to tests/generated/flex/display_none_with_child.rs diff --git a/tests/generated/display_none_with_margin.rs b/tests/generated/flex/display_none_with_margin.rs similarity index 100% rename from tests/generated/display_none_with_margin.rs rename to tests/generated/flex/display_none_with_margin.rs diff --git a/tests/generated/display_none_with_position.rs b/tests/generated/flex/display_none_with_position.rs similarity index 100% rename from tests/generated/display_none_with_position.rs rename to tests/generated/flex/display_none_with_position.rs diff --git a/tests/generated/display_none_with_position_absolute.rs b/tests/generated/flex/display_none_with_position_absolute.rs similarity index 100% rename from tests/generated/display_none_with_position_absolute.rs rename to tests/generated/flex/display_none_with_position_absolute.rs diff --git a/tests/generated/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.rs b/tests/generated/flex/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.rs similarity index 100% rename from tests/generated/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.rs rename to tests/generated/flex/do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent.rs diff --git a/tests/generated/flex_basis_and_main_dimen_set_when_flexing.rs b/tests/generated/flex/flex_basis_and_main_dimen_set_when_flexing.rs similarity index 100% rename from tests/generated/flex_basis_and_main_dimen_set_when_flexing.rs rename to tests/generated/flex/flex_basis_and_main_dimen_set_when_flexing.rs diff --git a/tests/generated/flex_basis_flex_grow_column.rs b/tests/generated/flex/flex_basis_flex_grow_column.rs similarity index 100% rename from tests/generated/flex_basis_flex_grow_column.rs rename to tests/generated/flex/flex_basis_flex_grow_column.rs diff --git a/tests/generated/flex_basis_flex_grow_row.rs b/tests/generated/flex/flex_basis_flex_grow_row.rs similarity index 100% rename from tests/generated/flex_basis_flex_grow_row.rs rename to tests/generated/flex/flex_basis_flex_grow_row.rs diff --git a/tests/generated/flex_basis_flex_shrink_column.rs b/tests/generated/flex/flex_basis_flex_shrink_column.rs similarity index 100% rename from tests/generated/flex_basis_flex_shrink_column.rs rename to tests/generated/flex/flex_basis_flex_shrink_column.rs diff --git a/tests/generated/flex_basis_flex_shrink_row.rs b/tests/generated/flex/flex_basis_flex_shrink_row.rs similarity index 100% rename from tests/generated/flex_basis_flex_shrink_row.rs rename to tests/generated/flex/flex_basis_flex_shrink_row.rs diff --git a/tests/generated/flex_basis_larger_than_content_column.rs b/tests/generated/flex/flex_basis_larger_than_content_column.rs similarity index 100% rename from tests/generated/flex_basis_larger_than_content_column.rs rename to tests/generated/flex/flex_basis_larger_than_content_column.rs diff --git a/tests/generated/flex_basis_larger_than_content_row.rs b/tests/generated/flex/flex_basis_larger_than_content_row.rs similarity index 100% rename from tests/generated/flex_basis_larger_than_content_row.rs rename to tests/generated/flex/flex_basis_larger_than_content_row.rs diff --git a/tests/generated/flex_basis_overrides_main_size.rs b/tests/generated/flex/flex_basis_overrides_main_size.rs similarity index 100% rename from tests/generated/flex_basis_overrides_main_size.rs rename to tests/generated/flex/flex_basis_overrides_main_size.rs diff --git a/tests/generated/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.rs b/tests/generated/flex/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.rs similarity index 100% rename from tests/generated/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.rs rename to tests/generated/flex/flex_basis_slightly_smaller_then_content_with_flex_grow_large_size.rs diff --git a/tests/generated/flex_basis_smaller_than_content_column.rs b/tests/generated/flex/flex_basis_smaller_than_content_column.rs similarity index 100% rename from tests/generated/flex_basis_smaller_than_content_column.rs rename to tests/generated/flex/flex_basis_smaller_than_content_column.rs diff --git a/tests/generated/flex_basis_smaller_than_content_row.rs b/tests/generated/flex/flex_basis_smaller_than_content_row.rs similarity index 100% rename from tests/generated/flex_basis_smaller_than_content_row.rs rename to tests/generated/flex/flex_basis_smaller_than_content_row.rs diff --git a/tests/generated/flex_basis_smaller_than_main_dimen_column.rs b/tests/generated/flex/flex_basis_smaller_than_main_dimen_column.rs similarity index 100% rename from tests/generated/flex_basis_smaller_than_main_dimen_column.rs rename to tests/generated/flex/flex_basis_smaller_than_main_dimen_column.rs diff --git a/tests/generated/flex_basis_smaller_than_main_dimen_row.rs b/tests/generated/flex/flex_basis_smaller_than_main_dimen_row.rs similarity index 100% rename from tests/generated/flex_basis_smaller_than_main_dimen_row.rs rename to tests/generated/flex/flex_basis_smaller_than_main_dimen_row.rs diff --git a/tests/generated/flex_basis_smaller_then_content_with_flex_grow_large_size.rs b/tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_large_size.rs similarity index 100% rename from tests/generated/flex_basis_smaller_then_content_with_flex_grow_large_size.rs rename to tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_large_size.rs diff --git a/tests/generated/flex_basis_smaller_then_content_with_flex_grow_small_size.rs b/tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_small_size.rs similarity index 100% rename from tests/generated/flex_basis_smaller_then_content_with_flex_grow_small_size.rs rename to tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_small_size.rs diff --git a/tests/generated/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.rs b/tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.rs similarity index 100% rename from tests/generated/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.rs rename to tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_unconstraint_size.rs diff --git a/tests/generated/flex_basis_smaller_then_content_with_flex_grow_very_large_size.rs b/tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_very_large_size.rs similarity index 100% rename from tests/generated/flex_basis_smaller_then_content_with_flex_grow_very_large_size.rs rename to tests/generated/flex/flex_basis_smaller_then_content_with_flex_grow_very_large_size.rs diff --git a/tests/generated/flex_basis_unconstraint_column.rs b/tests/generated/flex/flex_basis_unconstraint_column.rs similarity index 100% rename from tests/generated/flex_basis_unconstraint_column.rs rename to tests/generated/flex/flex_basis_unconstraint_column.rs diff --git a/tests/generated/flex_basis_unconstraint_row.rs b/tests/generated/flex/flex_basis_unconstraint_row.rs similarity index 100% rename from tests/generated/flex_basis_unconstraint_row.rs rename to tests/generated/flex/flex_basis_unconstraint_row.rs diff --git a/tests/generated/flex_basis_zero_undefined_main_size.rs b/tests/generated/flex/flex_basis_zero_undefined_main_size.rs similarity index 100% rename from tests/generated/flex_basis_zero_undefined_main_size.rs rename to tests/generated/flex/flex_basis_zero_undefined_main_size.rs diff --git a/tests/generated/flex_column_relative_all_sides.rs b/tests/generated/flex/flex_column_relative_all_sides.rs similarity index 100% rename from tests/generated/flex_column_relative_all_sides.rs rename to tests/generated/flex/flex_column_relative_all_sides.rs diff --git a/tests/generated/flex_direction_column.rs b/tests/generated/flex/flex_direction_column.rs similarity index 100% rename from tests/generated/flex_direction_column.rs rename to tests/generated/flex/flex_direction_column.rs diff --git a/tests/generated/flex_direction_column_no_height.rs b/tests/generated/flex/flex_direction_column_no_height.rs similarity index 100% rename from tests/generated/flex_direction_column_no_height.rs rename to tests/generated/flex/flex_direction_column_no_height.rs diff --git a/tests/generated/flex_direction_column_reverse.rs b/tests/generated/flex/flex_direction_column_reverse.rs similarity index 100% rename from tests/generated/flex_direction_column_reverse.rs rename to tests/generated/flex/flex_direction_column_reverse.rs diff --git a/tests/generated/flex_direction_column_reverse_no_height.rs b/tests/generated/flex/flex_direction_column_reverse_no_height.rs similarity index 100% rename from tests/generated/flex_direction_column_reverse_no_height.rs rename to tests/generated/flex/flex_direction_column_reverse_no_height.rs diff --git a/tests/generated/flex_direction_row.rs b/tests/generated/flex/flex_direction_row.rs similarity index 100% rename from tests/generated/flex_direction_row.rs rename to tests/generated/flex/flex_direction_row.rs diff --git a/tests/generated/flex_direction_row_no_width.rs b/tests/generated/flex/flex_direction_row_no_width.rs similarity index 100% rename from tests/generated/flex_direction_row_no_width.rs rename to tests/generated/flex/flex_direction_row_no_width.rs diff --git a/tests/generated/flex_direction_row_reverse.rs b/tests/generated/flex/flex_direction_row_reverse.rs similarity index 100% rename from tests/generated/flex_direction_row_reverse.rs rename to tests/generated/flex/flex_direction_row_reverse.rs diff --git a/tests/generated/flex_grow_child.rs b/tests/generated/flex/flex_grow_child.rs similarity index 100% rename from tests/generated/flex_grow_child.rs rename to tests/generated/flex/flex_grow_child.rs diff --git a/tests/generated/flex_grow_flex_basis_percent_min_max.rs b/tests/generated/flex/flex_grow_flex_basis_percent_min_max.rs similarity index 100% rename from tests/generated/flex_grow_flex_basis_percent_min_max.rs rename to tests/generated/flex/flex_grow_flex_basis_percent_min_max.rs diff --git a/tests/generated/flex_grow_height_maximized.rs b/tests/generated/flex/flex_grow_height_maximized.rs similarity index 100% rename from tests/generated/flex_grow_height_maximized.rs rename to tests/generated/flex/flex_grow_height_maximized.rs diff --git a/tests/generated/flex_grow_in_at_most_container.rs b/tests/generated/flex/flex_grow_in_at_most_container.rs similarity index 100% rename from tests/generated/flex_grow_in_at_most_container.rs rename to tests/generated/flex/flex_grow_in_at_most_container.rs diff --git a/tests/generated/flex_grow_less_than_factor_one.rs b/tests/generated/flex/flex_grow_less_than_factor_one.rs similarity index 100% rename from tests/generated/flex_grow_less_than_factor_one.rs rename to tests/generated/flex/flex_grow_less_than_factor_one.rs diff --git a/tests/generated/flex_grow_root_minimized.rs b/tests/generated/flex/flex_grow_root_minimized.rs similarity index 100% rename from tests/generated/flex_grow_root_minimized.rs rename to tests/generated/flex/flex_grow_root_minimized.rs diff --git a/tests/generated/flex_grow_shrink_at_most.rs b/tests/generated/flex/flex_grow_shrink_at_most.rs similarity index 100% rename from tests/generated/flex_grow_shrink_at_most.rs rename to tests/generated/flex/flex_grow_shrink_at_most.rs diff --git a/tests/generated/flex_grow_to_min.rs b/tests/generated/flex/flex_grow_to_min.rs similarity index 100% rename from tests/generated/flex_grow_to_min.rs rename to tests/generated/flex/flex_grow_to_min.rs diff --git a/tests/generated/flex_grow_within_constrained_max_column.rs b/tests/generated/flex/flex_grow_within_constrained_max_column.rs similarity index 100% rename from tests/generated/flex_grow_within_constrained_max_column.rs rename to tests/generated/flex/flex_grow_within_constrained_max_column.rs diff --git a/tests/generated/flex_grow_within_constrained_max_row.rs b/tests/generated/flex/flex_grow_within_constrained_max_row.rs similarity index 100% rename from tests/generated/flex_grow_within_constrained_max_row.rs rename to tests/generated/flex/flex_grow_within_constrained_max_row.rs diff --git a/tests/generated/flex_grow_within_constrained_max_width.rs b/tests/generated/flex/flex_grow_within_constrained_max_width.rs similarity index 100% rename from tests/generated/flex_grow_within_constrained_max_width.rs rename to tests/generated/flex/flex_grow_within_constrained_max_width.rs diff --git a/tests/generated/flex_grow_within_constrained_min_column.rs b/tests/generated/flex/flex_grow_within_constrained_min_column.rs similarity index 100% rename from tests/generated/flex_grow_within_constrained_min_column.rs rename to tests/generated/flex/flex_grow_within_constrained_min_column.rs diff --git a/tests/generated/flex_grow_within_constrained_min_max_column.rs b/tests/generated/flex/flex_grow_within_constrained_min_max_column.rs similarity index 100% rename from tests/generated/flex_grow_within_constrained_min_max_column.rs rename to tests/generated/flex/flex_grow_within_constrained_min_max_column.rs diff --git a/tests/generated/flex_grow_within_constrained_min_row.rs b/tests/generated/flex/flex_grow_within_constrained_min_row.rs similarity index 100% rename from tests/generated/flex_grow_within_constrained_min_row.rs rename to tests/generated/flex/flex_grow_within_constrained_min_row.rs diff --git a/tests/generated/flex_grow_within_max_width.rs b/tests/generated/flex/flex_grow_within_max_width.rs similarity index 100% rename from tests/generated/flex_grow_within_max_width.rs rename to tests/generated/flex/flex_grow_within_max_width.rs diff --git a/tests/generated/flex_root_ignored.rs b/tests/generated/flex/flex_root_ignored.rs similarity index 100% rename from tests/generated/flex_root_ignored.rs rename to tests/generated/flex/flex_root_ignored.rs diff --git a/tests/generated/flex_row_relative_all_sides.rs b/tests/generated/flex/flex_row_relative_all_sides.rs similarity index 100% rename from tests/generated/flex_row_relative_all_sides.rs rename to tests/generated/flex/flex_row_relative_all_sides.rs diff --git a/tests/generated/flex_shrink_by_outer_margin_with_max_size.rs b/tests/generated/flex/flex_shrink_by_outer_margin_with_max_size.rs similarity index 100% rename from tests/generated/flex_shrink_by_outer_margin_with_max_size.rs rename to tests/generated/flex/flex_shrink_by_outer_margin_with_max_size.rs diff --git a/tests/generated/flex_shrink_flex_grow_child_flex_shrink_other_child.rs b/tests/generated/flex/flex_shrink_flex_grow_child_flex_shrink_other_child.rs similarity index 100% rename from tests/generated/flex_shrink_flex_grow_child_flex_shrink_other_child.rs rename to tests/generated/flex/flex_shrink_flex_grow_child_flex_shrink_other_child.rs diff --git a/tests/generated/flex_shrink_flex_grow_row.rs b/tests/generated/flex/flex_shrink_flex_grow_row.rs similarity index 100% rename from tests/generated/flex_shrink_flex_grow_row.rs rename to tests/generated/flex/flex_shrink_flex_grow_row.rs diff --git a/tests/generated/flex_shrink_to_zero.rs b/tests/generated/flex/flex_shrink_to_zero.rs similarity index 100% rename from tests/generated/flex_shrink_to_zero.rs rename to tests/generated/flex/flex_shrink_to_zero.rs diff --git a/tests/generated/flex_wrap_align_stretch_fits_one_row.rs b/tests/generated/flex/flex_wrap_align_stretch_fits_one_row.rs similarity index 100% rename from tests/generated/flex_wrap_align_stretch_fits_one_row.rs rename to tests/generated/flex/flex_wrap_align_stretch_fits_one_row.rs diff --git a/tests/generated/flex_wrap_children_with_min_main_overriding_flex_basis.rs b/tests/generated/flex/flex_wrap_children_with_min_main_overriding_flex_basis.rs similarity index 100% rename from tests/generated/flex_wrap_children_with_min_main_overriding_flex_basis.rs rename to tests/generated/flex/flex_wrap_children_with_min_main_overriding_flex_basis.rs diff --git a/tests/generated/flex_wrap_wrap_to_child_height.rs b/tests/generated/flex/flex_wrap_wrap_to_child_height.rs similarity index 100% rename from tests/generated/flex_wrap_wrap_to_child_height.rs rename to tests/generated/flex/flex_wrap_wrap_to_child_height.rs diff --git a/tests/generated/gap_column_gap_child_margins.rs b/tests/generated/flex/gap_column_gap_child_margins.rs similarity index 100% rename from tests/generated/gap_column_gap_child_margins.rs rename to tests/generated/flex/gap_column_gap_child_margins.rs diff --git a/tests/generated/gap_column_gap_determines_parent_width.rs b/tests/generated/flex/gap_column_gap_determines_parent_width.rs similarity index 100% rename from tests/generated/gap_column_gap_determines_parent_width.rs rename to tests/generated/flex/gap_column_gap_determines_parent_width.rs diff --git a/tests/generated/gap_column_gap_flexible.rs b/tests/generated/flex/gap_column_gap_flexible.rs similarity index 100% rename from tests/generated/gap_column_gap_flexible.rs rename to tests/generated/flex/gap_column_gap_flexible.rs diff --git a/tests/generated/gap_column_gap_flexible_undefined_parent.rs b/tests/generated/flex/gap_column_gap_flexible_undefined_parent.rs similarity index 100% rename from tests/generated/gap_column_gap_flexible_undefined_parent.rs rename to tests/generated/flex/gap_column_gap_flexible_undefined_parent.rs diff --git a/tests/generated/gap_column_gap_inflexible.rs b/tests/generated/flex/gap_column_gap_inflexible.rs similarity index 100% rename from tests/generated/gap_column_gap_inflexible.rs rename to tests/generated/flex/gap_column_gap_inflexible.rs diff --git a/tests/generated/gap_column_gap_inflexible_undefined_parent.rs b/tests/generated/flex/gap_column_gap_inflexible_undefined_parent.rs similarity index 100% rename from tests/generated/gap_column_gap_inflexible_undefined_parent.rs rename to tests/generated/flex/gap_column_gap_inflexible_undefined_parent.rs diff --git a/tests/generated/gap_column_gap_justify_center.rs b/tests/generated/flex/gap_column_gap_justify_center.rs similarity index 100% rename from tests/generated/gap_column_gap_justify_center.rs rename to tests/generated/flex/gap_column_gap_justify_center.rs diff --git a/tests/generated/gap_column_gap_justify_flex_end.rs b/tests/generated/flex/gap_column_gap_justify_flex_end.rs similarity index 100% rename from tests/generated/gap_column_gap_justify_flex_end.rs rename to tests/generated/flex/gap_column_gap_justify_flex_end.rs diff --git a/tests/generated/gap_column_gap_justify_flex_start.rs b/tests/generated/flex/gap_column_gap_justify_flex_start.rs similarity index 100% rename from tests/generated/gap_column_gap_justify_flex_start.rs rename to tests/generated/flex/gap_column_gap_justify_flex_start.rs diff --git a/tests/generated/gap_column_gap_justify_space_around.rs b/tests/generated/flex/gap_column_gap_justify_space_around.rs similarity index 100% rename from tests/generated/gap_column_gap_justify_space_around.rs rename to tests/generated/flex/gap_column_gap_justify_space_around.rs diff --git a/tests/generated/gap_column_gap_justify_space_between.rs b/tests/generated/flex/gap_column_gap_justify_space_between.rs similarity index 100% rename from tests/generated/gap_column_gap_justify_space_between.rs rename to tests/generated/flex/gap_column_gap_justify_space_between.rs diff --git a/tests/generated/gap_column_gap_justify_space_evenly.rs b/tests/generated/flex/gap_column_gap_justify_space_evenly.rs similarity index 100% rename from tests/generated/gap_column_gap_justify_space_evenly.rs rename to tests/generated/flex/gap_column_gap_justify_space_evenly.rs diff --git a/tests/generated/gap_column_gap_mixed_flexible.rs b/tests/generated/flex/gap_column_gap_mixed_flexible.rs similarity index 100% rename from tests/generated/gap_column_gap_mixed_flexible.rs rename to tests/generated/flex/gap_column_gap_mixed_flexible.rs diff --git a/tests/generated/gap_column_gap_percentage_cyclic_partially_shrinkable.rs b/tests/generated/flex/gap_column_gap_percentage_cyclic_partially_shrinkable.rs similarity index 100% rename from tests/generated/gap_column_gap_percentage_cyclic_partially_shrinkable.rs rename to tests/generated/flex/gap_column_gap_percentage_cyclic_partially_shrinkable.rs diff --git a/tests/generated/gap_column_gap_percentage_cyclic_shrinkable.rs b/tests/generated/flex/gap_column_gap_percentage_cyclic_shrinkable.rs similarity index 100% rename from tests/generated/gap_column_gap_percentage_cyclic_shrinkable.rs rename to tests/generated/flex/gap_column_gap_percentage_cyclic_shrinkable.rs diff --git a/tests/generated/gap_column_gap_percentage_cyclic_unshrinkable.rs b/tests/generated/flex/gap_column_gap_percentage_cyclic_unshrinkable.rs similarity index 100% rename from tests/generated/gap_column_gap_percentage_cyclic_unshrinkable.rs rename to tests/generated/flex/gap_column_gap_percentage_cyclic_unshrinkable.rs diff --git a/tests/generated/gap_column_gap_percentage_flexible.rs b/tests/generated/flex/gap_column_gap_percentage_flexible.rs similarity index 100% rename from tests/generated/gap_column_gap_percentage_flexible.rs rename to tests/generated/flex/gap_column_gap_percentage_flexible.rs diff --git a/tests/generated/gap_column_gap_percentage_flexible_with_padding.rs b/tests/generated/flex/gap_column_gap_percentage_flexible_with_padding.rs similarity index 100% rename from tests/generated/gap_column_gap_percentage_flexible_with_padding.rs rename to tests/generated/flex/gap_column_gap_percentage_flexible_with_padding.rs diff --git a/tests/generated/gap_column_gap_percentage_inflexible.rs b/tests/generated/flex/gap_column_gap_percentage_inflexible.rs similarity index 100% rename from tests/generated/gap_column_gap_percentage_inflexible.rs rename to tests/generated/flex/gap_column_gap_percentage_inflexible.rs diff --git a/tests/generated/gap_column_gap_row_gap_wrapping.rs b/tests/generated/flex/gap_column_gap_row_gap_wrapping.rs similarity index 100% rename from tests/generated/gap_column_gap_row_gap_wrapping.rs rename to tests/generated/flex/gap_column_gap_row_gap_wrapping.rs diff --git a/tests/generated/gap_column_gap_wrap_align_center.rs b/tests/generated/flex/gap_column_gap_wrap_align_center.rs similarity index 100% rename from tests/generated/gap_column_gap_wrap_align_center.rs rename to tests/generated/flex/gap_column_gap_wrap_align_center.rs diff --git a/tests/generated/gap_column_gap_wrap_align_flex_end.rs b/tests/generated/flex/gap_column_gap_wrap_align_flex_end.rs similarity index 100% rename from tests/generated/gap_column_gap_wrap_align_flex_end.rs rename to tests/generated/flex/gap_column_gap_wrap_align_flex_end.rs diff --git a/tests/generated/gap_column_gap_wrap_align_flex_start.rs b/tests/generated/flex/gap_column_gap_wrap_align_flex_start.rs similarity index 100% rename from tests/generated/gap_column_gap_wrap_align_flex_start.rs rename to tests/generated/flex/gap_column_gap_wrap_align_flex_start.rs diff --git a/tests/generated/gap_column_gap_wrap_align_space_around.rs b/tests/generated/flex/gap_column_gap_wrap_align_space_around.rs similarity index 100% rename from tests/generated/gap_column_gap_wrap_align_space_around.rs rename to tests/generated/flex/gap_column_gap_wrap_align_space_around.rs diff --git a/tests/generated/gap_column_gap_wrap_align_space_between.rs b/tests/generated/flex/gap_column_gap_wrap_align_space_between.rs similarity index 100% rename from tests/generated/gap_column_gap_wrap_align_space_between.rs rename to tests/generated/flex/gap_column_gap_wrap_align_space_between.rs diff --git a/tests/generated/gap_column_gap_wrap_align_stretch.rs b/tests/generated/flex/gap_column_gap_wrap_align_stretch.rs similarity index 100% rename from tests/generated/gap_column_gap_wrap_align_stretch.rs rename to tests/generated/flex/gap_column_gap_wrap_align_stretch.rs diff --git a/tests/generated/gap_column_row_gap_wrapping.rs b/tests/generated/flex/gap_column_row_gap_wrapping.rs similarity index 100% rename from tests/generated/gap_column_row_gap_wrapping.rs rename to tests/generated/flex/gap_column_row_gap_wrapping.rs diff --git a/tests/generated/gap_row_gap_align_items_end.rs b/tests/generated/flex/gap_row_gap_align_items_end.rs similarity index 100% rename from tests/generated/gap_row_gap_align_items_end.rs rename to tests/generated/flex/gap_row_gap_align_items_end.rs diff --git a/tests/generated/gap_row_gap_align_items_stretch.rs b/tests/generated/flex/gap_row_gap_align_items_stretch.rs similarity index 100% rename from tests/generated/gap_row_gap_align_items_stretch.rs rename to tests/generated/flex/gap_row_gap_align_items_stretch.rs diff --git a/tests/generated/gap_row_gap_column_child_margins.rs b/tests/generated/flex/gap_row_gap_column_child_margins.rs similarity index 100% rename from tests/generated/gap_row_gap_column_child_margins.rs rename to tests/generated/flex/gap_row_gap_column_child_margins.rs diff --git a/tests/generated/gap_row_gap_determines_parent_height.rs b/tests/generated/flex/gap_row_gap_determines_parent_height.rs similarity index 100% rename from tests/generated/gap_row_gap_determines_parent_height.rs rename to tests/generated/flex/gap_row_gap_determines_parent_height.rs diff --git a/tests/generated/gap_row_gap_percentage_wrapping.rs b/tests/generated/flex/gap_row_gap_percentage_wrapping.rs similarity index 100% rename from tests/generated/gap_row_gap_percentage_wrapping.rs rename to tests/generated/flex/gap_row_gap_percentage_wrapping.rs diff --git a/tests/generated/gap_row_gap_row_wrap_child_margins.rs b/tests/generated/flex/gap_row_gap_row_wrap_child_margins.rs similarity index 100% rename from tests/generated/gap_row_gap_row_wrap_child_margins.rs rename to tests/generated/flex/gap_row_gap_row_wrap_child_margins.rs diff --git a/tests/generated/intrinsic_sizing_cross_size_column.rs b/tests/generated/flex/intrinsic_sizing_cross_size_column.rs similarity index 91% rename from tests/generated/intrinsic_sizing_cross_size_column.rs rename to tests/generated/flex/intrinsic_sizing_cross_size_column.rs index 20d212bb6..7a4551d0e 100644 --- a/tests/generated/intrinsic_sizing_cross_size_column.rs +++ b/tests/generated/flex/intrinsic_sizing_cross_size_column.rs @@ -8,11 +8,11 @@ fn intrinsic_sizing_cross_size_column() { taffy::style::Style { flex_direction: taffy::style::FlexDirection::Column, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/intrinsic_sizing_main_size_column.rs b/tests/generated/flex/intrinsic_sizing_main_size_column.rs similarity index 91% rename from tests/generated/intrinsic_sizing_main_size_column.rs rename to tests/generated/flex/intrinsic_sizing_main_size_column.rs index addd589e6..113f7360c 100644 --- a/tests/generated/intrinsic_sizing_main_size_column.rs +++ b/tests/generated/flex/intrinsic_sizing_main_size_column.rs @@ -8,11 +8,11 @@ fn intrinsic_sizing_main_size_column() { taffy::style::Style { flex_direction: taffy::style::FlexDirection::Column, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Vertical, + crate::generated::WritingMode::Vertical, None, ) }), diff --git a/tests/generated/intrinsic_sizing_main_size_column_nested.rs b/tests/generated/flex/intrinsic_sizing_main_size_column_nested.rs similarity index 94% rename from tests/generated/intrinsic_sizing_main_size_column_nested.rs rename to tests/generated/flex/intrinsic_sizing_main_size_column_nested.rs index 15204c828..17872ace7 100644 --- a/tests/generated/intrinsic_sizing_main_size_column_nested.rs +++ b/tests/generated/flex/intrinsic_sizing_main_size_column_nested.rs @@ -8,11 +8,11 @@ fn intrinsic_sizing_main_size_column_nested() { taffy::style::Style { flex_direction: taffy::style::FlexDirection::Column, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Vertical, + crate::generated::WritingMode::Vertical, None, ) }), diff --git a/tests/generated/intrinsic_sizing_main_size_column_wrap.rs b/tests/generated/flex/intrinsic_sizing_main_size_column_wrap.rs similarity index 92% rename from tests/generated/intrinsic_sizing_main_size_column_wrap.rs rename to tests/generated/flex/intrinsic_sizing_main_size_column_wrap.rs index 7f2ca30cd..dc7f26855 100644 --- a/tests/generated/intrinsic_sizing_main_size_column_wrap.rs +++ b/tests/generated/flex/intrinsic_sizing_main_size_column_wrap.rs @@ -8,11 +8,11 @@ fn intrinsic_sizing_main_size_column_wrap() { taffy::style::Style { flex_direction: taffy::style::FlexDirection::Column, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Vertical, + crate::generated::WritingMode::Vertical, None, ) }), @@ -23,11 +23,11 @@ fn intrinsic_sizing_main_size_column_wrap() { taffy::style::Style { flex_direction: taffy::style::FlexDirection::Column, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Vertical, + crate::generated::WritingMode::Vertical, None, ) }), diff --git a/tests/generated/intrinsic_sizing_main_size_row.rs b/tests/generated/flex/intrinsic_sizing_main_size_row.rs similarity index 91% rename from tests/generated/intrinsic_sizing_main_size_row.rs rename to tests/generated/flex/intrinsic_sizing_main_size_row.rs index 6ce888aa4..0a94d513f 100644 --- a/tests/generated/intrinsic_sizing_main_size_row.rs +++ b/tests/generated/flex/intrinsic_sizing_main_size_row.rs @@ -8,11 +8,11 @@ fn intrinsic_sizing_main_size_row() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/intrinsic_sizing_main_size_row_nested.rs b/tests/generated/flex/intrinsic_sizing_main_size_row_nested.rs similarity index 93% rename from tests/generated/intrinsic_sizing_main_size_row_nested.rs rename to tests/generated/flex/intrinsic_sizing_main_size_row_nested.rs index 536dcd8be..ec8343eab 100644 --- a/tests/generated/intrinsic_sizing_main_size_row_nested.rs +++ b/tests/generated/flex/intrinsic_sizing_main_size_row_nested.rs @@ -8,11 +8,11 @@ fn intrinsic_sizing_main_size_row_nested() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/intrinsic_sizing_main_size_row_wrap.rs b/tests/generated/flex/intrinsic_sizing_main_size_row_wrap.rs similarity index 92% rename from tests/generated/intrinsic_sizing_main_size_row_wrap.rs rename to tests/generated/flex/intrinsic_sizing_main_size_row_wrap.rs index d5fa20102..a14f8df06 100644 --- a/tests/generated/intrinsic_sizing_main_size_row_wrap.rs +++ b/tests/generated/flex/intrinsic_sizing_main_size_row_wrap.rs @@ -8,11 +8,11 @@ fn intrinsic_sizing_main_size_row_wrap() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn intrinsic_sizing_main_size_row_wrap() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/justify_content_column_center.rs b/tests/generated/flex/justify_content_column_center.rs similarity index 100% rename from tests/generated/justify_content_column_center.rs rename to tests/generated/flex/justify_content_column_center.rs diff --git a/tests/generated/justify_content_column_flex_end.rs b/tests/generated/flex/justify_content_column_flex_end.rs similarity index 100% rename from tests/generated/justify_content_column_flex_end.rs rename to tests/generated/flex/justify_content_column_flex_end.rs diff --git a/tests/generated/justify_content_column_flex_start.rs b/tests/generated/flex/justify_content_column_flex_start.rs similarity index 100% rename from tests/generated/justify_content_column_flex_start.rs rename to tests/generated/flex/justify_content_column_flex_start.rs diff --git a/tests/generated/justify_content_column_max_height_and_margin.rs b/tests/generated/flex/justify_content_column_max_height_and_margin.rs similarity index 100% rename from tests/generated/justify_content_column_max_height_and_margin.rs rename to tests/generated/flex/justify_content_column_max_height_and_margin.rs diff --git a/tests/generated/justify_content_column_min_height_and_margin.rs b/tests/generated/flex/justify_content_column_min_height_and_margin.rs similarity index 100% rename from tests/generated/justify_content_column_min_height_and_margin.rs rename to tests/generated/flex/justify_content_column_min_height_and_margin.rs diff --git a/tests/generated/justify_content_column_min_height_and_margin_bottom.rs b/tests/generated/flex/justify_content_column_min_height_and_margin_bottom.rs similarity index 100% rename from tests/generated/justify_content_column_min_height_and_margin_bottom.rs rename to tests/generated/flex/justify_content_column_min_height_and_margin_bottom.rs diff --git a/tests/generated/justify_content_column_min_height_and_margin_top.rs b/tests/generated/flex/justify_content_column_min_height_and_margin_top.rs similarity index 100% rename from tests/generated/justify_content_column_min_height_and_margin_top.rs rename to tests/generated/flex/justify_content_column_min_height_and_margin_top.rs diff --git a/tests/generated/justify_content_column_space_around.rs b/tests/generated/flex/justify_content_column_space_around.rs similarity index 100% rename from tests/generated/justify_content_column_space_around.rs rename to tests/generated/flex/justify_content_column_space_around.rs diff --git a/tests/generated/justify_content_column_space_between.rs b/tests/generated/flex/justify_content_column_space_between.rs similarity index 100% rename from tests/generated/justify_content_column_space_between.rs rename to tests/generated/flex/justify_content_column_space_between.rs diff --git a/tests/generated/justify_content_column_space_evenly.rs b/tests/generated/flex/justify_content_column_space_evenly.rs similarity index 100% rename from tests/generated/justify_content_column_space_evenly.rs rename to tests/generated/flex/justify_content_column_space_evenly.rs diff --git a/tests/generated/justify_content_min_max.rs b/tests/generated/flex/justify_content_min_max.rs similarity index 100% rename from tests/generated/justify_content_min_max.rs rename to tests/generated/flex/justify_content_min_max.rs diff --git a/tests/generated/justify_content_min_width_with_padding_child_width_greater_than_parent.rs b/tests/generated/flex/justify_content_min_width_with_padding_child_width_greater_than_parent.rs similarity index 100% rename from tests/generated/justify_content_min_width_with_padding_child_width_greater_than_parent.rs rename to tests/generated/flex/justify_content_min_width_with_padding_child_width_greater_than_parent.rs diff --git a/tests/generated/justify_content_min_width_with_padding_child_width_lower_than_parent.rs b/tests/generated/flex/justify_content_min_width_with_padding_child_width_lower_than_parent.rs similarity index 100% rename from tests/generated/justify_content_min_width_with_padding_child_width_lower_than_parent.rs rename to tests/generated/flex/justify_content_min_width_with_padding_child_width_lower_than_parent.rs diff --git a/tests/generated/justify_content_overflow_min_max.rs b/tests/generated/flex/justify_content_overflow_min_max.rs similarity index 100% rename from tests/generated/justify_content_overflow_min_max.rs rename to tests/generated/flex/justify_content_overflow_min_max.rs diff --git a/tests/generated/justify_content_row_center.rs b/tests/generated/flex/justify_content_row_center.rs similarity index 100% rename from tests/generated/justify_content_row_center.rs rename to tests/generated/flex/justify_content_row_center.rs diff --git a/tests/generated/justify_content_row_flex_end.rs b/tests/generated/flex/justify_content_row_flex_end.rs similarity index 100% rename from tests/generated/justify_content_row_flex_end.rs rename to tests/generated/flex/justify_content_row_flex_end.rs diff --git a/tests/generated/justify_content_row_flex_start.rs b/tests/generated/flex/justify_content_row_flex_start.rs similarity index 100% rename from tests/generated/justify_content_row_flex_start.rs rename to tests/generated/flex/justify_content_row_flex_start.rs diff --git a/tests/generated/justify_content_row_max_width_and_margin.rs b/tests/generated/flex/justify_content_row_max_width_and_margin.rs similarity index 100% rename from tests/generated/justify_content_row_max_width_and_margin.rs rename to tests/generated/flex/justify_content_row_max_width_and_margin.rs diff --git a/tests/generated/justify_content_row_min_width_and_margin.rs b/tests/generated/flex/justify_content_row_min_width_and_margin.rs similarity index 100% rename from tests/generated/justify_content_row_min_width_and_margin.rs rename to tests/generated/flex/justify_content_row_min_width_and_margin.rs diff --git a/tests/generated/justify_content_row_space_around.rs b/tests/generated/flex/justify_content_row_space_around.rs similarity index 100% rename from tests/generated/justify_content_row_space_around.rs rename to tests/generated/flex/justify_content_row_space_around.rs diff --git a/tests/generated/justify_content_row_space_between.rs b/tests/generated/flex/justify_content_row_space_between.rs similarity index 100% rename from tests/generated/justify_content_row_space_between.rs rename to tests/generated/flex/justify_content_row_space_between.rs diff --git a/tests/generated/justify_content_row_space_evenly.rs b/tests/generated/flex/justify_content_row_space_evenly.rs similarity index 100% rename from tests/generated/justify_content_row_space_evenly.rs rename to tests/generated/flex/justify_content_row_space_evenly.rs diff --git a/tests/generated/margin_and_flex_column.rs b/tests/generated/flex/margin_and_flex_column.rs similarity index 100% rename from tests/generated/margin_and_flex_column.rs rename to tests/generated/flex/margin_and_flex_column.rs diff --git a/tests/generated/margin_and_flex_row.rs b/tests/generated/flex/margin_and_flex_row.rs similarity index 100% rename from tests/generated/margin_and_flex_row.rs rename to tests/generated/flex/margin_and_flex_row.rs diff --git a/tests/generated/margin_and_stretch_column.rs b/tests/generated/flex/margin_and_stretch_column.rs similarity index 100% rename from tests/generated/margin_and_stretch_column.rs rename to tests/generated/flex/margin_and_stretch_column.rs diff --git a/tests/generated/margin_and_stretch_row.rs b/tests/generated/flex/margin_and_stretch_row.rs similarity index 100% rename from tests/generated/margin_and_stretch_row.rs rename to tests/generated/flex/margin_and_stretch_row.rs diff --git a/tests/generated/margin_auto_bottom.rs b/tests/generated/flex/margin_auto_bottom.rs similarity index 100% rename from tests/generated/margin_auto_bottom.rs rename to tests/generated/flex/margin_auto_bottom.rs diff --git a/tests/generated/margin_auto_bottom_and_top.rs b/tests/generated/flex/margin_auto_bottom_and_top.rs similarity index 100% rename from tests/generated/margin_auto_bottom_and_top.rs rename to tests/generated/flex/margin_auto_bottom_and_top.rs diff --git a/tests/generated/margin_auto_bottom_and_top_justify_center.rs b/tests/generated/flex/margin_auto_bottom_and_top_justify_center.rs similarity index 100% rename from tests/generated/margin_auto_bottom_and_top_justify_center.rs rename to tests/generated/flex/margin_auto_bottom_and_top_justify_center.rs diff --git a/tests/generated/margin_auto_left.rs b/tests/generated/flex/margin_auto_left.rs similarity index 100% rename from tests/generated/margin_auto_left.rs rename to tests/generated/flex/margin_auto_left.rs diff --git a/tests/generated/margin_auto_left_and_right.rs b/tests/generated/flex/margin_auto_left_and_right.rs similarity index 100% rename from tests/generated/margin_auto_left_and_right.rs rename to tests/generated/flex/margin_auto_left_and_right.rs diff --git a/tests/generated/margin_auto_left_and_right_column.rs b/tests/generated/flex/margin_auto_left_and_right_column.rs similarity index 100% rename from tests/generated/margin_auto_left_and_right_column.rs rename to tests/generated/flex/margin_auto_left_and_right_column.rs diff --git a/tests/generated/margin_auto_left_and_right_column_and_center.rs b/tests/generated/flex/margin_auto_left_and_right_column_and_center.rs similarity index 100% rename from tests/generated/margin_auto_left_and_right_column_and_center.rs rename to tests/generated/flex/margin_auto_left_and_right_column_and_center.rs diff --git a/tests/generated/margin_auto_left_and_right_stretch.rs b/tests/generated/flex/margin_auto_left_and_right_stretch.rs similarity index 100% rename from tests/generated/margin_auto_left_and_right_stretch.rs rename to tests/generated/flex/margin_auto_left_and_right_stretch.rs diff --git a/tests/generated/margin_auto_left_child_bigger_than_parent.rs b/tests/generated/flex/margin_auto_left_child_bigger_than_parent.rs similarity index 100% rename from tests/generated/margin_auto_left_child_bigger_than_parent.rs rename to tests/generated/flex/margin_auto_left_child_bigger_than_parent.rs diff --git a/tests/generated/margin_auto_left_fix_right_child_bigger_than_parent.rs b/tests/generated/flex/margin_auto_left_fix_right_child_bigger_than_parent.rs similarity index 100% rename from tests/generated/margin_auto_left_fix_right_child_bigger_than_parent.rs rename to tests/generated/flex/margin_auto_left_fix_right_child_bigger_than_parent.rs diff --git a/tests/generated/margin_auto_left_right_child_bigger_than_parent.rs b/tests/generated/flex/margin_auto_left_right_child_bigger_than_parent.rs similarity index 100% rename from tests/generated/margin_auto_left_right_child_bigger_than_parent.rs rename to tests/generated/flex/margin_auto_left_right_child_bigger_than_parent.rs diff --git a/tests/generated/margin_auto_left_stretching_child.rs b/tests/generated/flex/margin_auto_left_stretching_child.rs similarity index 100% rename from tests/generated/margin_auto_left_stretching_child.rs rename to tests/generated/flex/margin_auto_left_stretching_child.rs diff --git a/tests/generated/margin_auto_mutiple_children_column.rs b/tests/generated/flex/margin_auto_mutiple_children_column.rs similarity index 100% rename from tests/generated/margin_auto_mutiple_children_column.rs rename to tests/generated/flex/margin_auto_mutiple_children_column.rs diff --git a/tests/generated/margin_auto_mutiple_children_row.rs b/tests/generated/flex/margin_auto_mutiple_children_row.rs similarity index 100% rename from tests/generated/margin_auto_mutiple_children_row.rs rename to tests/generated/flex/margin_auto_mutiple_children_row.rs diff --git a/tests/generated/margin_auto_right.rs b/tests/generated/flex/margin_auto_right.rs similarity index 100% rename from tests/generated/margin_auto_right.rs rename to tests/generated/flex/margin_auto_right.rs diff --git a/tests/generated/margin_auto_top.rs b/tests/generated/flex/margin_auto_top.rs similarity index 100% rename from tests/generated/margin_auto_top.rs rename to tests/generated/flex/margin_auto_top.rs diff --git a/tests/generated/margin_auto_top_and_bottom_stretch.rs b/tests/generated/flex/margin_auto_top_and_bottom_stretch.rs similarity index 100% rename from tests/generated/margin_auto_top_and_bottom_stretch.rs rename to tests/generated/flex/margin_auto_top_and_bottom_stretch.rs diff --git a/tests/generated/margin_auto_top_stretching_child.rs b/tests/generated/flex/margin_auto_top_stretching_child.rs similarity index 100% rename from tests/generated/margin_auto_top_stretching_child.rs rename to tests/generated/flex/margin_auto_top_stretching_child.rs diff --git a/tests/generated/margin_bottom.rs b/tests/generated/flex/margin_bottom.rs similarity index 100% rename from tests/generated/margin_bottom.rs rename to tests/generated/flex/margin_bottom.rs diff --git a/tests/generated/margin_fix_left_auto_right_child_bigger_than_parent.rs b/tests/generated/flex/margin_fix_left_auto_right_child_bigger_than_parent.rs similarity index 100% rename from tests/generated/margin_fix_left_auto_right_child_bigger_than_parent.rs rename to tests/generated/flex/margin_fix_left_auto_right_child_bigger_than_parent.rs diff --git a/tests/generated/margin_left.rs b/tests/generated/flex/margin_left.rs similarity index 100% rename from tests/generated/margin_left.rs rename to tests/generated/flex/margin_left.rs diff --git a/tests/generated/margin_right.rs b/tests/generated/flex/margin_right.rs similarity index 100% rename from tests/generated/margin_right.rs rename to tests/generated/flex/margin_right.rs diff --git a/tests/generated/margin_should_not_be_part_of_max_height.rs b/tests/generated/flex/margin_should_not_be_part_of_max_height.rs similarity index 100% rename from tests/generated/margin_should_not_be_part_of_max_height.rs rename to tests/generated/flex/margin_should_not_be_part_of_max_height.rs diff --git a/tests/generated/margin_should_not_be_part_of_max_width.rs b/tests/generated/flex/margin_should_not_be_part_of_max_width.rs similarity index 100% rename from tests/generated/margin_should_not_be_part_of_max_width.rs rename to tests/generated/flex/margin_should_not_be_part_of_max_width.rs diff --git a/tests/generated/margin_top.rs b/tests/generated/flex/margin_top.rs similarity index 100% rename from tests/generated/margin_top.rs rename to tests/generated/flex/margin_top.rs diff --git a/tests/generated/margin_with_sibling_column.rs b/tests/generated/flex/margin_with_sibling_column.rs similarity index 100% rename from tests/generated/margin_with_sibling_column.rs rename to tests/generated/flex/margin_with_sibling_column.rs diff --git a/tests/generated/margin_with_sibling_row.rs b/tests/generated/flex/margin_with_sibling_row.rs similarity index 100% rename from tests/generated/margin_with_sibling_row.rs rename to tests/generated/flex/margin_with_sibling_row.rs diff --git a/tests/generated/max_height.rs b/tests/generated/flex/max_height.rs similarity index 100% rename from tests/generated/max_height.rs rename to tests/generated/flex/max_height.rs diff --git a/tests/generated/max_height_overrides_height.rs b/tests/generated/flex/max_height_overrides_height.rs similarity index 100% rename from tests/generated/max_height_overrides_height.rs rename to tests/generated/flex/max_height_overrides_height.rs diff --git a/tests/generated/max_height_overrides_height_on_root.rs b/tests/generated/flex/max_height_overrides_height_on_root.rs similarity index 100% rename from tests/generated/max_height_overrides_height_on_root.rs rename to tests/generated/flex/max_height_overrides_height_on_root.rs diff --git a/tests/generated/max_width.rs b/tests/generated/flex/max_width.rs similarity index 100% rename from tests/generated/max_width.rs rename to tests/generated/flex/max_width.rs diff --git a/tests/generated/max_width_overrides_width.rs b/tests/generated/flex/max_width_overrides_width.rs similarity index 100% rename from tests/generated/max_width_overrides_width.rs rename to tests/generated/flex/max_width_overrides_width.rs diff --git a/tests/generated/max_width_overrides_width_on_root.rs b/tests/generated/flex/max_width_overrides_width_on_root.rs similarity index 100% rename from tests/generated/max_width_overrides_width_on_root.rs rename to tests/generated/flex/max_width_overrides_width_on_root.rs diff --git a/tests/generated/measure_child.rs b/tests/generated/flex/measure_child.rs similarity index 93% rename from tests/generated/measure_child.rs rename to tests/generated/flex/measure_child.rs index d28b97794..e8e0ccef9 100644 --- a/tests/generated/measure_child.rs +++ b/tests/generated/flex/measure_child.rs @@ -8,11 +8,11 @@ fn measure_child() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_child_absolute.rs b/tests/generated/flex/measure_child_absolute.rs similarity index 94% rename from tests/generated/measure_child_absolute.rs rename to tests/generated/flex/measure_child_absolute.rs index b90d4c842..cd5bd5295 100644 --- a/tests/generated/measure_child_absolute.rs +++ b/tests/generated/flex/measure_child_absolute.rs @@ -8,11 +8,11 @@ fn measure_child_absolute() { taffy::style::Style { position: taffy::style::Position::Absolute, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_child_constraint.rs b/tests/generated/flex/measure_child_constraint.rs similarity index 89% rename from tests/generated/measure_child_constraint.rs rename to tests/generated/flex/measure_child_constraint.rs index 88cb3ddb9..716227f14 100644 --- a/tests/generated/measure_child_constraint.rs +++ b/tests/generated/flex/measure_child_constraint.rs @@ -3,7 +3,7 @@ fn measure_child_constraint() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , None) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , None) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/measure_child_constraint_padding_parent.rs b/tests/generated/flex/measure_child_constraint_padding_parent.rs similarity index 91% rename from tests/generated/measure_child_constraint_padding_parent.rs rename to tests/generated/flex/measure_child_constraint_padding_parent.rs index f12dfd345..3c1bf280f 100644 --- a/tests/generated/measure_child_constraint_padding_parent.rs +++ b/tests/generated/flex/measure_child_constraint_padding_parent.rs @@ -3,7 +3,7 @@ fn measure_child_constraint_padding_parent() { #[allow(unused_imports)] use taffy::{prelude::*, tree::Layout}; let mut taffy = taffy::Taffy::new(); - let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH" ; super :: measure_standard_text (known_dimensions , available_space , TEXT , super :: WritingMode :: Horizontal , None) }) ,) . unwrap () ; + let node0 = taffy . new_leaf_with_measure (taffy :: style :: Style { .. Default :: default () } , taffy :: tree :: MeasureFunc :: Raw (| known_dimensions , available_space | { const TEXT : & str = "HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH" ; crate :: generated :: measure_standard_text (known_dimensions , available_space , TEXT , crate :: generated :: WritingMode :: Horizontal , None) }) ,) . unwrap () ; let node = taffy .new_with_children( taffy::style::Style { diff --git a/tests/generated/measure_child_with_flex_grow.rs b/tests/generated/flex/measure_child_with_flex_grow.rs similarity index 96% rename from tests/generated/measure_child_with_flex_grow.rs rename to tests/generated/flex/measure_child_with_flex_grow.rs index 4b95b55a6..fedcb0fc7 100644 --- a/tests/generated/measure_child_with_flex_grow.rs +++ b/tests/generated/flex/measure_child_with_flex_grow.rs @@ -17,11 +17,11 @@ fn measure_child_with_flex_grow() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "H\u{200b}H\u{200b}H\u{200b}H\u{200b}H"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_child_with_flex_shrink.rs b/tests/generated/flex/measure_child_with_flex_shrink.rs similarity index 96% rename from tests/generated/measure_child_with_flex_shrink.rs rename to tests/generated/flex/measure_child_with_flex_shrink.rs index 705b4e980..01e3675ec 100644 --- a/tests/generated/measure_child_with_flex_shrink.rs +++ b/tests/generated/flex/measure_child_with_flex_shrink.rs @@ -17,11 +17,11 @@ fn measure_child_with_flex_shrink() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_child_with_flex_shrink_hidden.rs b/tests/generated/flex/measure_child_with_flex_shrink_hidden.rs similarity index 96% rename from tests/generated/measure_child_with_flex_shrink_hidden.rs rename to tests/generated/flex/measure_child_with_flex_shrink_hidden.rs index aa5462987..4bf832566 100644 --- a/tests/generated/measure_child_with_flex_shrink_hidden.rs +++ b/tests/generated/flex/measure_child_with_flex_shrink_hidden.rs @@ -24,11 +24,11 @@ fn measure_child_with_flex_shrink_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH\u{200b}HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_child_with_min_size_greater_than_available_space.rs b/tests/generated/flex/measure_child_with_min_size_greater_than_available_space.rs similarity index 95% rename from tests/generated/measure_child_with_min_size_greater_than_available_space.rs rename to tests/generated/flex/measure_child_with_min_size_greater_than_available_space.rs index 505f3299a..05905cf6a 100644 --- a/tests/generated/measure_child_with_min_size_greater_than_available_space.rs +++ b/tests/generated/flex/measure_child_with_min_size_greater_than_available_space.rs @@ -11,11 +11,11 @@ fn measure_child_with_min_size_greater_than_available_space() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHH\u{200b}HHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_flex_basis_overrides_measure.rs b/tests/generated/flex/measure_flex_basis_overrides_measure.rs similarity index 94% rename from tests/generated/measure_flex_basis_overrides_measure.rs rename to tests/generated/flex/measure_flex_basis_overrides_measure.rs index 50c56930d..9eda7f2b1 100644 --- a/tests/generated/measure_flex_basis_overrides_measure.rs +++ b/tests/generated/flex/measure_flex_basis_overrides_measure.rs @@ -8,11 +8,11 @@ fn measure_flex_basis_overrides_measure() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "H"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_height_overrides_measure.rs b/tests/generated/flex/measure_height_overrides_measure.rs similarity index 94% rename from tests/generated/measure_height_overrides_measure.rs rename to tests/generated/flex/measure_height_overrides_measure.rs index 24a30e81d..b127fb8ca 100644 --- a/tests/generated/measure_height_overrides_measure.rs +++ b/tests/generated/flex/measure_height_overrides_measure.rs @@ -11,11 +11,11 @@ fn measure_height_overrides_measure() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "H"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_remeasure_child_after_growing.rs b/tests/generated/flex/measure_remeasure_child_after_growing.rs similarity index 96% rename from tests/generated/measure_remeasure_child_after_growing.rs rename to tests/generated/flex/measure_remeasure_child_after_growing.rs index 9be61a920..d2653bc90 100644 --- a/tests/generated/measure_remeasure_child_after_growing.rs +++ b/tests/generated/flex/measure_remeasure_child_after_growing.rs @@ -17,11 +17,11 @@ fn measure_remeasure_child_after_growing() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_remeasure_child_after_shrinking.rs b/tests/generated/flex/measure_remeasure_child_after_shrinking.rs similarity index 96% rename from tests/generated/measure_remeasure_child_after_shrinking.rs rename to tests/generated/flex/measure_remeasure_child_after_shrinking.rs index b445d05d9..d99fa1aa6 100644 --- a/tests/generated/measure_remeasure_child_after_shrinking.rs +++ b/tests/generated/flex/measure_remeasure_child_after_shrinking.rs @@ -18,11 +18,11 @@ fn measure_remeasure_child_after_shrinking() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_remeasure_child_after_stretching.rs b/tests/generated/flex/measure_remeasure_child_after_stretching.rs similarity index 94% rename from tests/generated/measure_remeasure_child_after_stretching.rs rename to tests/generated/flex/measure_remeasure_child_after_stretching.rs index 3b7a3d9e9..ee40a1bef 100644 --- a/tests/generated/measure_remeasure_child_after_stretching.rs +++ b/tests/generated/flex/measure_remeasure_child_after_stretching.rs @@ -8,11 +8,11 @@ fn measure_remeasure_child_after_stretching() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_root.rs b/tests/generated/flex/measure_root.rs similarity index 91% rename from tests/generated/measure_root.rs rename to tests/generated/flex/measure_root.rs index f4e80281a..5195add4d 100644 --- a/tests/generated/measure_root.rs +++ b/tests/generated/flex/measure_root.rs @@ -8,11 +8,11 @@ fn measure_root() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_stretch_overrides_measure.rs b/tests/generated/flex/measure_stretch_overrides_measure.rs similarity index 96% rename from tests/generated/measure_stretch_overrides_measure.rs rename to tests/generated/flex/measure_stretch_overrides_measure.rs index 2b18c8909..ac4817beb 100644 --- a/tests/generated/measure_stretch_overrides_measure.rs +++ b/tests/generated/flex/measure_stretch_overrides_measure.rs @@ -19,11 +19,11 @@ fn measure_stretch_overrides_measure() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "H"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/measure_width_overrides_measure.rs b/tests/generated/flex/measure_width_overrides_measure.rs similarity index 94% rename from tests/generated/measure_width_overrides_measure.rs rename to tests/generated/flex/measure_width_overrides_measure.rs index af3d30259..123e36828 100644 --- a/tests/generated/measure_width_overrides_measure.rs +++ b/tests/generated/flex/measure_width_overrides_measure.rs @@ -11,11 +11,11 @@ fn measure_width_overrides_measure() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/min_height.rs b/tests/generated/flex/min_height.rs similarity index 100% rename from tests/generated/min_height.rs rename to tests/generated/flex/min_height.rs diff --git a/tests/generated/min_height_larger_than_height.rs b/tests/generated/flex/min_height_larger_than_height.rs similarity index 100% rename from tests/generated/min_height_larger_than_height.rs rename to tests/generated/flex/min_height_larger_than_height.rs diff --git a/tests/generated/min_height_overrides_height.rs b/tests/generated/flex/min_height_overrides_height.rs similarity index 100% rename from tests/generated/min_height_overrides_height.rs rename to tests/generated/flex/min_height_overrides_height.rs diff --git a/tests/generated/min_height_overrides_height_on_root.rs b/tests/generated/flex/min_height_overrides_height_on_root.rs similarity index 100% rename from tests/generated/min_height_overrides_height_on_root.rs rename to tests/generated/flex/min_height_overrides_height_on_root.rs diff --git a/tests/generated/min_height_overrides_max_height.rs b/tests/generated/flex/min_height_overrides_max_height.rs similarity index 100% rename from tests/generated/min_height_overrides_max_height.rs rename to tests/generated/flex/min_height_overrides_max_height.rs diff --git a/tests/generated/min_height_with_nested_fixed_height.rs b/tests/generated/flex/min_height_with_nested_fixed_height.rs similarity index 100% rename from tests/generated/min_height_with_nested_fixed_height.rs rename to tests/generated/flex/min_height_with_nested_fixed_height.rs diff --git a/tests/generated/min_max_percent_different_width_height.rs b/tests/generated/flex/min_max_percent_different_width_height.rs similarity index 95% rename from tests/generated/min_max_percent_different_width_height.rs rename to tests/generated/flex/min_max_percent_different_width_height.rs index 585a10991..29e069672 100644 --- a/tests/generated/min_max_percent_different_width_height.rs +++ b/tests/generated/flex/min_max_percent_different_width_height.rs @@ -18,11 +18,11 @@ fn min_max_percent_different_width_height() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "\n "; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/min_max_percent_no_width_height.rs b/tests/generated/flex/min_max_percent_no_width_height.rs similarity index 100% rename from tests/generated/min_max_percent_no_width_height.rs rename to tests/generated/flex/min_max_percent_no_width_height.rs diff --git a/tests/generated/min_width.rs b/tests/generated/flex/min_width.rs similarity index 100% rename from tests/generated/min_width.rs rename to tests/generated/flex/min_width.rs diff --git a/tests/generated/min_width_larger_than_width.rs b/tests/generated/flex/min_width_larger_than_width.rs similarity index 100% rename from tests/generated/min_width_larger_than_width.rs rename to tests/generated/flex/min_width_larger_than_width.rs diff --git a/tests/generated/min_width_overrides_max_width.rs b/tests/generated/flex/min_width_overrides_max_width.rs similarity index 100% rename from tests/generated/min_width_overrides_max_width.rs rename to tests/generated/flex/min_width_overrides_max_width.rs diff --git a/tests/generated/min_width_overrides_width.rs b/tests/generated/flex/min_width_overrides_width.rs similarity index 100% rename from tests/generated/min_width_overrides_width.rs rename to tests/generated/flex/min_width_overrides_width.rs diff --git a/tests/generated/min_width_overrides_width_on_root.rs b/tests/generated/flex/min_width_overrides_width_on_root.rs similarity index 100% rename from tests/generated/min_width_overrides_width_on_root.rs rename to tests/generated/flex/min_width_overrides_width_on_root.rs diff --git a/tests/generated/flex/mod.rs b/tests/generated/flex/mod.rs new file mode 100644 index 000000000..d80105ba7 --- /dev/null +++ b/tests/generated/flex/mod.rs @@ -0,0 +1,456 @@ +mod absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset; +mod absolute_aspect_ratio_fill_height; +mod absolute_aspect_ratio_fill_height_from_inset; +mod absolute_aspect_ratio_fill_max_height; +mod absolute_aspect_ratio_fill_max_width; +mod absolute_aspect_ratio_fill_min_height; +mod absolute_aspect_ratio_fill_min_width; +mod absolute_aspect_ratio_fill_width; +mod absolute_aspect_ratio_fill_width_from_inset; +mod absolute_aspect_ratio_height_overrides_inset; +mod absolute_aspect_ratio_width_overrides_inset; +mod absolute_child_with_cross_margin; +mod absolute_child_with_main_margin; +mod absolute_child_with_max_height; +mod absolute_child_with_max_height_larger_shrinkable_grandchild; +mod absolute_layout_align_items_and_justify_content_center; +mod absolute_layout_align_items_and_justify_content_center_and_bottom_position; +mod absolute_layout_align_items_and_justify_content_center_and_left_position; +mod absolute_layout_align_items_and_justify_content_center_and_right_position; +mod absolute_layout_align_items_and_justify_content_center_and_top_position; +mod absolute_layout_align_items_and_justify_content_flex_end; +mod absolute_layout_align_items_center; +mod absolute_layout_align_items_center_on_child_only; +mod absolute_layout_child_order; +mod absolute_layout_in_wrap_reverse_column_container; +mod absolute_layout_in_wrap_reverse_column_container_flex_end; +mod absolute_layout_in_wrap_reverse_row_container; +mod absolute_layout_in_wrap_reverse_row_container_flex_end; +mod absolute_layout_justify_content_center; +mod absolute_layout_no_size; +mod absolute_layout_percentage_bottom_based_on_parent_height; +mod absolute_layout_percentage_height; +mod absolute_layout_row_width_height_end_bottom; +mod absolute_layout_start_top_end_bottom; +mod absolute_layout_width_height_end_bottom; +mod absolute_layout_width_height_start_top; +mod absolute_layout_width_height_start_top_end_bottom; +mod absolute_layout_within_border; +mod absolute_margin_bottom_left; +mod absolute_minmax_bottom_right_max; +mod absolute_minmax_bottom_right_min_max; +mod absolute_minmax_bottom_right_min_max_preferred; +mod absolute_minmax_top_left_bottom_right_max; +mod absolute_minmax_top_left_bottom_right_min_max; +mod absolute_padding_border_overrides_max_size; +mod absolute_padding_border_overrides_size; +mod align_baseline; +mod align_baseline_child; +mod align_baseline_child_margin; +mod align_baseline_child_margin_percent; +mod align_baseline_child_multiline; +mod align_baseline_child_multiline_no_override_on_secondline; +mod align_baseline_child_multiline_override; +mod align_baseline_child_padding; +mod align_baseline_child_top; +mod align_baseline_child_top2; +mod align_baseline_column; +mod align_baseline_double_nested_child; +mod align_baseline_multiline; +mod align_baseline_multiline_column; +mod align_baseline_multiline_column2; +mod align_baseline_multiline_row_and_column; +mod align_baseline_nested_child; +mod align_baseline_nested_column; +mod align_center_should_size_based_on_content; +mod align_content_flex_end; +mod align_content_flex_start; +mod align_content_flex_start_with_flex; +mod align_content_flex_start_without_height_on_children; +mod align_content_not_stretch_with_align_items_stretch; +mod align_content_space_around_single_line; +mod align_content_space_around_wrapped; +mod align_content_space_between_single_line; +mod align_content_space_between_wrapped; +mod align_content_space_evenly_single_line; +mod align_content_space_evenly_wrapped; +mod align_content_spacearound; +mod align_content_spacebetween; +mod align_content_stretch; +mod align_content_stretch_column; +mod align_content_stretch_is_not_overriding_align_items; +mod align_content_stretch_row; +mod align_content_stretch_row_with_children; +mod align_content_stretch_row_with_fixed_height; +mod align_content_stretch_row_with_flex; +mod align_content_stretch_row_with_flex_no_shrink; +mod align_content_stretch_row_with_margin; +mod align_content_stretch_row_with_max_height; +mod align_content_stretch_row_with_min_height; +mod align_content_stretch_row_with_padding; +mod align_content_stretch_row_with_single_row; +mod align_flex_start_with_shrinking_children; +mod align_flex_start_with_shrinking_children_with_stretch; +mod align_flex_start_with_stretching_children; +mod align_items_center; +mod align_items_center_child_with_margin_bigger_than_parent; +mod align_items_center_child_without_margin_bigger_than_parent; +mod align_items_center_justify_content_center; +mod align_items_center_min_max_with_padding; +mod align_items_center_with_child_margin; +mod align_items_center_with_child_top; +mod align_items_flex_end; +mod align_items_flex_end_child_with_margin_bigger_than_parent; +mod align_items_flex_end_child_without_margin_bigger_than_parent; +mod align_items_flex_start; +mod align_items_min_max; +mod align_items_stretch; +mod align_items_stretch_min_cross; +mod align_self_baseline; +mod align_self_center; +mod align_self_center_undefined_max_height; +mod align_self_flex_end; +mod align_self_flex_end_override_flex_start; +mod align_self_flex_start; +mod align_stretch_should_size_based_on_parent; +mod android_news_feed; +mod aspect_ratio_flex_column_fill_height; +mod aspect_ratio_flex_column_fill_max_height; +mod aspect_ratio_flex_column_fill_max_width; +mod aspect_ratio_flex_column_fill_min_height; +mod aspect_ratio_flex_column_fill_min_width; +mod aspect_ratio_flex_column_fill_width; +mod aspect_ratio_flex_column_fill_width_flex; +mod aspect_ratio_flex_column_stretch_fill_height; +mod aspect_ratio_flex_column_stretch_fill_max_height; +mod aspect_ratio_flex_column_stretch_fill_max_width; +mod aspect_ratio_flex_column_stretch_fill_width; +mod aspect_ratio_flex_row_fill_height; +mod aspect_ratio_flex_row_fill_max_height; +mod aspect_ratio_flex_row_fill_max_width; +mod aspect_ratio_flex_row_fill_min_height; +mod aspect_ratio_flex_row_fill_min_width; +mod aspect_ratio_flex_row_fill_width; +mod aspect_ratio_flex_row_fill_width_flex; +mod aspect_ratio_flex_row_stretch_fill_height; +mod aspect_ratio_flex_row_stretch_fill_max_height; +mod aspect_ratio_flex_row_stretch_fill_max_width; +mod aspect_ratio_flex_row_stretch_fill_width; +mod bevy_issue_7976_3_level; +mod bevy_issue_7976_4_level; +mod bevy_issue_7976_reduced; +mod bevy_issue_8017; +mod bevy_issue_8017_reduced; +mod bevy_issue_8082; +mod bevy_issue_8082_percent; +mod bevy_issue_9530; +mod bevy_issue_9530_reduced; +mod bevy_issue_9530_reduced2; +mod bevy_issue_9530_reduced3; +mod bevy_issue_9530_reduced4; +mod border_center_child; +mod border_container_match_child; +mod border_flex_child; +mod border_no_child; +mod border_no_size; +mod border_stretch_child; +mod child_min_max_width_flexing; +mod child_with_padding_align_end; +mod container_with_unsized_child; +mod display_none; +mod display_none_absolute_child; +mod display_none_fixed_size; +mod display_none_only_node; +mod display_none_with_child; +mod display_none_with_margin; +mod display_none_with_position; +mod display_none_with_position_absolute; +mod do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent; +mod flex_basis_and_main_dimen_set_when_flexing; +mod flex_basis_flex_grow_column; +mod flex_basis_flex_grow_row; +mod flex_basis_flex_shrink_column; +mod flex_basis_flex_shrink_row; +mod flex_basis_larger_than_content_column; +mod flex_basis_larger_than_content_row; +mod flex_basis_overrides_main_size; +mod flex_basis_slightly_smaller_then_content_with_flex_grow_large_size; +mod flex_basis_smaller_than_content_column; +mod flex_basis_smaller_than_content_row; +mod flex_basis_smaller_than_main_dimen_column; +mod flex_basis_smaller_than_main_dimen_row; +mod flex_basis_smaller_then_content_with_flex_grow_large_size; +mod flex_basis_smaller_then_content_with_flex_grow_small_size; +mod flex_basis_smaller_then_content_with_flex_grow_unconstraint_size; +mod flex_basis_smaller_then_content_with_flex_grow_very_large_size; +mod flex_basis_unconstraint_column; +mod flex_basis_unconstraint_row; +mod flex_basis_zero_undefined_main_size; +mod flex_column_relative_all_sides; +mod flex_direction_column; +mod flex_direction_column_no_height; +mod flex_direction_column_reverse; +mod flex_direction_column_reverse_no_height; +mod flex_direction_row; +mod flex_direction_row_no_width; +mod flex_direction_row_reverse; +mod flex_grow_child; +mod flex_grow_flex_basis_percent_min_max; +mod flex_grow_height_maximized; +mod flex_grow_in_at_most_container; +mod flex_grow_less_than_factor_one; +mod flex_grow_root_minimized; +mod flex_grow_shrink_at_most; +mod flex_grow_to_min; +mod flex_grow_within_constrained_max_column; +mod flex_grow_within_constrained_max_row; +mod flex_grow_within_constrained_max_width; +mod flex_grow_within_constrained_min_column; +mod flex_grow_within_constrained_min_max_column; +mod flex_grow_within_constrained_min_row; +mod flex_grow_within_max_width; +mod flex_root_ignored; +mod flex_row_relative_all_sides; +mod flex_shrink_by_outer_margin_with_max_size; +mod flex_shrink_flex_grow_child_flex_shrink_other_child; +mod flex_shrink_flex_grow_row; +mod flex_shrink_to_zero; +mod flex_wrap_align_stretch_fits_one_row; +mod flex_wrap_children_with_min_main_overriding_flex_basis; +mod flex_wrap_wrap_to_child_height; +mod gap_column_gap_child_margins; +mod gap_column_gap_determines_parent_width; +mod gap_column_gap_flexible; +mod gap_column_gap_flexible_undefined_parent; +mod gap_column_gap_inflexible; +mod gap_column_gap_inflexible_undefined_parent; +mod gap_column_gap_justify_center; +mod gap_column_gap_justify_flex_end; +mod gap_column_gap_justify_flex_start; +mod gap_column_gap_justify_space_around; +mod gap_column_gap_justify_space_between; +mod gap_column_gap_justify_space_evenly; +mod gap_column_gap_mixed_flexible; +mod gap_column_gap_percentage_cyclic_partially_shrinkable; +mod gap_column_gap_percentage_cyclic_shrinkable; +mod gap_column_gap_percentage_cyclic_unshrinkable; +mod gap_column_gap_percentage_flexible; +mod gap_column_gap_percentage_flexible_with_padding; +mod gap_column_gap_percentage_inflexible; +mod gap_column_gap_row_gap_wrapping; +mod gap_column_gap_wrap_align_center; +mod gap_column_gap_wrap_align_flex_end; +mod gap_column_gap_wrap_align_flex_start; +mod gap_column_gap_wrap_align_space_around; +mod gap_column_gap_wrap_align_space_between; +mod gap_column_gap_wrap_align_stretch; +mod gap_column_row_gap_wrapping; +mod gap_row_gap_align_items_end; +mod gap_row_gap_align_items_stretch; +mod gap_row_gap_column_child_margins; +mod gap_row_gap_determines_parent_height; +mod gap_row_gap_percentage_wrapping; +mod gap_row_gap_row_wrap_child_margins; +mod intrinsic_sizing_cross_size_column; +mod intrinsic_sizing_main_size_column; +mod intrinsic_sizing_main_size_column_nested; +mod intrinsic_sizing_main_size_column_wrap; +mod intrinsic_sizing_main_size_row; +mod intrinsic_sizing_main_size_row_nested; +mod intrinsic_sizing_main_size_row_wrap; +mod justify_content_column_center; +mod justify_content_column_flex_end; +mod justify_content_column_flex_start; +mod justify_content_column_max_height_and_margin; +mod justify_content_column_min_height_and_margin; +mod justify_content_column_min_height_and_margin_bottom; +mod justify_content_column_min_height_and_margin_top; +mod justify_content_column_space_around; +mod justify_content_column_space_between; +mod justify_content_column_space_evenly; +mod justify_content_min_max; +mod justify_content_min_width_with_padding_child_width_greater_than_parent; +mod justify_content_min_width_with_padding_child_width_lower_than_parent; +mod justify_content_overflow_min_max; +mod justify_content_row_center; +mod justify_content_row_flex_end; +mod justify_content_row_flex_start; +mod justify_content_row_max_width_and_margin; +mod justify_content_row_min_width_and_margin; +mod justify_content_row_space_around; +mod justify_content_row_space_between; +mod justify_content_row_space_evenly; +mod margin_and_flex_column; +mod margin_and_flex_row; +mod margin_and_stretch_column; +mod margin_and_stretch_row; +mod margin_auto_bottom; +mod margin_auto_bottom_and_top; +mod margin_auto_bottom_and_top_justify_center; +mod margin_auto_left; +mod margin_auto_left_and_right; +mod margin_auto_left_and_right_column; +mod margin_auto_left_and_right_column_and_center; +mod margin_auto_left_and_right_stretch; +mod margin_auto_left_child_bigger_than_parent; +mod margin_auto_left_fix_right_child_bigger_than_parent; +mod margin_auto_left_right_child_bigger_than_parent; +mod margin_auto_left_stretching_child; +mod margin_auto_mutiple_children_column; +mod margin_auto_mutiple_children_row; +mod margin_auto_right; +mod margin_auto_top; +mod margin_auto_top_and_bottom_stretch; +mod margin_auto_top_stretching_child; +mod margin_bottom; +mod margin_fix_left_auto_right_child_bigger_than_parent; +mod margin_left; +mod margin_right; +mod margin_should_not_be_part_of_max_height; +mod margin_should_not_be_part_of_max_width; +mod margin_top; +mod margin_with_sibling_column; +mod margin_with_sibling_row; +mod max_height; +mod max_height_overrides_height; +mod max_height_overrides_height_on_root; +mod max_width; +mod max_width_overrides_width; +mod max_width_overrides_width_on_root; +mod measure_child; +mod measure_child_absolute; +mod measure_child_constraint; +mod measure_child_constraint_padding_parent; +mod measure_child_with_flex_grow; +mod measure_child_with_flex_shrink; +mod measure_child_with_flex_shrink_hidden; +mod measure_child_with_min_size_greater_than_available_space; +mod measure_flex_basis_overrides_measure; +mod measure_height_overrides_measure; +mod measure_remeasure_child_after_growing; +mod measure_remeasure_child_after_shrinking; +mod measure_remeasure_child_after_stretching; +mod measure_root; +mod measure_stretch_overrides_measure; +mod measure_width_overrides_measure; +mod min_height; +mod min_height_larger_than_height; +mod min_height_overrides_height; +mod min_height_overrides_height_on_root; +mod min_height_overrides_max_height; +mod min_height_with_nested_fixed_height; +mod min_max_percent_different_width_height; +mod min_max_percent_no_width_height; +mod min_width; +mod min_width_larger_than_width; +mod min_width_overrides_max_width; +mod min_width_overrides_width; +mod min_width_overrides_width_on_root; +mod nested_overflowing_child; +mod nested_overflowing_child_in_constraint_parent; +mod only_shrinkable_item_with_flex_basis_zero; +mod overflow_cross_axis; +mod overflow_main_axis; +mod overflow_main_axis_shrink_hidden; +mod overflow_main_axis_shrink_scroll; +mod overflow_main_axis_shrink_visible; +mod overflow_scroll_main_axis_justify_content_end; +mod overflow_scrollbars_overriden_by_available_space; +mod overflow_scrollbars_overriden_by_max_size; +mod overflow_scrollbars_overriden_by_size; +mod overflow_scrollbars_take_up_space_both_axis; +mod overflow_scrollbars_take_up_space_cross_axis; +mod overflow_scrollbars_take_up_space_main_axis; +mod padding_align_end_child; +mod padding_border_overrides_max_size; +mod padding_border_overrides_min_size; +mod padding_border_overrides_size; +mod padding_border_overrides_size_flex_basis_0; +mod padding_border_overrides_size_flex_basis_0_growable; +mod padding_center_child; +mod padding_container_match_child; +mod padding_flex_child; +mod padding_no_child; +mod padding_no_size; +mod padding_stretch_child; +mod parent_wrap_child_size_overflowing_parent; +mod percent_absolute_position; +mod percent_within_flex_grow; +mod percentage_absolute_position; +mod percentage_container_in_wrapping_container; +mod percentage_different_width_height; +mod percentage_different_width_height_column; +mod percentage_flex_basis; +mod percentage_flex_basis_cross; +mod percentage_flex_basis_cross_max_height; +mod percentage_flex_basis_cross_max_width; +mod percentage_flex_basis_cross_min_height; +mod percentage_flex_basis_cross_min_width; +mod percentage_flex_basis_main_max_height; +mod percentage_flex_basis_main_max_width; +mod percentage_flex_basis_main_min_width; +mod percentage_main_max_height; +mod percentage_margin_should_calculate_based_only_on_width; +mod percentage_moderate_complexity; +mod percentage_moderate_complexity2; +mod percentage_multiple_nested_with_padding_margin_and_percentage_values; +mod percentage_padding_should_calculate_based_only_on_width; +mod percentage_position_bottom_right; +mod percentage_position_left_top; +mod percentage_size_based_on_parent_inner_size; +mod percentage_size_of_flex_basis; +mod percentage_sizes_should_not_prevent_flex_shrinking; +mod percentage_width_height; +mod percentage_width_height_undefined_parent_size; +mod position_root_with_rtl_should_position_withoutdirection; +mod relative_position_should_not_nudge_siblings; +mod rounding_flex_basis_flex_grow_row_prime_number_width; +mod rounding_flex_basis_flex_grow_row_width_of_100; +mod rounding_flex_basis_flex_shrink_row; +mod rounding_flex_basis_overrides_main_size; +mod rounding_fractial_input_1; +mod rounding_fractial_input_2; +mod rounding_fractial_input_3; +mod rounding_fractial_input_4; +mod rounding_fractial_input_5; +mod rounding_fractial_input_6; +mod rounding_fractial_input_7; +mod rounding_inner_node_controversy_combined; +mod rounding_inner_node_controversy_horizontal; +mod rounding_inner_node_controversy_vertical; +mod rounding_total_fractial; +mod rounding_total_fractial_nested; +mod simple_child; +mod single_flex_child_after_absolute_child; +mod size_defined_by_child; +mod size_defined_by_child_with_border; +mod size_defined_by_child_with_padding; +mod size_defined_by_grand_child; +mod undefined_height_with_min_max; +mod undefined_width_with_min_max; +mod undefined_width_with_min_max_row; +mod width_smaller_then_content_with_flex_grow_large_size; +mod width_smaller_then_content_with_flex_grow_small_size; +mod width_smaller_then_content_with_flex_grow_unconstraint_size; +mod width_smaller_then_content_with_flex_grow_very_large_size; +mod wrap_child; +mod wrap_column; +mod wrap_grandchild; +mod wrap_nodes_with_content_sizing_margin_cross; +mod wrap_nodes_with_content_sizing_overflowing_margin; +mod wrap_reverse_column; +mod wrap_reverse_column_fixed_size; +mod wrap_reverse_row; +mod wrap_reverse_row_align_content_center; +mod wrap_reverse_row_align_content_flex_start; +mod wrap_reverse_row_align_content_space_around; +mod wrap_reverse_row_align_content_stretch; +mod wrap_reverse_row_single_line_different_size; +mod wrap_row; +mod wrap_row_align_items_center; +mod wrap_row_align_items_flex_end; +mod wrapped_column_max_height; +mod wrapped_column_max_height_flex; +mod wrapped_row_within_align_items_center; +mod wrapped_row_within_align_items_flex_end; +mod wrapped_row_within_align_items_flex_start; diff --git a/tests/generated/nested_overflowing_child.rs b/tests/generated/flex/nested_overflowing_child.rs similarity index 100% rename from tests/generated/nested_overflowing_child.rs rename to tests/generated/flex/nested_overflowing_child.rs diff --git a/tests/generated/nested_overflowing_child_in_constraint_parent.rs b/tests/generated/flex/nested_overflowing_child_in_constraint_parent.rs similarity index 100% rename from tests/generated/nested_overflowing_child_in_constraint_parent.rs rename to tests/generated/flex/nested_overflowing_child_in_constraint_parent.rs diff --git a/tests/generated/only_shrinkable_item_with_flex_basis_zero.rs b/tests/generated/flex/only_shrinkable_item_with_flex_basis_zero.rs similarity index 100% rename from tests/generated/only_shrinkable_item_with_flex_basis_zero.rs rename to tests/generated/flex/only_shrinkable_item_with_flex_basis_zero.rs diff --git a/tests/generated/overflow_cross_axis.rs b/tests/generated/flex/overflow_cross_axis.rs similarity index 100% rename from tests/generated/overflow_cross_axis.rs rename to tests/generated/flex/overflow_cross_axis.rs diff --git a/tests/generated/overflow_main_axis.rs b/tests/generated/flex/overflow_main_axis.rs similarity index 100% rename from tests/generated/overflow_main_axis.rs rename to tests/generated/flex/overflow_main_axis.rs diff --git a/tests/generated/overflow_main_axis_shrink_hidden.rs b/tests/generated/flex/overflow_main_axis_shrink_hidden.rs similarity index 95% rename from tests/generated/overflow_main_axis_shrink_hidden.rs rename to tests/generated/flex/overflow_main_axis_shrink_hidden.rs index ba2ace05c..40c495cb8 100644 --- a/tests/generated/overflow_main_axis_shrink_hidden.rs +++ b/tests/generated/flex/overflow_main_axis_shrink_hidden.rs @@ -16,11 +16,11 @@ fn overflow_main_axis_shrink_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/overflow_main_axis_shrink_scroll.rs b/tests/generated/flex/overflow_main_axis_shrink_scroll.rs similarity index 95% rename from tests/generated/overflow_main_axis_shrink_scroll.rs rename to tests/generated/flex/overflow_main_axis_shrink_scroll.rs index 2a7bcf504..ffb41c428 100644 --- a/tests/generated/overflow_main_axis_shrink_scroll.rs +++ b/tests/generated/flex/overflow_main_axis_shrink_scroll.rs @@ -16,11 +16,11 @@ fn overflow_main_axis_shrink_scroll() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/overflow_main_axis_shrink_visible.rs b/tests/generated/flex/overflow_main_axis_shrink_visible.rs similarity index 94% rename from tests/generated/overflow_main_axis_shrink_visible.rs rename to tests/generated/flex/overflow_main_axis_shrink_visible.rs index 2fe4be6b1..bb7163c69 100644 --- a/tests/generated/overflow_main_axis_shrink_visible.rs +++ b/tests/generated/flex/overflow_main_axis_shrink_visible.rs @@ -8,11 +8,11 @@ fn overflow_main_axis_shrink_visible() { taffy::style::Style { flex_shrink: 1f32, ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/overflow_scroll_main_axis_justify_content_end.rs b/tests/generated/flex/overflow_scroll_main_axis_justify_content_end.rs similarity index 100% rename from tests/generated/overflow_scroll_main_axis_justify_content_end.rs rename to tests/generated/flex/overflow_scroll_main_axis_justify_content_end.rs diff --git a/tests/generated/overflow_scrollbars_overriden_by_available_space.rs b/tests/generated/flex/overflow_scrollbars_overriden_by_available_space.rs similarity index 100% rename from tests/generated/overflow_scrollbars_overriden_by_available_space.rs rename to tests/generated/flex/overflow_scrollbars_overriden_by_available_space.rs diff --git a/tests/generated/overflow_scrollbars_overriden_by_max_size.rs b/tests/generated/flex/overflow_scrollbars_overriden_by_max_size.rs similarity index 100% rename from tests/generated/overflow_scrollbars_overriden_by_max_size.rs rename to tests/generated/flex/overflow_scrollbars_overriden_by_max_size.rs diff --git a/tests/generated/overflow_scrollbars_overriden_by_size.rs b/tests/generated/flex/overflow_scrollbars_overriden_by_size.rs similarity index 100% rename from tests/generated/overflow_scrollbars_overriden_by_size.rs rename to tests/generated/flex/overflow_scrollbars_overriden_by_size.rs diff --git a/tests/generated/overflow_scrollbars_take_up_space_both_axis.rs b/tests/generated/flex/overflow_scrollbars_take_up_space_both_axis.rs similarity index 100% rename from tests/generated/overflow_scrollbars_take_up_space_both_axis.rs rename to tests/generated/flex/overflow_scrollbars_take_up_space_both_axis.rs diff --git a/tests/generated/overflow_scrollbars_take_up_space_cross_axis.rs b/tests/generated/flex/overflow_scrollbars_take_up_space_cross_axis.rs similarity index 100% rename from tests/generated/overflow_scrollbars_take_up_space_cross_axis.rs rename to tests/generated/flex/overflow_scrollbars_take_up_space_cross_axis.rs diff --git a/tests/generated/overflow_scrollbars_take_up_space_main_axis.rs b/tests/generated/flex/overflow_scrollbars_take_up_space_main_axis.rs similarity index 100% rename from tests/generated/overflow_scrollbars_take_up_space_main_axis.rs rename to tests/generated/flex/overflow_scrollbars_take_up_space_main_axis.rs diff --git a/tests/generated/padding_align_end_child.rs b/tests/generated/flex/padding_align_end_child.rs similarity index 100% rename from tests/generated/padding_align_end_child.rs rename to tests/generated/flex/padding_align_end_child.rs diff --git a/tests/generated/padding_border_overrides_max_size.rs b/tests/generated/flex/padding_border_overrides_max_size.rs similarity index 100% rename from tests/generated/padding_border_overrides_max_size.rs rename to tests/generated/flex/padding_border_overrides_max_size.rs diff --git a/tests/generated/padding_border_overrides_min_size.rs b/tests/generated/flex/padding_border_overrides_min_size.rs similarity index 100% rename from tests/generated/padding_border_overrides_min_size.rs rename to tests/generated/flex/padding_border_overrides_min_size.rs diff --git a/tests/generated/padding_border_overrides_size.rs b/tests/generated/flex/padding_border_overrides_size.rs similarity index 100% rename from tests/generated/padding_border_overrides_size.rs rename to tests/generated/flex/padding_border_overrides_size.rs diff --git a/tests/generated/padding_border_overrides_size_flex_basis_0.rs b/tests/generated/flex/padding_border_overrides_size_flex_basis_0.rs similarity index 100% rename from tests/generated/padding_border_overrides_size_flex_basis_0.rs rename to tests/generated/flex/padding_border_overrides_size_flex_basis_0.rs diff --git a/tests/generated/padding_border_overrides_size_flex_basis_0_growable.rs b/tests/generated/flex/padding_border_overrides_size_flex_basis_0_growable.rs similarity index 100% rename from tests/generated/padding_border_overrides_size_flex_basis_0_growable.rs rename to tests/generated/flex/padding_border_overrides_size_flex_basis_0_growable.rs diff --git a/tests/generated/padding_center_child.rs b/tests/generated/flex/padding_center_child.rs similarity index 100% rename from tests/generated/padding_center_child.rs rename to tests/generated/flex/padding_center_child.rs diff --git a/tests/generated/padding_container_match_child.rs b/tests/generated/flex/padding_container_match_child.rs similarity index 100% rename from tests/generated/padding_container_match_child.rs rename to tests/generated/flex/padding_container_match_child.rs diff --git a/tests/generated/padding_flex_child.rs b/tests/generated/flex/padding_flex_child.rs similarity index 100% rename from tests/generated/padding_flex_child.rs rename to tests/generated/flex/padding_flex_child.rs diff --git a/tests/generated/padding_no_child.rs b/tests/generated/flex/padding_no_child.rs similarity index 100% rename from tests/generated/padding_no_child.rs rename to tests/generated/flex/padding_no_child.rs diff --git a/tests/generated/padding_no_size.rs b/tests/generated/flex/padding_no_size.rs similarity index 100% rename from tests/generated/padding_no_size.rs rename to tests/generated/flex/padding_no_size.rs diff --git a/tests/generated/padding_stretch_child.rs b/tests/generated/flex/padding_stretch_child.rs similarity index 100% rename from tests/generated/padding_stretch_child.rs rename to tests/generated/flex/padding_stretch_child.rs diff --git a/tests/generated/parent_wrap_child_size_overflowing_parent.rs b/tests/generated/flex/parent_wrap_child_size_overflowing_parent.rs similarity index 100% rename from tests/generated/parent_wrap_child_size_overflowing_parent.rs rename to tests/generated/flex/parent_wrap_child_size_overflowing_parent.rs diff --git a/tests/generated/percent_absolute_position.rs b/tests/generated/flex/percent_absolute_position.rs similarity index 100% rename from tests/generated/percent_absolute_position.rs rename to tests/generated/flex/percent_absolute_position.rs diff --git a/tests/generated/percent_within_flex_grow.rs b/tests/generated/flex/percent_within_flex_grow.rs similarity index 100% rename from tests/generated/percent_within_flex_grow.rs rename to tests/generated/flex/percent_within_flex_grow.rs diff --git a/tests/generated/percentage_absolute_position.rs b/tests/generated/flex/percentage_absolute_position.rs similarity index 100% rename from tests/generated/percentage_absolute_position.rs rename to tests/generated/flex/percentage_absolute_position.rs diff --git a/tests/generated/percentage_container_in_wrapping_container.rs b/tests/generated/flex/percentage_container_in_wrapping_container.rs similarity index 100% rename from tests/generated/percentage_container_in_wrapping_container.rs rename to tests/generated/flex/percentage_container_in_wrapping_container.rs diff --git a/tests/generated/percentage_different_width_height.rs b/tests/generated/flex/percentage_different_width_height.rs similarity index 100% rename from tests/generated/percentage_different_width_height.rs rename to tests/generated/flex/percentage_different_width_height.rs diff --git a/tests/generated/percentage_different_width_height_column.rs b/tests/generated/flex/percentage_different_width_height_column.rs similarity index 100% rename from tests/generated/percentage_different_width_height_column.rs rename to tests/generated/flex/percentage_different_width_height_column.rs diff --git a/tests/generated/percentage_flex_basis.rs b/tests/generated/flex/percentage_flex_basis.rs similarity index 100% rename from tests/generated/percentage_flex_basis.rs rename to tests/generated/flex/percentage_flex_basis.rs diff --git a/tests/generated/percentage_flex_basis_cross.rs b/tests/generated/flex/percentage_flex_basis_cross.rs similarity index 100% rename from tests/generated/percentage_flex_basis_cross.rs rename to tests/generated/flex/percentage_flex_basis_cross.rs diff --git a/tests/generated/percentage_flex_basis_cross_max_height.rs b/tests/generated/flex/percentage_flex_basis_cross_max_height.rs similarity index 100% rename from tests/generated/percentage_flex_basis_cross_max_height.rs rename to tests/generated/flex/percentage_flex_basis_cross_max_height.rs diff --git a/tests/generated/percentage_flex_basis_cross_max_width.rs b/tests/generated/flex/percentage_flex_basis_cross_max_width.rs similarity index 100% rename from tests/generated/percentage_flex_basis_cross_max_width.rs rename to tests/generated/flex/percentage_flex_basis_cross_max_width.rs diff --git a/tests/generated/percentage_flex_basis_cross_min_height.rs b/tests/generated/flex/percentage_flex_basis_cross_min_height.rs similarity index 100% rename from tests/generated/percentage_flex_basis_cross_min_height.rs rename to tests/generated/flex/percentage_flex_basis_cross_min_height.rs diff --git a/tests/generated/percentage_flex_basis_cross_min_width.rs b/tests/generated/flex/percentage_flex_basis_cross_min_width.rs similarity index 100% rename from tests/generated/percentage_flex_basis_cross_min_width.rs rename to tests/generated/flex/percentage_flex_basis_cross_min_width.rs diff --git a/tests/generated/percentage_flex_basis_main_max_height.rs b/tests/generated/flex/percentage_flex_basis_main_max_height.rs similarity index 100% rename from tests/generated/percentage_flex_basis_main_max_height.rs rename to tests/generated/flex/percentage_flex_basis_main_max_height.rs diff --git a/tests/generated/percentage_flex_basis_main_max_width.rs b/tests/generated/flex/percentage_flex_basis_main_max_width.rs similarity index 100% rename from tests/generated/percentage_flex_basis_main_max_width.rs rename to tests/generated/flex/percentage_flex_basis_main_max_width.rs diff --git a/tests/generated/percentage_flex_basis_main_min_width.rs b/tests/generated/flex/percentage_flex_basis_main_min_width.rs similarity index 100% rename from tests/generated/percentage_flex_basis_main_min_width.rs rename to tests/generated/flex/percentage_flex_basis_main_min_width.rs diff --git a/tests/generated/percentage_main_max_height.rs b/tests/generated/flex/percentage_main_max_height.rs similarity index 100% rename from tests/generated/percentage_main_max_height.rs rename to tests/generated/flex/percentage_main_max_height.rs diff --git a/tests/generated/percentage_margin_should_calculate_based_only_on_width.rs b/tests/generated/flex/percentage_margin_should_calculate_based_only_on_width.rs similarity index 100% rename from tests/generated/percentage_margin_should_calculate_based_only_on_width.rs rename to tests/generated/flex/percentage_margin_should_calculate_based_only_on_width.rs diff --git a/tests/generated/percentage_moderate_complexity.rs b/tests/generated/flex/percentage_moderate_complexity.rs similarity index 100% rename from tests/generated/percentage_moderate_complexity.rs rename to tests/generated/flex/percentage_moderate_complexity.rs diff --git a/tests/generated/percentage_moderate_complexity2.rs b/tests/generated/flex/percentage_moderate_complexity2.rs similarity index 100% rename from tests/generated/percentage_moderate_complexity2.rs rename to tests/generated/flex/percentage_moderate_complexity2.rs diff --git a/tests/generated/percentage_multiple_nested_with_padding_margin_and_percentage_values.rs b/tests/generated/flex/percentage_multiple_nested_with_padding_margin_and_percentage_values.rs similarity index 100% rename from tests/generated/percentage_multiple_nested_with_padding_margin_and_percentage_values.rs rename to tests/generated/flex/percentage_multiple_nested_with_padding_margin_and_percentage_values.rs diff --git a/tests/generated/percentage_padding_should_calculate_based_only_on_width.rs b/tests/generated/flex/percentage_padding_should_calculate_based_only_on_width.rs similarity index 100% rename from tests/generated/percentage_padding_should_calculate_based_only_on_width.rs rename to tests/generated/flex/percentage_padding_should_calculate_based_only_on_width.rs diff --git a/tests/generated/percentage_position_bottom_right.rs b/tests/generated/flex/percentage_position_bottom_right.rs similarity index 100% rename from tests/generated/percentage_position_bottom_right.rs rename to tests/generated/flex/percentage_position_bottom_right.rs diff --git a/tests/generated/percentage_position_left_top.rs b/tests/generated/flex/percentage_position_left_top.rs similarity index 100% rename from tests/generated/percentage_position_left_top.rs rename to tests/generated/flex/percentage_position_left_top.rs diff --git a/tests/generated/percentage_size_based_on_parent_inner_size.rs b/tests/generated/flex/percentage_size_based_on_parent_inner_size.rs similarity index 100% rename from tests/generated/percentage_size_based_on_parent_inner_size.rs rename to tests/generated/flex/percentage_size_based_on_parent_inner_size.rs diff --git a/tests/generated/percentage_size_of_flex_basis.rs b/tests/generated/flex/percentage_size_of_flex_basis.rs similarity index 100% rename from tests/generated/percentage_size_of_flex_basis.rs rename to tests/generated/flex/percentage_size_of_flex_basis.rs diff --git a/tests/generated/percentage_sizes_should_not_prevent_flex_shrinking.rs b/tests/generated/flex/percentage_sizes_should_not_prevent_flex_shrinking.rs similarity index 100% rename from tests/generated/percentage_sizes_should_not_prevent_flex_shrinking.rs rename to tests/generated/flex/percentage_sizes_should_not_prevent_flex_shrinking.rs diff --git a/tests/generated/percentage_width_height.rs b/tests/generated/flex/percentage_width_height.rs similarity index 100% rename from tests/generated/percentage_width_height.rs rename to tests/generated/flex/percentage_width_height.rs diff --git a/tests/generated/percentage_width_height_undefined_parent_size.rs b/tests/generated/flex/percentage_width_height_undefined_parent_size.rs similarity index 100% rename from tests/generated/percentage_width_height_undefined_parent_size.rs rename to tests/generated/flex/percentage_width_height_undefined_parent_size.rs diff --git a/tests/generated/position_root_with_rtl_should_position_withoutdirection.rs b/tests/generated/flex/position_root_with_rtl_should_position_withoutdirection.rs similarity index 100% rename from tests/generated/position_root_with_rtl_should_position_withoutdirection.rs rename to tests/generated/flex/position_root_with_rtl_should_position_withoutdirection.rs diff --git a/tests/generated/relative_position_should_not_nudge_siblings.rs b/tests/generated/flex/relative_position_should_not_nudge_siblings.rs similarity index 100% rename from tests/generated/relative_position_should_not_nudge_siblings.rs rename to tests/generated/flex/relative_position_should_not_nudge_siblings.rs diff --git a/tests/generated/rounding_flex_basis_flex_grow_row_prime_number_width.rs b/tests/generated/flex/rounding_flex_basis_flex_grow_row_prime_number_width.rs similarity index 100% rename from tests/generated/rounding_flex_basis_flex_grow_row_prime_number_width.rs rename to tests/generated/flex/rounding_flex_basis_flex_grow_row_prime_number_width.rs diff --git a/tests/generated/rounding_flex_basis_flex_grow_row_width_of_100.rs b/tests/generated/flex/rounding_flex_basis_flex_grow_row_width_of_100.rs similarity index 100% rename from tests/generated/rounding_flex_basis_flex_grow_row_width_of_100.rs rename to tests/generated/flex/rounding_flex_basis_flex_grow_row_width_of_100.rs diff --git a/tests/generated/rounding_flex_basis_flex_shrink_row.rs b/tests/generated/flex/rounding_flex_basis_flex_shrink_row.rs similarity index 100% rename from tests/generated/rounding_flex_basis_flex_shrink_row.rs rename to tests/generated/flex/rounding_flex_basis_flex_shrink_row.rs diff --git a/tests/generated/rounding_flex_basis_overrides_main_size.rs b/tests/generated/flex/rounding_flex_basis_overrides_main_size.rs similarity index 100% rename from tests/generated/rounding_flex_basis_overrides_main_size.rs rename to tests/generated/flex/rounding_flex_basis_overrides_main_size.rs diff --git a/tests/generated/rounding_fractial_input_1.rs b/tests/generated/flex/rounding_fractial_input_1.rs similarity index 100% rename from tests/generated/rounding_fractial_input_1.rs rename to tests/generated/flex/rounding_fractial_input_1.rs diff --git a/tests/generated/rounding_fractial_input_2.rs b/tests/generated/flex/rounding_fractial_input_2.rs similarity index 100% rename from tests/generated/rounding_fractial_input_2.rs rename to tests/generated/flex/rounding_fractial_input_2.rs diff --git a/tests/generated/rounding_fractial_input_3.rs b/tests/generated/flex/rounding_fractial_input_3.rs similarity index 100% rename from tests/generated/rounding_fractial_input_3.rs rename to tests/generated/flex/rounding_fractial_input_3.rs diff --git a/tests/generated/rounding_fractial_input_4.rs b/tests/generated/flex/rounding_fractial_input_4.rs similarity index 100% rename from tests/generated/rounding_fractial_input_4.rs rename to tests/generated/flex/rounding_fractial_input_4.rs diff --git a/tests/generated/rounding_fractial_input_5.rs b/tests/generated/flex/rounding_fractial_input_5.rs similarity index 100% rename from tests/generated/rounding_fractial_input_5.rs rename to tests/generated/flex/rounding_fractial_input_5.rs diff --git a/tests/generated/rounding_fractial_input_6.rs b/tests/generated/flex/rounding_fractial_input_6.rs similarity index 100% rename from tests/generated/rounding_fractial_input_6.rs rename to tests/generated/flex/rounding_fractial_input_6.rs diff --git a/tests/generated/rounding_fractial_input_7.rs b/tests/generated/flex/rounding_fractial_input_7.rs similarity index 100% rename from tests/generated/rounding_fractial_input_7.rs rename to tests/generated/flex/rounding_fractial_input_7.rs diff --git a/tests/generated/rounding_inner_node_controversy_combined.rs b/tests/generated/flex/rounding_inner_node_controversy_combined.rs similarity index 100% rename from tests/generated/rounding_inner_node_controversy_combined.rs rename to tests/generated/flex/rounding_inner_node_controversy_combined.rs diff --git a/tests/generated/rounding_inner_node_controversy_horizontal.rs b/tests/generated/flex/rounding_inner_node_controversy_horizontal.rs similarity index 100% rename from tests/generated/rounding_inner_node_controversy_horizontal.rs rename to tests/generated/flex/rounding_inner_node_controversy_horizontal.rs diff --git a/tests/generated/rounding_inner_node_controversy_vertical.rs b/tests/generated/flex/rounding_inner_node_controversy_vertical.rs similarity index 100% rename from tests/generated/rounding_inner_node_controversy_vertical.rs rename to tests/generated/flex/rounding_inner_node_controversy_vertical.rs diff --git a/tests/generated/rounding_total_fractial.rs b/tests/generated/flex/rounding_total_fractial.rs similarity index 100% rename from tests/generated/rounding_total_fractial.rs rename to tests/generated/flex/rounding_total_fractial.rs diff --git a/tests/generated/rounding_total_fractial_nested.rs b/tests/generated/flex/rounding_total_fractial_nested.rs similarity index 100% rename from tests/generated/rounding_total_fractial_nested.rs rename to tests/generated/flex/rounding_total_fractial_nested.rs diff --git a/tests/generated/simple_child.rs b/tests/generated/flex/simple_child.rs similarity index 100% rename from tests/generated/simple_child.rs rename to tests/generated/flex/simple_child.rs diff --git a/tests/generated/single_flex_child_after_absolute_child.rs b/tests/generated/flex/single_flex_child_after_absolute_child.rs similarity index 100% rename from tests/generated/single_flex_child_after_absolute_child.rs rename to tests/generated/flex/single_flex_child_after_absolute_child.rs diff --git a/tests/generated/size_defined_by_child.rs b/tests/generated/flex/size_defined_by_child.rs similarity index 100% rename from tests/generated/size_defined_by_child.rs rename to tests/generated/flex/size_defined_by_child.rs diff --git a/tests/generated/size_defined_by_child_with_border.rs b/tests/generated/flex/size_defined_by_child_with_border.rs similarity index 100% rename from tests/generated/size_defined_by_child_with_border.rs rename to tests/generated/flex/size_defined_by_child_with_border.rs diff --git a/tests/generated/size_defined_by_child_with_padding.rs b/tests/generated/flex/size_defined_by_child_with_padding.rs similarity index 100% rename from tests/generated/size_defined_by_child_with_padding.rs rename to tests/generated/flex/size_defined_by_child_with_padding.rs diff --git a/tests/generated/size_defined_by_grand_child.rs b/tests/generated/flex/size_defined_by_grand_child.rs similarity index 100% rename from tests/generated/size_defined_by_grand_child.rs rename to tests/generated/flex/size_defined_by_grand_child.rs diff --git a/tests/generated/undefined_height_with_min_max.rs b/tests/generated/flex/undefined_height_with_min_max.rs similarity index 100% rename from tests/generated/undefined_height_with_min_max.rs rename to tests/generated/flex/undefined_height_with_min_max.rs diff --git a/tests/generated/undefined_width_with_min_max.rs b/tests/generated/flex/undefined_width_with_min_max.rs similarity index 100% rename from tests/generated/undefined_width_with_min_max.rs rename to tests/generated/flex/undefined_width_with_min_max.rs diff --git a/tests/generated/undefined_width_with_min_max_row.rs b/tests/generated/flex/undefined_width_with_min_max_row.rs similarity index 100% rename from tests/generated/undefined_width_with_min_max_row.rs rename to tests/generated/flex/undefined_width_with_min_max_row.rs diff --git a/tests/generated/width_smaller_then_content_with_flex_grow_large_size.rs b/tests/generated/flex/width_smaller_then_content_with_flex_grow_large_size.rs similarity index 100% rename from tests/generated/width_smaller_then_content_with_flex_grow_large_size.rs rename to tests/generated/flex/width_smaller_then_content_with_flex_grow_large_size.rs diff --git a/tests/generated/width_smaller_then_content_with_flex_grow_small_size.rs b/tests/generated/flex/width_smaller_then_content_with_flex_grow_small_size.rs similarity index 100% rename from tests/generated/width_smaller_then_content_with_flex_grow_small_size.rs rename to tests/generated/flex/width_smaller_then_content_with_flex_grow_small_size.rs diff --git a/tests/generated/width_smaller_then_content_with_flex_grow_unconstraint_size.rs b/tests/generated/flex/width_smaller_then_content_with_flex_grow_unconstraint_size.rs similarity index 100% rename from tests/generated/width_smaller_then_content_with_flex_grow_unconstraint_size.rs rename to tests/generated/flex/width_smaller_then_content_with_flex_grow_unconstraint_size.rs diff --git a/tests/generated/width_smaller_then_content_with_flex_grow_very_large_size.rs b/tests/generated/flex/width_smaller_then_content_with_flex_grow_very_large_size.rs similarity index 100% rename from tests/generated/width_smaller_then_content_with_flex_grow_very_large_size.rs rename to tests/generated/flex/width_smaller_then_content_with_flex_grow_very_large_size.rs diff --git a/tests/generated/wrap_child.rs b/tests/generated/flex/wrap_child.rs similarity index 100% rename from tests/generated/wrap_child.rs rename to tests/generated/flex/wrap_child.rs diff --git a/tests/generated/wrap_column.rs b/tests/generated/flex/wrap_column.rs similarity index 100% rename from tests/generated/wrap_column.rs rename to tests/generated/flex/wrap_column.rs diff --git a/tests/generated/wrap_grandchild.rs b/tests/generated/flex/wrap_grandchild.rs similarity index 100% rename from tests/generated/wrap_grandchild.rs rename to tests/generated/flex/wrap_grandchild.rs diff --git a/tests/generated/wrap_nodes_with_content_sizing_margin_cross.rs b/tests/generated/flex/wrap_nodes_with_content_sizing_margin_cross.rs similarity index 100% rename from tests/generated/wrap_nodes_with_content_sizing_margin_cross.rs rename to tests/generated/flex/wrap_nodes_with_content_sizing_margin_cross.rs diff --git a/tests/generated/wrap_nodes_with_content_sizing_overflowing_margin.rs b/tests/generated/flex/wrap_nodes_with_content_sizing_overflowing_margin.rs similarity index 100% rename from tests/generated/wrap_nodes_with_content_sizing_overflowing_margin.rs rename to tests/generated/flex/wrap_nodes_with_content_sizing_overflowing_margin.rs diff --git a/tests/generated/wrap_reverse_column.rs b/tests/generated/flex/wrap_reverse_column.rs similarity index 100% rename from tests/generated/wrap_reverse_column.rs rename to tests/generated/flex/wrap_reverse_column.rs diff --git a/tests/generated/wrap_reverse_column_fixed_size.rs b/tests/generated/flex/wrap_reverse_column_fixed_size.rs similarity index 100% rename from tests/generated/wrap_reverse_column_fixed_size.rs rename to tests/generated/flex/wrap_reverse_column_fixed_size.rs diff --git a/tests/generated/wrap_reverse_row.rs b/tests/generated/flex/wrap_reverse_row.rs similarity index 100% rename from tests/generated/wrap_reverse_row.rs rename to tests/generated/flex/wrap_reverse_row.rs diff --git a/tests/generated/wrap_reverse_row_align_content_center.rs b/tests/generated/flex/wrap_reverse_row_align_content_center.rs similarity index 100% rename from tests/generated/wrap_reverse_row_align_content_center.rs rename to tests/generated/flex/wrap_reverse_row_align_content_center.rs diff --git a/tests/generated/wrap_reverse_row_align_content_flex_start.rs b/tests/generated/flex/wrap_reverse_row_align_content_flex_start.rs similarity index 100% rename from tests/generated/wrap_reverse_row_align_content_flex_start.rs rename to tests/generated/flex/wrap_reverse_row_align_content_flex_start.rs diff --git a/tests/generated/wrap_reverse_row_align_content_space_around.rs b/tests/generated/flex/wrap_reverse_row_align_content_space_around.rs similarity index 100% rename from tests/generated/wrap_reverse_row_align_content_space_around.rs rename to tests/generated/flex/wrap_reverse_row_align_content_space_around.rs diff --git a/tests/generated/wrap_reverse_row_align_content_stretch.rs b/tests/generated/flex/wrap_reverse_row_align_content_stretch.rs similarity index 100% rename from tests/generated/wrap_reverse_row_align_content_stretch.rs rename to tests/generated/flex/wrap_reverse_row_align_content_stretch.rs diff --git a/tests/generated/wrap_reverse_row_single_line_different_size.rs b/tests/generated/flex/wrap_reverse_row_single_line_different_size.rs similarity index 100% rename from tests/generated/wrap_reverse_row_single_line_different_size.rs rename to tests/generated/flex/wrap_reverse_row_single_line_different_size.rs diff --git a/tests/generated/wrap_row.rs b/tests/generated/flex/wrap_row.rs similarity index 100% rename from tests/generated/wrap_row.rs rename to tests/generated/flex/wrap_row.rs diff --git a/tests/generated/wrap_row_align_items_center.rs b/tests/generated/flex/wrap_row_align_items_center.rs similarity index 100% rename from tests/generated/wrap_row_align_items_center.rs rename to tests/generated/flex/wrap_row_align_items_center.rs diff --git a/tests/generated/wrap_row_align_items_flex_end.rs b/tests/generated/flex/wrap_row_align_items_flex_end.rs similarity index 100% rename from tests/generated/wrap_row_align_items_flex_end.rs rename to tests/generated/flex/wrap_row_align_items_flex_end.rs diff --git a/tests/generated/wrapped_column_max_height.rs b/tests/generated/flex/wrapped_column_max_height.rs similarity index 100% rename from tests/generated/wrapped_column_max_height.rs rename to tests/generated/flex/wrapped_column_max_height.rs diff --git a/tests/generated/wrapped_column_max_height_flex.rs b/tests/generated/flex/wrapped_column_max_height_flex.rs similarity index 100% rename from tests/generated/wrapped_column_max_height_flex.rs rename to tests/generated/flex/wrapped_column_max_height_flex.rs diff --git a/tests/generated/wrapped_row_within_align_items_center.rs b/tests/generated/flex/wrapped_row_within_align_items_center.rs similarity index 100% rename from tests/generated/wrapped_row_within_align_items_center.rs rename to tests/generated/flex/wrapped_row_within_align_items_center.rs diff --git a/tests/generated/wrapped_row_within_align_items_flex_end.rs b/tests/generated/flex/wrapped_row_within_align_items_flex_end.rs similarity index 100% rename from tests/generated/wrapped_row_within_align_items_flex_end.rs rename to tests/generated/flex/wrapped_row_within_align_items_flex_end.rs diff --git a/tests/generated/wrapped_row_within_align_items_flex_start.rs b/tests/generated/flex/wrapped_row_within_align_items_flex_start.rs similarity index 100% rename from tests/generated/wrapped_row_within_align_items_flex_start.rs rename to tests/generated/flex/wrapped_row_within_align_items_flex_start.rs diff --git a/tests/generated/grid_absolute_align_self_sized_all.rs b/tests/generated/grid/grid_absolute_align_self_sized_all.rs similarity index 100% rename from tests/generated/grid_absolute_align_self_sized_all.rs rename to tests/generated/grid/grid_absolute_align_self_sized_all.rs diff --git a/tests/generated/grid_absolute_column_end.rs b/tests/generated/grid/grid_absolute_column_end.rs similarity index 100% rename from tests/generated/grid_absolute_column_end.rs rename to tests/generated/grid/grid_absolute_column_end.rs diff --git a/tests/generated/grid_absolute_column_start.rs b/tests/generated/grid/grid_absolute_column_start.rs similarity index 100% rename from tests/generated/grid_absolute_column_start.rs rename to tests/generated/grid/grid_absolute_column_start.rs diff --git a/tests/generated/grid_absolute_container_bottom_left.rs b/tests/generated/grid/grid_absolute_container_bottom_left.rs similarity index 100% rename from tests/generated/grid_absolute_container_bottom_left.rs rename to tests/generated/grid/grid_absolute_container_bottom_left.rs diff --git a/tests/generated/grid_absolute_container_bottom_left_margin.rs b/tests/generated/grid/grid_absolute_container_bottom_left_margin.rs similarity index 100% rename from tests/generated/grid_absolute_container_bottom_left_margin.rs rename to tests/generated/grid/grid_absolute_container_bottom_left_margin.rs diff --git a/tests/generated/grid_absolute_container_left_overrides_right.rs b/tests/generated/grid/grid_absolute_container_left_overrides_right.rs similarity index 100% rename from tests/generated/grid_absolute_container_left_overrides_right.rs rename to tests/generated/grid/grid_absolute_container_left_overrides_right.rs diff --git a/tests/generated/grid_absolute_container_left_right.rs b/tests/generated/grid/grid_absolute_container_left_right.rs similarity index 100% rename from tests/generated/grid_absolute_container_left_right.rs rename to tests/generated/grid/grid_absolute_container_left_right.rs diff --git a/tests/generated/grid_absolute_container_left_right_margin.rs b/tests/generated/grid/grid_absolute_container_left_right_margin.rs similarity index 100% rename from tests/generated/grid_absolute_container_left_right_margin.rs rename to tests/generated/grid/grid_absolute_container_left_right_margin.rs diff --git a/tests/generated/grid_absolute_container_negative_position.rs b/tests/generated/grid/grid_absolute_container_negative_position.rs similarity index 100% rename from tests/generated/grid_absolute_container_negative_position.rs rename to tests/generated/grid/grid_absolute_container_negative_position.rs diff --git a/tests/generated/grid_absolute_container_negative_position_margin.rs b/tests/generated/grid/grid_absolute_container_negative_position_margin.rs similarity index 100% rename from tests/generated/grid_absolute_container_negative_position_margin.rs rename to tests/generated/grid/grid_absolute_container_negative_position_margin.rs diff --git a/tests/generated/grid_absolute_container_top_bottom.rs b/tests/generated/grid/grid_absolute_container_top_bottom.rs similarity index 100% rename from tests/generated/grid_absolute_container_top_bottom.rs rename to tests/generated/grid/grid_absolute_container_top_bottom.rs diff --git a/tests/generated/grid_absolute_container_top_bottom_margin.rs b/tests/generated/grid/grid_absolute_container_top_bottom_margin.rs similarity index 100% rename from tests/generated/grid_absolute_container_top_bottom_margin.rs rename to tests/generated/grid/grid_absolute_container_top_bottom_margin.rs diff --git a/tests/generated/grid_absolute_container_top_right.rs b/tests/generated/grid/grid_absolute_container_top_right.rs similarity index 100% rename from tests/generated/grid_absolute_container_top_right.rs rename to tests/generated/grid/grid_absolute_container_top_right.rs diff --git a/tests/generated/grid_absolute_container_top_right_margin.rs b/tests/generated/grid/grid_absolute_container_top_right_margin.rs similarity index 100% rename from tests/generated/grid_absolute_container_top_right_margin.rs rename to tests/generated/grid/grid_absolute_container_top_right_margin.rs diff --git a/tests/generated/grid_absolute_justify_self_sized_all.rs b/tests/generated/grid/grid_absolute_justify_self_sized_all.rs similarity index 100% rename from tests/generated/grid_absolute_justify_self_sized_all.rs rename to tests/generated/grid/grid_absolute_justify_self_sized_all.rs diff --git a/tests/generated/grid_absolute_layout_within_border.rs b/tests/generated/grid/grid_absolute_layout_within_border.rs similarity index 100% rename from tests/generated/grid_absolute_layout_within_border.rs rename to tests/generated/grid/grid_absolute_layout_within_border.rs diff --git a/tests/generated/grid_absolute_layout_within_border_static.rs b/tests/generated/grid/grid_absolute_layout_within_border_static.rs similarity index 100% rename from tests/generated/grid_absolute_layout_within_border_static.rs rename to tests/generated/grid/grid_absolute_layout_within_border_static.rs diff --git a/tests/generated/grid_absolute_row_end.rs b/tests/generated/grid/grid_absolute_row_end.rs similarity index 100% rename from tests/generated/grid_absolute_row_end.rs rename to tests/generated/grid/grid_absolute_row_end.rs diff --git a/tests/generated/grid_absolute_row_start.rs b/tests/generated/grid/grid_absolute_row_start.rs similarity index 100% rename from tests/generated/grid_absolute_row_start.rs rename to tests/generated/grid/grid_absolute_row_start.rs diff --git a/tests/generated/grid_absolute_top_overrides_bottom.rs b/tests/generated/grid/grid_absolute_top_overrides_bottom.rs similarity index 100% rename from tests/generated/grid_absolute_top_overrides_bottom.rs rename to tests/generated/grid/grid_absolute_top_overrides_bottom.rs diff --git a/tests/generated/grid_absolute_with_padding.rs b/tests/generated/grid/grid_absolute_with_padding.rs similarity index 100% rename from tests/generated/grid_absolute_with_padding.rs rename to tests/generated/grid/grid_absolute_with_padding.rs diff --git a/tests/generated/grid_absolute_with_padding_and_margin.rs b/tests/generated/grid/grid_absolute_with_padding_and_margin.rs similarity index 100% rename from tests/generated/grid_absolute_with_padding_and_margin.rs rename to tests/generated/grid/grid_absolute_with_padding_and_margin.rs diff --git a/tests/generated/grid_align_content_center.rs b/tests/generated/grid/grid_align_content_center.rs similarity index 100% rename from tests/generated/grid_align_content_center.rs rename to tests/generated/grid/grid_align_content_center.rs diff --git a/tests/generated/grid_align_content_end.rs b/tests/generated/grid/grid_align_content_end.rs similarity index 100% rename from tests/generated/grid_align_content_end.rs rename to tests/generated/grid/grid_align_content_end.rs diff --git a/tests/generated/grid_align_content_end_with_padding_border.rs b/tests/generated/grid/grid_align_content_end_with_padding_border.rs similarity index 100% rename from tests/generated/grid_align_content_end_with_padding_border.rs rename to tests/generated/grid/grid_align_content_end_with_padding_border.rs diff --git a/tests/generated/grid_align_content_space_around.rs b/tests/generated/grid/grid_align_content_space_around.rs similarity index 100% rename from tests/generated/grid_align_content_space_around.rs rename to tests/generated/grid/grid_align_content_space_around.rs diff --git a/tests/generated/grid_align_content_space_around_with_padding_border.rs b/tests/generated/grid/grid_align_content_space_around_with_padding_border.rs similarity index 100% rename from tests/generated/grid_align_content_space_around_with_padding_border.rs rename to tests/generated/grid/grid_align_content_space_around_with_padding_border.rs diff --git a/tests/generated/grid_align_content_space_between.rs b/tests/generated/grid/grid_align_content_space_between.rs similarity index 100% rename from tests/generated/grid_align_content_space_between.rs rename to tests/generated/grid/grid_align_content_space_between.rs diff --git a/tests/generated/grid_align_content_space_between_with_padding_border.rs b/tests/generated/grid/grid_align_content_space_between_with_padding_border.rs similarity index 100% rename from tests/generated/grid_align_content_space_between_with_padding_border.rs rename to tests/generated/grid/grid_align_content_space_between_with_padding_border.rs diff --git a/tests/generated/grid_align_content_space_evenly.rs b/tests/generated/grid/grid_align_content_space_evenly.rs similarity index 100% rename from tests/generated/grid_align_content_space_evenly.rs rename to tests/generated/grid/grid_align_content_space_evenly.rs diff --git a/tests/generated/grid_align_content_space_evenly_with_padding_border.rs b/tests/generated/grid/grid_align_content_space_evenly_with_padding_border.rs similarity index 100% rename from tests/generated/grid_align_content_space_evenly_with_padding_border.rs rename to tests/generated/grid/grid_align_content_space_evenly_with_padding_border.rs diff --git a/tests/generated/grid_align_content_start.rs b/tests/generated/grid/grid_align_content_start.rs similarity index 100% rename from tests/generated/grid_align_content_start.rs rename to tests/generated/grid/grid_align_content_start.rs diff --git a/tests/generated/grid_align_content_start_with_padding_border.rs b/tests/generated/grid/grid_align_content_start_with_padding_border.rs similarity index 100% rename from tests/generated/grid_align_content_start_with_padding_border.rs rename to tests/generated/grid/grid_align_content_start_with_padding_border.rs diff --git a/tests/generated/grid_align_items_baseline.rs b/tests/generated/grid/grid_align_items_baseline.rs similarity index 100% rename from tests/generated/grid_align_items_baseline.rs rename to tests/generated/grid/grid_align_items_baseline.rs diff --git a/tests/generated/grid_align_items_baseline_child.rs b/tests/generated/grid/grid_align_items_baseline_child.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child.rs rename to tests/generated/grid/grid_align_items_baseline_child.rs diff --git a/tests/generated/grid_align_items_baseline_child_margin.rs b/tests/generated/grid/grid_align_items_baseline_child_margin.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_margin.rs rename to tests/generated/grid/grid_align_items_baseline_child_margin.rs diff --git a/tests/generated/grid_align_items_baseline_child_margin_percent.rs b/tests/generated/grid/grid_align_items_baseline_child_margin_percent.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_margin_percent.rs rename to tests/generated/grid/grid_align_items_baseline_child_margin_percent.rs diff --git a/tests/generated/grid_align_items_baseline_child_multiline.rs b/tests/generated/grid/grid_align_items_baseline_child_multiline.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_multiline.rs rename to tests/generated/grid/grid_align_items_baseline_child_multiline.rs diff --git a/tests/generated/grid_align_items_baseline_child_multiline_no_override_on_secondline.rs b/tests/generated/grid/grid_align_items_baseline_child_multiline_no_override_on_secondline.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_multiline_no_override_on_secondline.rs rename to tests/generated/grid/grid_align_items_baseline_child_multiline_no_override_on_secondline.rs diff --git a/tests/generated/grid_align_items_baseline_child_multiline_override.rs b/tests/generated/grid/grid_align_items_baseline_child_multiline_override.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_multiline_override.rs rename to tests/generated/grid/grid_align_items_baseline_child_multiline_override.rs diff --git a/tests/generated/grid_align_items_baseline_child_padding.rs b/tests/generated/grid/grid_align_items_baseline_child_padding.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_padding.rs rename to tests/generated/grid/grid_align_items_baseline_child_padding.rs diff --git a/tests/generated/grid_align_items_baseline_child_top.rs b/tests/generated/grid/grid_align_items_baseline_child_top.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_top.rs rename to tests/generated/grid/grid_align_items_baseline_child_top.rs diff --git a/tests/generated/grid_align_items_baseline_child_top2.rs b/tests/generated/grid/grid_align_items_baseline_child_top2.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_child_top2.rs rename to tests/generated/grid/grid_align_items_baseline_child_top2.rs diff --git a/tests/generated/grid_align_items_baseline_complex.rs b/tests/generated/grid/grid_align_items_baseline_complex.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_complex.rs rename to tests/generated/grid/grid_align_items_baseline_complex.rs diff --git a/tests/generated/grid_align_items_baseline_double_nested_child.rs b/tests/generated/grid/grid_align_items_baseline_double_nested_child.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_double_nested_child.rs rename to tests/generated/grid/grid_align_items_baseline_double_nested_child.rs diff --git a/tests/generated/grid_align_items_baseline_multiline.rs b/tests/generated/grid/grid_align_items_baseline_multiline.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_multiline.rs rename to tests/generated/grid/grid_align_items_baseline_multiline.rs diff --git a/tests/generated/grid_align_items_baseline_multiline_column.rs b/tests/generated/grid/grid_align_items_baseline_multiline_column.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_multiline_column.rs rename to tests/generated/grid/grid_align_items_baseline_multiline_column.rs diff --git a/tests/generated/grid_align_items_baseline_multiline_row_and_column.rs b/tests/generated/grid/grid_align_items_baseline_multiline_row_and_column.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_multiline_row_and_column.rs rename to tests/generated/grid/grid_align_items_baseline_multiline_row_and_column.rs diff --git a/tests/generated/grid_align_items_baseline_nested_column.rs b/tests/generated/grid/grid_align_items_baseline_nested_column.rs similarity index 100% rename from tests/generated/grid_align_items_baseline_nested_column.rs rename to tests/generated/grid/grid_align_items_baseline_nested_column.rs diff --git a/tests/generated/grid_align_items_sized_center.rs b/tests/generated/grid/grid_align_items_sized_center.rs similarity index 100% rename from tests/generated/grid_align_items_sized_center.rs rename to tests/generated/grid/grid_align_items_sized_center.rs diff --git a/tests/generated/grid_align_items_sized_end.rs b/tests/generated/grid/grid_align_items_sized_end.rs similarity index 100% rename from tests/generated/grid_align_items_sized_end.rs rename to tests/generated/grid/grid_align_items_sized_end.rs diff --git a/tests/generated/grid_align_items_sized_start.rs b/tests/generated/grid/grid_align_items_sized_start.rs similarity index 100% rename from tests/generated/grid_align_items_sized_start.rs rename to tests/generated/grid/grid_align_items_sized_start.rs diff --git a/tests/generated/grid_align_items_sized_stretch.rs b/tests/generated/grid/grid_align_items_sized_stretch.rs similarity index 100% rename from tests/generated/grid_align_items_sized_stretch.rs rename to tests/generated/grid/grid_align_items_sized_stretch.rs diff --git a/tests/generated/grid_align_self_sized_all.rs b/tests/generated/grid/grid_align_self_sized_all.rs similarity index 100% rename from tests/generated/grid_align_self_sized_all.rs rename to tests/generated/grid/grid_align_self_sized_all.rs diff --git a/tests/generated/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.rs b/tests/generated/grid/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.rs rename to tests/generated/grid/grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset.rs diff --git a/tests/generated/grid_aspect_ratio_absolute_fill_height_from_inset.rs b/tests/generated/grid/grid_aspect_ratio_absolute_fill_height_from_inset.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_absolute_fill_height_from_inset.rs rename to tests/generated/grid/grid_aspect_ratio_absolute_fill_height_from_inset.rs diff --git a/tests/generated/grid_aspect_ratio_absolute_fill_width_from_inset.rs b/tests/generated/grid/grid_aspect_ratio_absolute_fill_width_from_inset.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_absolute_fill_width_from_inset.rs rename to tests/generated/grid/grid_aspect_ratio_absolute_fill_width_from_inset.rs diff --git a/tests/generated/grid_aspect_ratio_absolute_height_overrides_inset.rs b/tests/generated/grid/grid_aspect_ratio_absolute_height_overrides_inset.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_absolute_height_overrides_inset.rs rename to tests/generated/grid/grid_aspect_ratio_absolute_height_overrides_inset.rs diff --git a/tests/generated/grid_aspect_ratio_absolute_width_overrides_inset.rs b/tests/generated/grid/grid_aspect_ratio_absolute_width_overrides_inset.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_absolute_width_overrides_inset.rs rename to tests/generated/grid/grid_aspect_ratio_absolute_width_overrides_inset.rs diff --git a/tests/generated/grid_aspect_ratio_child_fill_content_height.rs b/tests/generated/grid/grid_aspect_ratio_child_fill_content_height.rs similarity index 95% rename from tests/generated/grid_aspect_ratio_child_fill_content_height.rs rename to tests/generated/grid/grid_aspect_ratio_child_fill_content_height.rs index 2d7a5ac4d..fb083a550 100644 --- a/tests/generated/grid_aspect_ratio_child_fill_content_height.rs +++ b/tests/generated/grid/grid_aspect_ratio_child_fill_content_height.rs @@ -8,11 +8,11 @@ fn grid_aspect_ratio_child_fill_content_height() { taffy::style::Style { aspect_ratio: Some(0.5f32), ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(0.5f32), ) }), diff --git a/tests/generated/grid_aspect_ratio_child_fill_content_width.rs b/tests/generated/grid/grid_aspect_ratio_child_fill_content_width.rs similarity index 95% rename from tests/generated/grid_aspect_ratio_child_fill_content_width.rs rename to tests/generated/grid/grid_aspect_ratio_child_fill_content_width.rs index b73ac79e8..8ed5ac429 100644 --- a/tests/generated/grid_aspect_ratio_child_fill_content_width.rs +++ b/tests/generated/grid/grid_aspect_ratio_child_fill_content_width.rs @@ -8,11 +8,11 @@ fn grid_aspect_ratio_child_fill_content_width() { taffy::style::Style { aspect_ratio: Some(2f32), ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/grid_aspect_ratio_fill_child_height.rs b/tests/generated/grid/grid_aspect_ratio_fill_child_height.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_fill_child_height.rs rename to tests/generated/grid/grid_aspect_ratio_fill_child_height.rs diff --git a/tests/generated/grid_aspect_ratio_fill_child_max_height.rs b/tests/generated/grid/grid_aspect_ratio_fill_child_max_height.rs similarity index 95% rename from tests/generated/grid_aspect_ratio_fill_child_max_height.rs rename to tests/generated/grid/grid_aspect_ratio_fill_child_max_height.rs index 26d2786a1..0e1a42941 100644 --- a/tests/generated/grid_aspect_ratio_fill_child_max_height.rs +++ b/tests/generated/grid/grid_aspect_ratio_fill_child_max_height.rs @@ -12,11 +12,11 @@ fn grid_aspect_ratio_fill_child_max_height() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Vertical, + crate::generated::WritingMode::Vertical, Some(2f32), ) }), diff --git a/tests/generated/grid_aspect_ratio_fill_child_max_width.rs b/tests/generated/grid/grid_aspect_ratio_fill_child_max_width.rs similarity index 95% rename from tests/generated/grid_aspect_ratio_fill_child_max_width.rs rename to tests/generated/grid/grid_aspect_ratio_fill_child_max_width.rs index 60e965ed4..802bcdd30 100644 --- a/tests/generated/grid_aspect_ratio_fill_child_max_width.rs +++ b/tests/generated/grid/grid_aspect_ratio_fill_child_max_width.rs @@ -12,11 +12,11 @@ fn grid_aspect_ratio_fill_child_max_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/grid_aspect_ratio_fill_child_min_height.rs b/tests/generated/grid/grid_aspect_ratio_fill_child_min_height.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_fill_child_min_height.rs rename to tests/generated/grid/grid_aspect_ratio_fill_child_min_height.rs diff --git a/tests/generated/grid_aspect_ratio_fill_child_min_width.rs b/tests/generated/grid/grid_aspect_ratio_fill_child_min_width.rs similarity index 95% rename from tests/generated/grid_aspect_ratio_fill_child_min_width.rs rename to tests/generated/grid/grid_aspect_ratio_fill_child_min_width.rs index 842d2d0b8..59c8e0d75 100644 --- a/tests/generated/grid_aspect_ratio_fill_child_min_width.rs +++ b/tests/generated/grid/grid_aspect_ratio_fill_child_min_width.rs @@ -12,11 +12,11 @@ fn grid_aspect_ratio_fill_child_min_width() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "\n \n "; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, Some(2f32), ) }), diff --git a/tests/generated/grid_aspect_ratio_fill_child_width.rs b/tests/generated/grid/grid_aspect_ratio_fill_child_width.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_fill_child_width.rs rename to tests/generated/grid/grid_aspect_ratio_fill_child_width.rs diff --git a/tests/generated/grid_aspect_ratio_overriden_by_explicit_sizes.rs b/tests/generated/grid/grid_aspect_ratio_overriden_by_explicit_sizes.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_overriden_by_explicit_sizes.rs rename to tests/generated/grid/grid_aspect_ratio_overriden_by_explicit_sizes.rs diff --git a/tests/generated/grid_aspect_ratio_overriden_by_explicit_sizes_flex.rs b/tests/generated/grid/grid_aspect_ratio_overriden_by_explicit_sizes_flex.rs similarity index 100% rename from tests/generated/grid_aspect_ratio_overriden_by_explicit_sizes_flex.rs rename to tests/generated/grid/grid_aspect_ratio_overriden_by_explicit_sizes_flex.rs diff --git a/tests/generated/grid_auto_columns.rs b/tests/generated/grid/grid_auto_columns.rs similarity index 100% rename from tests/generated/grid_auto_columns.rs rename to tests/generated/grid/grid_auto_columns.rs diff --git a/tests/generated/grid_auto_columns_fixed_width.rs b/tests/generated/grid/grid_auto_columns_fixed_width.rs similarity index 100% rename from tests/generated/grid_auto_columns_fixed_width.rs rename to tests/generated/grid/grid_auto_columns_fixed_width.rs diff --git a/tests/generated/grid_auto_fill_fixed_size.rs b/tests/generated/grid/grid_auto_fill_fixed_size.rs similarity index 100% rename from tests/generated/grid_auto_fill_fixed_size.rs rename to tests/generated/grid/grid_auto_fill_fixed_size.rs diff --git a/tests/generated/grid_auto_fill_with_empty_auto_track.rs b/tests/generated/grid/grid_auto_fill_with_empty_auto_track.rs similarity index 100% rename from tests/generated/grid_auto_fill_with_empty_auto_track.rs rename to tests/generated/grid/grid_auto_fill_with_empty_auto_track.rs diff --git a/tests/generated/grid_auto_fit_with_empty_auto_track.rs b/tests/generated/grid/grid_auto_fit_with_empty_auto_track.rs similarity index 100% rename from tests/generated/grid_auto_fit_with_empty_auto_track.rs rename to tests/generated/grid/grid_auto_fit_with_empty_auto_track.rs diff --git a/tests/generated/grid_auto_rows.rs b/tests/generated/grid/grid_auto_rows.rs similarity index 100% rename from tests/generated/grid_auto_rows.rs rename to tests/generated/grid/grid_auto_rows.rs diff --git a/tests/generated/grid_auto_single_item.rs b/tests/generated/grid/grid_auto_single_item.rs similarity index 100% rename from tests/generated/grid_auto_single_item.rs rename to tests/generated/grid/grid_auto_single_item.rs diff --git a/tests/generated/grid_auto_single_item_fixed_width.rs b/tests/generated/grid/grid_auto_single_item_fixed_width.rs similarity index 100% rename from tests/generated/grid_auto_single_item_fixed_width.rs rename to tests/generated/grid/grid_auto_single_item_fixed_width.rs diff --git a/tests/generated/grid_auto_single_item_fixed_width_with_definite_width.rs b/tests/generated/grid/grid_auto_single_item_fixed_width_with_definite_width.rs similarity index 100% rename from tests/generated/grid_auto_single_item_fixed_width_with_definite_width.rs rename to tests/generated/grid/grid_auto_single_item_fixed_width_with_definite_width.rs diff --git a/tests/generated/grid_auto_takes_precedence_over_fr.rs b/tests/generated/grid/grid_auto_takes_precedence_over_fr.rs similarity index 100% rename from tests/generated/grid_auto_takes_precedence_over_fr.rs rename to tests/generated/grid/grid_auto_takes_precedence_over_fr.rs diff --git a/tests/generated/grid_available_space_greater_than_max_content.rs b/tests/generated/grid/grid_available_space_greater_than_max_content.rs similarity index 93% rename from tests/generated/grid_available_space_greater_than_max_content.rs rename to tests/generated/grid/grid_available_space_greater_than_max_content.rs index 879569e90..d935e1d8e 100644 --- a/tests/generated/grid_available_space_greater_than_max_content.rs +++ b/tests/generated/grid/grid_available_space_greater_than_max_content.rs @@ -8,11 +8,11 @@ fn grid_available_space_greater_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_available_space_greater_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_available_space_smaller_than_max_content.rs b/tests/generated/grid/grid_available_space_smaller_than_max_content.rs similarity index 93% rename from tests/generated/grid_available_space_smaller_than_max_content.rs rename to tests/generated/grid/grid_available_space_smaller_than_max_content.rs index ace528be8..b72a9224b 100644 --- a/tests/generated/grid_available_space_smaller_than_max_content.rs +++ b/tests/generated/grid/grid_available_space_smaller_than_max_content.rs @@ -8,11 +8,11 @@ fn grid_available_space_smaller_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_available_space_smaller_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_available_space_smaller_than_min_content.rs b/tests/generated/grid/grid_available_space_smaller_than_min_content.rs similarity index 92% rename from tests/generated/grid_available_space_smaller_than_min_content.rs rename to tests/generated/grid/grid_available_space_smaller_than_min_content.rs index cf08aae36..c5bc43d1f 100644 --- a/tests/generated/grid_available_space_smaller_than_min_content.rs +++ b/tests/generated/grid/grid_available_space_smaller_than_min_content.rs @@ -8,11 +8,11 @@ fn grid_available_space_smaller_than_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_available_space_smaller_than_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_basic.rs b/tests/generated/grid/grid_basic.rs similarity index 100% rename from tests/generated/grid_basic.rs rename to tests/generated/grid/grid_basic.rs diff --git a/tests/generated/grid_basic_implicit_tracks.rs b/tests/generated/grid/grid_basic_implicit_tracks.rs similarity index 100% rename from tests/generated/grid_basic_implicit_tracks.rs rename to tests/generated/grid/grid_basic_implicit_tracks.rs diff --git a/tests/generated/grid_basic_with_overflow.rs b/tests/generated/grid/grid_basic_with_overflow.rs similarity index 100% rename from tests/generated/grid_basic_with_overflow.rs rename to tests/generated/grid/grid_basic_with_overflow.rs diff --git a/tests/generated/grid_basic_with_padding.rs b/tests/generated/grid/grid_basic_with_padding.rs similarity index 100% rename from tests/generated/grid_basic_with_padding.rs rename to tests/generated/grid/grid_basic_with_padding.rs diff --git a/tests/generated/grid_display_none_fixed_size.rs b/tests/generated/grid/grid_display_none_fixed_size.rs similarity index 100% rename from tests/generated/grid_display_none_fixed_size.rs rename to tests/generated/grid/grid_display_none_fixed_size.rs diff --git a/tests/generated/grid_fit_content_percent_definite_argument.rs b/tests/generated/grid/grid_fit_content_percent_definite_argument.rs similarity index 94% rename from tests/generated/grid_fit_content_percent_definite_argument.rs rename to tests/generated/grid/grid_fit_content_percent_definite_argument.rs index da3c53e97..be2a51e4b 100644 --- a/tests/generated/grid_fit_content_percent_definite_argument.rs +++ b/tests/generated/grid/grid_fit_content_percent_definite_argument.rs @@ -8,11 +8,11 @@ fn grid_fit_content_percent_definite_argument() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_percent_definite_max_content.rs b/tests/generated/grid/grid_fit_content_percent_definite_max_content.rs similarity index 94% rename from tests/generated/grid_fit_content_percent_definite_max_content.rs rename to tests/generated/grid/grid_fit_content_percent_definite_max_content.rs index f0e07f6aa..73a172ac5 100644 --- a/tests/generated/grid_fit_content_percent_definite_max_content.rs +++ b/tests/generated/grid/grid_fit_content_percent_definite_max_content.rs @@ -8,11 +8,11 @@ fn grid_fit_content_percent_definite_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_percent_definite_min_content.rs b/tests/generated/grid/grid_fit_content_percent_definite_min_content.rs similarity index 94% rename from tests/generated/grid_fit_content_percent_definite_min_content.rs rename to tests/generated/grid/grid_fit_content_percent_definite_min_content.rs index 109cf67f7..a20ba0ad2 100644 --- a/tests/generated/grid_fit_content_percent_definite_min_content.rs +++ b/tests/generated/grid/grid_fit_content_percent_definite_min_content.rs @@ -8,11 +8,11 @@ fn grid_fit_content_percent_definite_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_percent_indefinite_argument.rs b/tests/generated/grid/grid_fit_content_percent_indefinite_argument.rs similarity index 94% rename from tests/generated/grid_fit_content_percent_indefinite_argument.rs rename to tests/generated/grid/grid_fit_content_percent_indefinite_argument.rs index bd6be2e20..47c789535 100644 --- a/tests/generated/grid_fit_content_percent_indefinite_argument.rs +++ b/tests/generated/grid/grid_fit_content_percent_indefinite_argument.rs @@ -8,11 +8,11 @@ fn grid_fit_content_percent_indefinite_argument() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_percent_indefinite_max_content.rs b/tests/generated/grid/grid_fit_content_percent_indefinite_max_content.rs similarity index 94% rename from tests/generated/grid_fit_content_percent_indefinite_max_content.rs rename to tests/generated/grid/grid_fit_content_percent_indefinite_max_content.rs index ef3abe66e..c43de3c9d 100644 --- a/tests/generated/grid_fit_content_percent_indefinite_max_content.rs +++ b/tests/generated/grid/grid_fit_content_percent_indefinite_max_content.rs @@ -8,11 +8,11 @@ fn grid_fit_content_percent_indefinite_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_percent_indefinite_max_content_hidden.rs b/tests/generated/grid/grid_fit_content_percent_indefinite_max_content_hidden.rs similarity index 95% rename from tests/generated/grid_fit_content_percent_indefinite_max_content_hidden.rs rename to tests/generated/grid/grid_fit_content_percent_indefinite_max_content_hidden.rs index bd4749bbd..bb0568849 100644 --- a/tests/generated/grid_fit_content_percent_indefinite_max_content_hidden.rs +++ b/tests/generated/grid/grid_fit_content_percent_indefinite_max_content_hidden.rs @@ -15,11 +15,11 @@ fn grid_fit_content_percent_indefinite_max_content_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_percent_indefinite_min_content.rs b/tests/generated/grid/grid_fit_content_percent_indefinite_min_content.rs similarity index 94% rename from tests/generated/grid_fit_content_percent_indefinite_min_content.rs rename to tests/generated/grid/grid_fit_content_percent_indefinite_min_content.rs index db6c79564..5a61bae07 100644 --- a/tests/generated/grid_fit_content_percent_indefinite_min_content.rs +++ b/tests/generated/grid/grid_fit_content_percent_indefinite_min_content.rs @@ -8,11 +8,11 @@ fn grid_fit_content_percent_indefinite_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_percent_indefinite_min_content_hidden.rs b/tests/generated/grid/grid_fit_content_percent_indefinite_min_content_hidden.rs similarity index 95% rename from tests/generated/grid_fit_content_percent_indefinite_min_content_hidden.rs rename to tests/generated/grid/grid_fit_content_percent_indefinite_min_content_hidden.rs index b94308a53..523f9dcf2 100644 --- a/tests/generated/grid_fit_content_percent_indefinite_min_content_hidden.rs +++ b/tests/generated/grid/grid_fit_content_percent_indefinite_min_content_hidden.rs @@ -15,11 +15,11 @@ fn grid_fit_content_percent_indefinite_min_content_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_points_argument.rs b/tests/generated/grid/grid_fit_content_points_argument.rs similarity index 94% rename from tests/generated/grid_fit_content_points_argument.rs rename to tests/generated/grid/grid_fit_content_points_argument.rs index 06762d6c7..4200d7cfd 100644 --- a/tests/generated/grid_fit_content_points_argument.rs +++ b/tests/generated/grid/grid_fit_content_points_argument.rs @@ -8,11 +8,11 @@ fn grid_fit_content_points_argument() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_points_max_content.rs b/tests/generated/grid/grid_fit_content_points_max_content.rs similarity index 94% rename from tests/generated/grid_fit_content_points_max_content.rs rename to tests/generated/grid/grid_fit_content_points_max_content.rs index a6d638ad4..4db8c4a87 100644 --- a/tests/generated/grid_fit_content_points_max_content.rs +++ b/tests/generated/grid/grid_fit_content_points_max_content.rs @@ -8,11 +8,11 @@ fn grid_fit_content_points_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_points_min_content.rs b/tests/generated/grid/grid_fit_content_points_min_content.rs similarity index 94% rename from tests/generated/grid_fit_content_points_min_content.rs rename to tests/generated/grid/grid_fit_content_points_min_content.rs index a76717c23..a45ca80ca 100644 --- a/tests/generated/grid_fit_content_points_min_content.rs +++ b/tests/generated/grid/grid_fit_content_points_min_content.rs @@ -8,11 +8,11 @@ fn grid_fit_content_points_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fit_content_points_min_content_hidden.rs b/tests/generated/grid/grid_fit_content_points_min_content_hidden.rs similarity index 95% rename from tests/generated/grid_fit_content_points_min_content_hidden.rs rename to tests/generated/grid/grid_fit_content_points_min_content_hidden.rs index ff23d6d00..99429c848 100644 --- a/tests/generated/grid_fit_content_points_min_content_hidden.rs +++ b/tests/generated/grid/grid_fit_content_points_min_content_hidden.rs @@ -15,11 +15,11 @@ fn grid_fit_content_points_min_content_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_fr_fixed_size_no_content_proportions.rs b/tests/generated/grid/grid_fr_fixed_size_no_content_proportions.rs similarity index 100% rename from tests/generated/grid_fr_fixed_size_no_content_proportions.rs rename to tests/generated/grid/grid_fr_fixed_size_no_content_proportions.rs diff --git a/tests/generated/grid_fr_fixed_size_no_content_proportions_sub_1_sum.rs b/tests/generated/grid/grid_fr_fixed_size_no_content_proportions_sub_1_sum.rs similarity index 100% rename from tests/generated/grid_fr_fixed_size_no_content_proportions_sub_1_sum.rs rename to tests/generated/grid/grid_fr_fixed_size_no_content_proportions_sub_1_sum.rs diff --git a/tests/generated/grid_fr_fixed_size_single_item.rs b/tests/generated/grid/grid_fr_fixed_size_single_item.rs similarity index 100% rename from tests/generated/grid_fr_fixed_size_single_item.rs rename to tests/generated/grid/grid_fr_fixed_size_single_item.rs diff --git a/tests/generated/grid_fr_no_sized_items_indefinite.rs b/tests/generated/grid/grid_fr_no_sized_items_indefinite.rs similarity index 100% rename from tests/generated/grid_fr_no_sized_items_indefinite.rs rename to tests/generated/grid/grid_fr_no_sized_items_indefinite.rs diff --git a/tests/generated/grid_fr_single_item_indefinite.rs b/tests/generated/grid/grid_fr_single_item_indefinite.rs similarity index 100% rename from tests/generated/grid_fr_single_item_indefinite.rs rename to tests/generated/grid/grid_fr_single_item_indefinite.rs diff --git a/tests/generated/grid_fr_span_2_proportion.rs b/tests/generated/grid/grid_fr_span_2_proportion.rs similarity index 100% rename from tests/generated/grid_fr_span_2_proportion.rs rename to tests/generated/grid/grid_fr_span_2_proportion.rs diff --git a/tests/generated/grid_fr_span_2_proportion_sub_1_sum.rs b/tests/generated/grid/grid_fr_span_2_proportion_sub_1_sum.rs similarity index 100% rename from tests/generated/grid_fr_span_2_proportion_sub_1_sum.rs rename to tests/generated/grid/grid_fr_span_2_proportion_sub_1_sum.rs diff --git a/tests/generated/grid_fr_span_2_proportion_with_non_spanned_track.rs b/tests/generated/grid/grid_fr_span_2_proportion_with_non_spanned_track.rs similarity index 100% rename from tests/generated/grid_fr_span_2_proportion_with_non_spanned_track.rs rename to tests/generated/grid/grid_fr_span_2_proportion_with_non_spanned_track.rs diff --git a/tests/generated/grid_fr_span_2_proportion_zero_sum.rs b/tests/generated/grid/grid_fr_span_2_proportion_zero_sum.rs similarity index 100% rename from tests/generated/grid_fr_span_2_proportion_zero_sum.rs rename to tests/generated/grid/grid_fr_span_2_proportion_zero_sum.rs diff --git a/tests/generated/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.rs b/tests/generated/grid/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.rs similarity index 100% rename from tests/generated/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.rs rename to tests/generated/grid/grid_fr_span_2_proportion_zero_sum_with_non_spanned_track.rs diff --git a/tests/generated/grid_gap.rs b/tests/generated/grid/grid_gap.rs similarity index 100% rename from tests/generated/grid_gap.rs rename to tests/generated/grid/grid_gap.rs diff --git a/tests/generated/grid_hidden.rs b/tests/generated/grid/grid_hidden.rs similarity index 100% rename from tests/generated/grid_hidden.rs rename to tests/generated/grid/grid_hidden.rs diff --git a/tests/generated/grid_justify_content_center.rs b/tests/generated/grid/grid_justify_content_center.rs similarity index 100% rename from tests/generated/grid_justify_content_center.rs rename to tests/generated/grid/grid_justify_content_center.rs diff --git a/tests/generated/grid_justify_content_center_with_padding_border.rs b/tests/generated/grid/grid_justify_content_center_with_padding_border.rs similarity index 100% rename from tests/generated/grid_justify_content_center_with_padding_border.rs rename to tests/generated/grid/grid_justify_content_center_with_padding_border.rs diff --git a/tests/generated/grid_justify_content_end.rs b/tests/generated/grid/grid_justify_content_end.rs similarity index 100% rename from tests/generated/grid_justify_content_end.rs rename to tests/generated/grid/grid_justify_content_end.rs diff --git a/tests/generated/grid_justify_content_end_with_padding_border.rs b/tests/generated/grid/grid_justify_content_end_with_padding_border.rs similarity index 100% rename from tests/generated/grid_justify_content_end_with_padding_border.rs rename to tests/generated/grid/grid_justify_content_end_with_padding_border.rs diff --git a/tests/generated/grid_justify_content_space_around.rs b/tests/generated/grid/grid_justify_content_space_around.rs similarity index 100% rename from tests/generated/grid_justify_content_space_around.rs rename to tests/generated/grid/grid_justify_content_space_around.rs diff --git a/tests/generated/grid_justify_content_space_around_with_padding_border.rs b/tests/generated/grid/grid_justify_content_space_around_with_padding_border.rs similarity index 100% rename from tests/generated/grid_justify_content_space_around_with_padding_border.rs rename to tests/generated/grid/grid_justify_content_space_around_with_padding_border.rs diff --git a/tests/generated/grid_justify_content_space_between.rs b/tests/generated/grid/grid_justify_content_space_between.rs similarity index 100% rename from tests/generated/grid_justify_content_space_between.rs rename to tests/generated/grid/grid_justify_content_space_between.rs diff --git a/tests/generated/grid_justify_content_space_between_with_padding_border.rs b/tests/generated/grid/grid_justify_content_space_between_with_padding_border.rs similarity index 100% rename from tests/generated/grid_justify_content_space_between_with_padding_border.rs rename to tests/generated/grid/grid_justify_content_space_between_with_padding_border.rs diff --git a/tests/generated/grid_justify_content_space_evenly.rs b/tests/generated/grid/grid_justify_content_space_evenly.rs similarity index 100% rename from tests/generated/grid_justify_content_space_evenly.rs rename to tests/generated/grid/grid_justify_content_space_evenly.rs diff --git a/tests/generated/grid_justify_content_space_evenly_with_padding_border.rs b/tests/generated/grid/grid_justify_content_space_evenly_with_padding_border.rs similarity index 100% rename from tests/generated/grid_justify_content_space_evenly_with_padding_border.rs rename to tests/generated/grid/grid_justify_content_space_evenly_with_padding_border.rs diff --git a/tests/generated/grid_justify_content_start.rs b/tests/generated/grid/grid_justify_content_start.rs similarity index 100% rename from tests/generated/grid_justify_content_start.rs rename to tests/generated/grid/grid_justify_content_start.rs diff --git a/tests/generated/grid_justify_content_start_with_padding_border.rs b/tests/generated/grid/grid_justify_content_start_with_padding_border.rs similarity index 100% rename from tests/generated/grid_justify_content_start_with_padding_border.rs rename to tests/generated/grid/grid_justify_content_start_with_padding_border.rs diff --git a/tests/generated/grid_justify_items_sized_center.rs b/tests/generated/grid/grid_justify_items_sized_center.rs similarity index 100% rename from tests/generated/grid_justify_items_sized_center.rs rename to tests/generated/grid/grid_justify_items_sized_center.rs diff --git a/tests/generated/grid_justify_items_sized_end.rs b/tests/generated/grid/grid_justify_items_sized_end.rs similarity index 100% rename from tests/generated/grid_justify_items_sized_end.rs rename to tests/generated/grid/grid_justify_items_sized_end.rs diff --git a/tests/generated/grid_justify_items_sized_start.rs b/tests/generated/grid/grid_justify_items_sized_start.rs similarity index 100% rename from tests/generated/grid_justify_items_sized_start.rs rename to tests/generated/grid/grid_justify_items_sized_start.rs diff --git a/tests/generated/grid_justify_items_sized_stretch.rs b/tests/generated/grid/grid_justify_items_sized_stretch.rs similarity index 100% rename from tests/generated/grid_justify_items_sized_stretch.rs rename to tests/generated/grid/grid_justify_items_sized_stretch.rs diff --git a/tests/generated/grid_justify_self_sized_all.rs b/tests/generated/grid/grid_justify_self_sized_all.rs similarity index 100% rename from tests/generated/grid_justify_self_sized_all.rs rename to tests/generated/grid/grid_justify_self_sized_all.rs diff --git a/tests/generated/grid_margins_auto_margins.rs b/tests/generated/grid/grid_margins_auto_margins.rs similarity index 100% rename from tests/generated/grid_margins_auto_margins.rs rename to tests/generated/grid/grid_margins_auto_margins.rs diff --git a/tests/generated/grid_margins_auto_margins_override_stretch.rs b/tests/generated/grid/grid_margins_auto_margins_override_stretch.rs similarity index 98% rename from tests/generated/grid_margins_auto_margins_override_stretch.rs rename to tests/generated/grid/grid_margins_auto_margins_override_stretch.rs index b7fb01447..9fcde484f 100644 --- a/tests/generated/grid_margins_auto_margins_override_stretch.rs +++ b/tests/generated/grid/grid_margins_auto_margins_override_stretch.rs @@ -24,11 +24,11 @@ fn grid_margins_auto_margins_override_stretch() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_margins_fixed_center.rs b/tests/generated/grid/grid_margins_fixed_center.rs similarity index 100% rename from tests/generated/grid_margins_fixed_center.rs rename to tests/generated/grid/grid_margins_fixed_center.rs diff --git a/tests/generated/grid_margins_fixed_end.rs b/tests/generated/grid/grid_margins_fixed_end.rs similarity index 100% rename from tests/generated/grid_margins_fixed_end.rs rename to tests/generated/grid/grid_margins_fixed_end.rs diff --git a/tests/generated/grid_margins_fixed_start.rs b/tests/generated/grid/grid_margins_fixed_start.rs similarity index 100% rename from tests/generated/grid_margins_fixed_start.rs rename to tests/generated/grid/grid_margins_fixed_start.rs diff --git a/tests/generated/grid_margins_fixed_stretch.rs b/tests/generated/grid/grid_margins_fixed_stretch.rs similarity index 100% rename from tests/generated/grid_margins_fixed_stretch.rs rename to tests/generated/grid/grid_margins_fixed_stretch.rs diff --git a/tests/generated/grid_margins_percent_center.rs b/tests/generated/grid/grid_margins_percent_center.rs similarity index 100% rename from tests/generated/grid_margins_percent_center.rs rename to tests/generated/grid/grid_margins_percent_center.rs diff --git a/tests/generated/grid_margins_percent_end.rs b/tests/generated/grid/grid_margins_percent_end.rs similarity index 100% rename from tests/generated/grid_margins_percent_end.rs rename to tests/generated/grid/grid_margins_percent_end.rs diff --git a/tests/generated/grid_margins_percent_start.rs b/tests/generated/grid/grid_margins_percent_start.rs similarity index 100% rename from tests/generated/grid_margins_percent_start.rs rename to tests/generated/grid/grid_margins_percent_start.rs diff --git a/tests/generated/grid_margins_percent_stretch.rs b/tests/generated/grid/grid_margins_percent_stretch.rs similarity index 100% rename from tests/generated/grid_margins_percent_stretch.rs rename to tests/generated/grid/grid_margins_percent_stretch.rs diff --git a/tests/generated/grid_max_content_maximum_single_item.rs b/tests/generated/grid/grid_max_content_maximum_single_item.rs similarity index 98% rename from tests/generated/grid_max_content_maximum_single_item.rs rename to tests/generated/grid/grid_max_content_maximum_single_item.rs index fb99480ae..3724e63a1 100644 --- a/tests/generated/grid_max_content_maximum_single_item.rs +++ b/tests/generated/grid/grid_max_content_maximum_single_item.rs @@ -9,11 +9,11 @@ fn grid_max_content_maximum_single_item() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item.rs b/tests/generated/grid/grid_max_content_single_item.rs similarity index 98% rename from tests/generated/grid_max_content_single_item.rs rename to tests/generated/grid/grid_max_content_single_item.rs index 65872afd0..656718a8e 100644 --- a/tests/generated/grid_max_content_single_item.rs +++ b/tests/generated/grid/grid_max_content_single_item.rs @@ -9,11 +9,11 @@ fn grid_max_content_single_item() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item_margin_auto.rs b/tests/generated/grid/grid_max_content_single_item_margin_auto.rs similarity index 98% rename from tests/generated/grid_max_content_single_item_margin_auto.rs rename to tests/generated/grid/grid_max_content_single_item_margin_auto.rs index 5731e5959..de9fa152c 100644 --- a/tests/generated/grid_max_content_single_item_margin_auto.rs +++ b/tests/generated/grid/grid_max_content_single_item_margin_auto.rs @@ -17,11 +17,11 @@ fn grid_max_content_single_item_margin_auto() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item_margin_fixed.rs b/tests/generated/grid/grid_max_content_single_item_margin_fixed.rs similarity index 98% rename from tests/generated/grid_max_content_single_item_margin_fixed.rs rename to tests/generated/grid/grid_max_content_single_item_margin_fixed.rs index fdf5aad9f..25957a693 100644 --- a/tests/generated/grid_max_content_single_item_margin_fixed.rs +++ b/tests/generated/grid/grid_max_content_single_item_margin_fixed.rs @@ -17,11 +17,11 @@ fn grid_max_content_single_item_margin_fixed() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item_margin_percent.rs b/tests/generated/grid/grid_max_content_single_item_margin_percent.rs similarity index 98% rename from tests/generated/grid_max_content_single_item_margin_percent.rs rename to tests/generated/grid/grid_max_content_single_item_margin_percent.rs index e7aed84fc..ac7deb0e8 100644 --- a/tests/generated/grid_max_content_single_item_margin_percent.rs +++ b/tests/generated/grid/grid_max_content_single_item_margin_percent.rs @@ -17,11 +17,11 @@ fn grid_max_content_single_item_margin_percent() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item_span_2.rs b/tests/generated/grid/grid_max_content_single_item_span_2.rs similarity index 98% rename from tests/generated/grid_max_content_single_item_span_2.rs rename to tests/generated/grid/grid_max_content_single_item_span_2.rs index 5e28a7b60..565387a45 100644 --- a/tests/generated/grid_max_content_single_item_span_2.rs +++ b/tests/generated/grid/grid_max_content_single_item_span_2.rs @@ -15,11 +15,11 @@ fn grid_max_content_single_item_span_2() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item_span_2_gap_fixed.rs b/tests/generated/grid/grid_max_content_single_item_span_2_gap_fixed.rs similarity index 98% rename from tests/generated/grid_max_content_single_item_span_2_gap_fixed.rs rename to tests/generated/grid/grid_max_content_single_item_span_2_gap_fixed.rs index 506bb2cdb..71c515460 100644 --- a/tests/generated/grid_max_content_single_item_span_2_gap_fixed.rs +++ b/tests/generated/grid/grid_max_content_single_item_span_2_gap_fixed.rs @@ -15,11 +15,11 @@ fn grid_max_content_single_item_span_2_gap_fixed() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item_span_2_gap_percent_definite.rs b/tests/generated/grid/grid_max_content_single_item_span_2_gap_percent_definite.rs similarity index 98% rename from tests/generated/grid_max_content_single_item_span_2_gap_percent_definite.rs rename to tests/generated/grid/grid_max_content_single_item_span_2_gap_percent_definite.rs index 0481e9a7e..f0f0dea7c 100644 --- a/tests/generated/grid_max_content_single_item_span_2_gap_percent_definite.rs +++ b/tests/generated/grid/grid_max_content_single_item_span_2_gap_percent_definite.rs @@ -15,11 +15,11 @@ fn grid_max_content_single_item_span_2_gap_percent_definite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_content_single_item_span_2_gap_percent_indefinite.rs b/tests/generated/grid/grid_max_content_single_item_span_2_gap_percent_indefinite.rs similarity index 98% rename from tests/generated/grid_max_content_single_item_span_2_gap_percent_indefinite.rs rename to tests/generated/grid/grid_max_content_single_item_span_2_gap_percent_indefinite.rs index c7cbad15d..483a2e695 100644 --- a/tests/generated/grid_max_content_single_item_span_2_gap_percent_indefinite.rs +++ b/tests/generated/grid/grid_max_content_single_item_span_2_gap_percent_indefinite.rs @@ -15,11 +15,11 @@ fn grid_max_content_single_item_span_2_gap_percent_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_width_greater_than_max_content.rs b/tests/generated/grid/grid_max_width_greater_than_max_content.rs similarity index 94% rename from tests/generated/grid_max_width_greater_than_max_content.rs rename to tests/generated/grid/grid_max_width_greater_than_max_content.rs index c61a38964..bb10a199c 100644 --- a/tests/generated/grid_max_width_greater_than_max_content.rs +++ b/tests/generated/grid/grid_max_width_greater_than_max_content.rs @@ -8,11 +8,11 @@ fn grid_max_width_greater_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_max_width_greater_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_width_less_than_max_content_with_min_content.rs b/tests/generated/grid/grid_max_width_less_than_max_content_with_min_content.rs similarity index 94% rename from tests/generated/grid_max_width_less_than_max_content_with_min_content.rs rename to tests/generated/grid/grid_max_width_less_than_max_content_with_min_content.rs index 10b00d993..d7c31484b 100644 --- a/tests/generated/grid_max_width_less_than_max_content_with_min_content.rs +++ b/tests/generated/grid/grid_max_width_less_than_max_content_with_min_content.rs @@ -8,11 +8,11 @@ fn grid_max_width_less_than_max_content_with_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_max_width_less_than_max_content_with_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_width_smaller_than_max_content.rs b/tests/generated/grid/grid_max_width_smaller_than_max_content.rs similarity index 94% rename from tests/generated/grid_max_width_smaller_than_max_content.rs rename to tests/generated/grid/grid_max_width_smaller_than_max_content.rs index 8cdc32c4d..34379d6e3 100644 --- a/tests/generated/grid_max_width_smaller_than_max_content.rs +++ b/tests/generated/grid/grid_max_width_smaller_than_max_content.rs @@ -8,11 +8,11 @@ fn grid_max_width_smaller_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_max_width_smaller_than_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_max_width_smaller_than_min_content.rs b/tests/generated/grid/grid_max_width_smaller_than_min_content.rs similarity index 94% rename from tests/generated/grid_max_width_smaller_than_min_content.rs rename to tests/generated/grid/grid_max_width_smaller_than_min_content.rs index 72b04512f..25680f976 100644 --- a/tests/generated/grid_max_width_smaller_than_min_content.rs +++ b/tests/generated/grid/grid_max_width_smaller_than_min_content.rs @@ -8,11 +8,11 @@ fn grid_max_width_smaller_than_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_max_width_smaller_than_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_flex_column.rs b/tests/generated/grid/grid_min_content_flex_column.rs similarity index 92% rename from tests/generated/grid_min_content_flex_column.rs rename to tests/generated/grid/grid_min_content_flex_column.rs index 91d107424..bbc494654 100644 --- a/tests/generated/grid_min_content_flex_column.rs +++ b/tests/generated/grid/grid_min_content_flex_column.rs @@ -8,11 +8,11 @@ fn grid_min_content_flex_column() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_min_content_flex_column() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -38,11 +38,11 @@ fn grid_min_content_flex_column() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_flex_row.rs b/tests/generated/grid/grid_min_content_flex_row.rs similarity index 92% rename from tests/generated/grid_min_content_flex_row.rs rename to tests/generated/grid/grid_min_content_flex_row.rs index b506ab545..bef43aa9e 100644 --- a/tests/generated/grid_min_content_flex_row.rs +++ b/tests/generated/grid/grid_min_content_flex_row.rs @@ -8,11 +8,11 @@ fn grid_min_content_flex_row() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn grid_min_content_flex_row() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -38,11 +38,11 @@ fn grid_min_content_flex_row() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_flex_single_item.rs b/tests/generated/grid/grid_min_content_flex_single_item.rs similarity index 98% rename from tests/generated/grid_min_content_flex_single_item.rs rename to tests/generated/grid/grid_min_content_flex_single_item.rs index 320abc2fd..fda18a643 100644 --- a/tests/generated/grid_min_content_flex_single_item.rs +++ b/tests/generated/grid/grid_min_content_flex_single_item.rs @@ -23,11 +23,11 @@ fn grid_min_content_flex_single_item() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_flex_single_item_margin_auto.rs b/tests/generated/grid/grid_min_content_flex_single_item_margin_auto.rs similarity index 98% rename from tests/generated/grid_min_content_flex_single_item_margin_auto.rs rename to tests/generated/grid/grid_min_content_flex_single_item_margin_auto.rs index c27b3e292..6277beb46 100644 --- a/tests/generated/grid_min_content_flex_single_item_margin_auto.rs +++ b/tests/generated/grid/grid_min_content_flex_single_item_margin_auto.rs @@ -35,11 +35,11 @@ fn grid_min_content_flex_single_item_margin_auto() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_flex_single_item_margin_fixed.rs b/tests/generated/grid/grid_min_content_flex_single_item_margin_fixed.rs similarity index 98% rename from tests/generated/grid_min_content_flex_single_item_margin_fixed.rs rename to tests/generated/grid/grid_min_content_flex_single_item_margin_fixed.rs index 2f50dd5db..134b5f108 100644 --- a/tests/generated/grid_min_content_flex_single_item_margin_fixed.rs +++ b/tests/generated/grid/grid_min_content_flex_single_item_margin_fixed.rs @@ -35,11 +35,11 @@ fn grid_min_content_flex_single_item_margin_fixed() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_flex_single_item_margin_percent.rs b/tests/generated/grid/grid_min_content_flex_single_item_margin_percent.rs similarity index 98% rename from tests/generated/grid_min_content_flex_single_item_margin_percent.rs rename to tests/generated/grid/grid_min_content_flex_single_item_margin_percent.rs index 49bca1e4c..cce04d6e7 100644 --- a/tests/generated/grid_min_content_flex_single_item_margin_percent.rs +++ b/tests/generated/grid/grid_min_content_flex_single_item_margin_percent.rs @@ -35,11 +35,11 @@ fn grid_min_content_flex_single_item_margin_percent() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_maximum_single_item.rs b/tests/generated/grid/grid_min_content_maximum_single_item.rs similarity index 98% rename from tests/generated/grid_min_content_maximum_single_item.rs rename to tests/generated/grid/grid_min_content_maximum_single_item.rs index 81420a4f1..45c9750d3 100644 --- a/tests/generated/grid_min_content_maximum_single_item.rs +++ b/tests/generated/grid/grid_min_content_maximum_single_item.rs @@ -9,11 +9,11 @@ fn grid_min_content_maximum_single_item() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_min_content_single_item.rs b/tests/generated/grid/grid_min_content_single_item.rs similarity index 98% rename from tests/generated/grid_min_content_single_item.rs rename to tests/generated/grid/grid_min_content_single_item.rs index 1735f86c6..f1d243d61 100644 --- a/tests/generated/grid_min_content_single_item.rs +++ b/tests/generated/grid/grid_min_content_single_item.rs @@ -9,11 +9,11 @@ fn grid_min_content_single_item() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_auto_fixed_10px.rs b/tests/generated/grid/grid_minmax_auto_fixed_10px.rs similarity index 94% rename from tests/generated/grid_minmax_auto_fixed_10px.rs rename to tests/generated/grid/grid_minmax_auto_fixed_10px.rs index 15079c725..64ce798c9 100644 --- a/tests/generated/grid_minmax_auto_fixed_10px.rs +++ b/tests/generated/grid/grid_minmax_auto_fixed_10px.rs @@ -8,11 +8,11 @@ fn grid_minmax_auto_fixed_10px() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_auto_max_content.rs b/tests/generated/grid/grid_minmax_auto_max_content.rs similarity index 94% rename from tests/generated/grid_minmax_auto_max_content.rs rename to tests/generated/grid/grid_minmax_auto_max_content.rs index 548abde48..982fd3fe3 100644 --- a/tests/generated/grid_minmax_auto_max_content.rs +++ b/tests/generated/grid/grid_minmax_auto_max_content.rs @@ -8,11 +8,11 @@ fn grid_minmax_auto_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_auto_min_content.rs b/tests/generated/grid/grid_minmax_auto_min_content.rs similarity index 94% rename from tests/generated/grid_minmax_auto_min_content.rs rename to tests/generated/grid/grid_minmax_auto_min_content.rs index c2a03a025..d3627efd4 100644 --- a/tests/generated/grid_minmax_auto_min_content.rs +++ b/tests/generated/grid/grid_minmax_auto_min_content.rs @@ -8,11 +8,11 @@ fn grid_minmax_auto_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_auto_percent_definite.rs b/tests/generated/grid/grid_minmax_auto_percent_definite.rs similarity index 94% rename from tests/generated/grid_minmax_auto_percent_definite.rs rename to tests/generated/grid/grid_minmax_auto_percent_definite.rs index 88729428b..5cea766f6 100644 --- a/tests/generated/grid_minmax_auto_percent_definite.rs +++ b/tests/generated/grid/grid_minmax_auto_percent_definite.rs @@ -8,11 +8,11 @@ fn grid_minmax_auto_percent_definite() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_auto_percent_indefinite.rs b/tests/generated/grid/grid_minmax_auto_percent_indefinite.rs similarity index 94% rename from tests/generated/grid_minmax_auto_percent_indefinite.rs rename to tests/generated/grid/grid_minmax_auto_percent_indefinite.rs index 3d6fd04bf..a130ced17 100644 --- a/tests/generated/grid_minmax_auto_percent_indefinite.rs +++ b/tests/generated/grid/grid_minmax_auto_percent_indefinite.rs @@ -8,11 +8,11 @@ fn grid_minmax_auto_percent_indefinite() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_column_fixed_width_above_range.rs b/tests/generated/grid/grid_minmax_column_fixed_width_above_range.rs similarity index 100% rename from tests/generated/grid_minmax_column_fixed_width_above_range.rs rename to tests/generated/grid/grid_minmax_column_fixed_width_above_range.rs diff --git a/tests/generated/grid_minmax_column_fixed_width_below_range.rs b/tests/generated/grid/grid_minmax_column_fixed_width_below_range.rs similarity index 100% rename from tests/generated/grid_minmax_column_fixed_width_below_range.rs rename to tests/generated/grid/grid_minmax_column_fixed_width_below_range.rs diff --git a/tests/generated/grid_minmax_column_fixed_width_within_range.rs b/tests/generated/grid/grid_minmax_column_fixed_width_within_range.rs similarity index 100% rename from tests/generated/grid_minmax_column_fixed_width_within_range.rs rename to tests/generated/grid/grid_minmax_column_fixed_width_within_range.rs diff --git a/tests/generated/grid_minmax_column_indefinite.rs b/tests/generated/grid/grid_minmax_column_indefinite.rs similarity index 100% rename from tests/generated/grid_minmax_column_indefinite.rs rename to tests/generated/grid/grid_minmax_column_indefinite.rs diff --git a/tests/generated/grid_minmax_column_with_auto_fixed.rs b/tests/generated/grid/grid_minmax_column_with_auto_fixed.rs similarity index 100% rename from tests/generated/grid_minmax_column_with_auto_fixed.rs rename to tests/generated/grid/grid_minmax_column_with_auto_fixed.rs diff --git a/tests/generated/grid_minmax_column_with_fr_fixed.rs b/tests/generated/grid/grid_minmax_column_with_fr_fixed.rs similarity index 100% rename from tests/generated/grid_minmax_column_with_fr_fixed.rs rename to tests/generated/grid/grid_minmax_column_with_fr_fixed.rs diff --git a/tests/generated/grid_minmax_max_content_1fr.rs b/tests/generated/grid/grid_minmax_max_content_1fr.rs similarity index 94% rename from tests/generated/grid_minmax_max_content_1fr.rs rename to tests/generated/grid/grid_minmax_max_content_1fr.rs index fb96cd14e..5a3c3bd15 100644 --- a/tests/generated/grid_minmax_max_content_1fr.rs +++ b/tests/generated/grid/grid_minmax_max_content_1fr.rs @@ -8,11 +8,11 @@ fn grid_minmax_max_content_1fr() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_max_content_auto.rs b/tests/generated/grid/grid_minmax_max_content_auto.rs similarity index 94% rename from tests/generated/grid_minmax_max_content_auto.rs rename to tests/generated/grid/grid_minmax_max_content_auto.rs index c2ee7d4f9..5741d3ef5 100644 --- a/tests/generated/grid_minmax_max_content_auto.rs +++ b/tests/generated/grid/grid_minmax_max_content_auto.rs @@ -8,11 +8,11 @@ fn grid_minmax_max_content_auto() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_max_content_fixed_10px.rs b/tests/generated/grid/grid_minmax_max_content_fixed_10px.rs similarity index 94% rename from tests/generated/grid_minmax_max_content_fixed_10px.rs rename to tests/generated/grid/grid_minmax_max_content_fixed_10px.rs index 3ac6bb7bc..3c6a76868 100644 --- a/tests/generated/grid_minmax_max_content_fixed_10px.rs +++ b/tests/generated/grid/grid_minmax_max_content_fixed_10px.rs @@ -8,11 +8,11 @@ fn grid_minmax_max_content_fixed_10px() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_max_content_min_content.rs b/tests/generated/grid/grid_minmax_max_content_min_content.rs similarity index 94% rename from tests/generated/grid_minmax_max_content_min_content.rs rename to tests/generated/grid/grid_minmax_max_content_min_content.rs index 9d9f252c1..a103a7fae 100644 --- a/tests/generated/grid_minmax_max_content_min_content.rs +++ b/tests/generated/grid/grid_minmax_max_content_min_content.rs @@ -8,11 +8,11 @@ fn grid_minmax_max_content_min_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_max_content_percent_definite.rs b/tests/generated/grid/grid_minmax_max_content_percent_definite.rs similarity index 94% rename from tests/generated/grid_minmax_max_content_percent_definite.rs rename to tests/generated/grid/grid_minmax_max_content_percent_definite.rs index 2cd62dd6f..52ebf4c1b 100644 --- a/tests/generated/grid_minmax_max_content_percent_definite.rs +++ b/tests/generated/grid/grid_minmax_max_content_percent_definite.rs @@ -8,11 +8,11 @@ fn grid_minmax_max_content_percent_definite() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_max_content_percent_indefinite.rs b/tests/generated/grid/grid_minmax_max_content_percent_indefinite.rs similarity index 94% rename from tests/generated/grid_minmax_max_content_percent_indefinite.rs rename to tests/generated/grid/grid_minmax_max_content_percent_indefinite.rs index bd45de88d..0a45cd33b 100644 --- a/tests/generated/grid_minmax_max_content_percent_indefinite.rs +++ b/tests/generated/grid/grid_minmax_max_content_percent_indefinite.rs @@ -8,11 +8,11 @@ fn grid_minmax_max_content_percent_indefinite() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_min_content_1fr.rs b/tests/generated/grid/grid_minmax_min_content_1fr.rs similarity index 94% rename from tests/generated/grid_minmax_min_content_1fr.rs rename to tests/generated/grid/grid_minmax_min_content_1fr.rs index 94c348e92..d083bb31f 100644 --- a/tests/generated/grid_minmax_min_content_1fr.rs +++ b/tests/generated/grid/grid_minmax_min_content_1fr.rs @@ -8,11 +8,11 @@ fn grid_minmax_min_content_1fr() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_min_content_auto.rs b/tests/generated/grid/grid_minmax_min_content_auto.rs similarity index 94% rename from tests/generated/grid_minmax_min_content_auto.rs rename to tests/generated/grid/grid_minmax_min_content_auto.rs index 99b6f05da..492a6feea 100644 --- a/tests/generated/grid_minmax_min_content_auto.rs +++ b/tests/generated/grid/grid_minmax_min_content_auto.rs @@ -8,11 +8,11 @@ fn grid_minmax_min_content_auto() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_min_content_fixed_10px.rs b/tests/generated/grid/grid_minmax_min_content_fixed_10px.rs similarity index 94% rename from tests/generated/grid_minmax_min_content_fixed_10px.rs rename to tests/generated/grid/grid_minmax_min_content_fixed_10px.rs index 18334bc09..ff1423396 100644 --- a/tests/generated/grid_minmax_min_content_fixed_10px.rs +++ b/tests/generated/grid/grid_minmax_min_content_fixed_10px.rs @@ -8,11 +8,11 @@ fn grid_minmax_min_content_fixed_10px() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_min_content_max_content.rs b/tests/generated/grid/grid_minmax_min_content_max_content.rs similarity index 94% rename from tests/generated/grid_minmax_min_content_max_content.rs rename to tests/generated/grid/grid_minmax_min_content_max_content.rs index ad7e44fc8..0b5f8a57f 100644 --- a/tests/generated/grid_minmax_min_content_max_content.rs +++ b/tests/generated/grid/grid_minmax_min_content_max_content.rs @@ -8,11 +8,11 @@ fn grid_minmax_min_content_max_content() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_min_content_percent_definite.rs b/tests/generated/grid/grid_minmax_min_content_percent_definite.rs similarity index 94% rename from tests/generated/grid_minmax_min_content_percent_definite.rs rename to tests/generated/grid/grid_minmax_min_content_percent_definite.rs index 5b86025d0..759096e84 100644 --- a/tests/generated/grid_minmax_min_content_percent_definite.rs +++ b/tests/generated/grid/grid_minmax_min_content_percent_definite.rs @@ -8,11 +8,11 @@ fn grid_minmax_min_content_percent_definite() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_minmax_min_content_percent_indefinite.rs b/tests/generated/grid/grid_minmax_min_content_percent_indefinite.rs similarity index 94% rename from tests/generated/grid_minmax_min_content_percent_indefinite.rs rename to tests/generated/grid/grid_minmax_min_content_percent_indefinite.rs index 3f93e492d..d76d2b9bd 100644 --- a/tests/generated/grid_minmax_min_content_percent_indefinite.rs +++ b/tests/generated/grid/grid_minmax_min_content_percent_indefinite.rs @@ -8,11 +8,11 @@ fn grid_minmax_min_content_percent_indefinite() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_out_of_order_items.rs b/tests/generated/grid/grid_out_of_order_items.rs similarity index 100% rename from tests/generated/grid_out_of_order_items.rs rename to tests/generated/grid/grid_out_of_order_items.rs diff --git a/tests/generated/grid_overflow_inline_axis_hidden.rs b/tests/generated/grid/grid_overflow_inline_axis_hidden.rs similarity index 95% rename from tests/generated/grid_overflow_inline_axis_hidden.rs rename to tests/generated/grid/grid_overflow_inline_axis_hidden.rs index 268fe6b98..071ea6896 100644 --- a/tests/generated/grid_overflow_inline_axis_hidden.rs +++ b/tests/generated/grid/grid_overflow_inline_axis_hidden.rs @@ -15,11 +15,11 @@ fn grid_overflow_inline_axis_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_overflow_inline_axis_scroll.rs b/tests/generated/grid/grid_overflow_inline_axis_scroll.rs similarity index 95% rename from tests/generated/grid_overflow_inline_axis_scroll.rs rename to tests/generated/grid/grid_overflow_inline_axis_scroll.rs index 6429c2509..7fac02426 100644 --- a/tests/generated/grid_overflow_inline_axis_scroll.rs +++ b/tests/generated/grid/grid_overflow_inline_axis_scroll.rs @@ -15,11 +15,11 @@ fn grid_overflow_inline_axis_scroll() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_overflow_inline_axis_visible.rs b/tests/generated/grid/grid_overflow_inline_axis_visible.rs similarity index 94% rename from tests/generated/grid_overflow_inline_axis_visible.rs rename to tests/generated/grid/grid_overflow_inline_axis_visible.rs index fc400e473..39328e75f 100644 --- a/tests/generated/grid_overflow_inline_axis_visible.rs +++ b/tests/generated/grid/grid_overflow_inline_axis_visible.rs @@ -8,11 +8,11 @@ fn grid_overflow_inline_axis_visible() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_overflow_rows.rs b/tests/generated/grid/grid_overflow_rows.rs similarity index 97% rename from tests/generated/grid_overflow_rows.rs rename to tests/generated/grid/grid_overflow_rows.rs index 4dd5fc7a0..f58cf5a53 100644 --- a/tests/generated/grid_overflow_rows.rs +++ b/tests/generated/grid/grid_overflow_rows.rs @@ -11,11 +11,11 @@ fn grid_overflow_rows() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHHHHHHHH\u{200b}HHHHHHHHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_overflow_scrollbars_overriden_by_available_space.rs b/tests/generated/grid/grid_overflow_scrollbars_overriden_by_available_space.rs similarity index 100% rename from tests/generated/grid_overflow_scrollbars_overriden_by_available_space.rs rename to tests/generated/grid/grid_overflow_scrollbars_overriden_by_available_space.rs diff --git a/tests/generated/grid_overflow_scrollbars_overriden_by_max_size.rs b/tests/generated/grid/grid_overflow_scrollbars_overriden_by_max_size.rs similarity index 100% rename from tests/generated/grid_overflow_scrollbars_overriden_by_max_size.rs rename to tests/generated/grid/grid_overflow_scrollbars_overriden_by_max_size.rs diff --git a/tests/generated/grid_overflow_scrollbars_overriden_by_size.rs b/tests/generated/grid/grid_overflow_scrollbars_overriden_by_size.rs similarity index 100% rename from tests/generated/grid_overflow_scrollbars_overriden_by_size.rs rename to tests/generated/grid/grid_overflow_scrollbars_overriden_by_size.rs diff --git a/tests/generated/grid_overflow_scrollbars_take_up_space_both_axis.rs b/tests/generated/grid/grid_overflow_scrollbars_take_up_space_both_axis.rs similarity index 100% rename from tests/generated/grid_overflow_scrollbars_take_up_space_both_axis.rs rename to tests/generated/grid/grid_overflow_scrollbars_take_up_space_both_axis.rs diff --git a/tests/generated/grid_overflow_scrollbars_take_up_space_x_axis.rs b/tests/generated/grid/grid_overflow_scrollbars_take_up_space_x_axis.rs similarity index 100% rename from tests/generated/grid_overflow_scrollbars_take_up_space_x_axis.rs rename to tests/generated/grid/grid_overflow_scrollbars_take_up_space_x_axis.rs diff --git a/tests/generated/grid_overflow_scrollbars_take_up_space_y_axis.rs b/tests/generated/grid/grid_overflow_scrollbars_take_up_space_y_axis.rs similarity index 100% rename from tests/generated/grid_overflow_scrollbars_take_up_space_y_axis.rs rename to tests/generated/grid/grid_overflow_scrollbars_take_up_space_y_axis.rs diff --git a/tests/generated/grid_padding_border_overrides_container_max_size.rs b/tests/generated/grid/grid_padding_border_overrides_container_max_size.rs similarity index 100% rename from tests/generated/grid_padding_border_overrides_container_max_size.rs rename to tests/generated/grid/grid_padding_border_overrides_container_max_size.rs diff --git a/tests/generated/grid_padding_border_overrides_container_size.rs b/tests/generated/grid/grid_padding_border_overrides_container_size.rs similarity index 100% rename from tests/generated/grid_padding_border_overrides_container_size.rs rename to tests/generated/grid/grid_padding_border_overrides_container_size.rs diff --git a/tests/generated/grid_padding_border_overrides_max_size.rs b/tests/generated/grid/grid_padding_border_overrides_max_size.rs similarity index 100% rename from tests/generated/grid_padding_border_overrides_max_size.rs rename to tests/generated/grid/grid_padding_border_overrides_max_size.rs diff --git a/tests/generated/grid_padding_border_overrides_min_size.rs b/tests/generated/grid/grid_padding_border_overrides_min_size.rs similarity index 100% rename from tests/generated/grid_padding_border_overrides_min_size.rs rename to tests/generated/grid/grid_padding_border_overrides_min_size.rs diff --git a/tests/generated/grid_padding_border_overrides_size.rs b/tests/generated/grid/grid_padding_border_overrides_size.rs similarity index 100% rename from tests/generated/grid_padding_border_overrides_size.rs rename to tests/generated/grid/grid_padding_border_overrides_size.rs diff --git a/tests/generated/grid_percent_item_inside_stretch_item.rs b/tests/generated/grid/grid_percent_item_inside_stretch_item.rs similarity index 100% rename from tests/generated/grid_percent_item_inside_stretch_item.rs rename to tests/generated/grid/grid_percent_item_inside_stretch_item.rs diff --git a/tests/generated/grid_percent_items_nested_inside_stretch_alignment.rs b/tests/generated/grid/grid_percent_items_nested_inside_stretch_alignment.rs similarity index 100% rename from tests/generated/grid_percent_items_nested_inside_stretch_alignment.rs rename to tests/generated/grid/grid_percent_items_nested_inside_stretch_alignment.rs diff --git a/tests/generated/grid_percent_items_nested_moderate.rs b/tests/generated/grid/grid_percent_items_nested_moderate.rs similarity index 100% rename from tests/generated/grid_percent_items_nested_moderate.rs rename to tests/generated/grid/grid_percent_items_nested_moderate.rs diff --git a/tests/generated/grid_percent_items_nested_with_margin.rs b/tests/generated/grid/grid_percent_items_nested_with_margin.rs similarity index 100% rename from tests/generated/grid_percent_items_nested_with_margin.rs rename to tests/generated/grid/grid_percent_items_nested_with_margin.rs diff --git a/tests/generated/grid_percent_items_nested_with_padding_margin.rs b/tests/generated/grid/grid_percent_items_nested_with_padding_margin.rs similarity index 100% rename from tests/generated/grid_percent_items_nested_with_padding_margin.rs rename to tests/generated/grid/grid_percent_items_nested_with_padding_margin.rs diff --git a/tests/generated/grid_percent_items_width_and_margin.rs b/tests/generated/grid/grid_percent_items_width_and_margin.rs similarity index 100% rename from tests/generated/grid_percent_items_width_and_margin.rs rename to tests/generated/grid/grid_percent_items_width_and_margin.rs diff --git a/tests/generated/grid_percent_items_width_and_padding.rs b/tests/generated/grid/grid_percent_items_width_and_padding.rs similarity index 100% rename from tests/generated/grid_percent_items_width_and_padding.rs rename to tests/generated/grid/grid_percent_items_width_and_padding.rs diff --git a/tests/generated/grid_percent_tracks_definite_overflow.rs b/tests/generated/grid/grid_percent_tracks_definite_overflow.rs similarity index 100% rename from tests/generated/grid_percent_tracks_definite_overflow.rs rename to tests/generated/grid/grid_percent_tracks_definite_overflow.rs diff --git a/tests/generated/grid_percent_tracks_definite_underflow.rs b/tests/generated/grid/grid_percent_tracks_definite_underflow.rs similarity index 100% rename from tests/generated/grid_percent_tracks_definite_underflow.rs rename to tests/generated/grid/grid_percent_tracks_definite_underflow.rs diff --git a/tests/generated/grid_percent_tracks_indefinite_only.rs b/tests/generated/grid/grid_percent_tracks_indefinite_only.rs similarity index 100% rename from tests/generated/grid_percent_tracks_indefinite_only.rs rename to tests/generated/grid/grid_percent_tracks_indefinite_only.rs diff --git a/tests/generated/grid_percent_tracks_indefinite_with_content_overflow.rs b/tests/generated/grid/grid_percent_tracks_indefinite_with_content_overflow.rs similarity index 100% rename from tests/generated/grid_percent_tracks_indefinite_with_content_overflow.rs rename to tests/generated/grid/grid_percent_tracks_indefinite_with_content_overflow.rs diff --git a/tests/generated/grid_percent_tracks_indefinite_with_content_underflow.rs b/tests/generated/grid/grid_percent_tracks_indefinite_with_content_underflow.rs similarity index 100% rename from tests/generated/grid_percent_tracks_indefinite_with_content_underflow.rs rename to tests/generated/grid/grid_percent_tracks_indefinite_with_content_underflow.rs diff --git a/tests/generated/grid_placement_auto_negative.rs b/tests/generated/grid/grid_placement_auto_negative.rs similarity index 100% rename from tests/generated/grid_placement_auto_negative.rs rename to tests/generated/grid/grid_placement_auto_negative.rs diff --git a/tests/generated/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.rs b/tests/generated/grid/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.rs similarity index 100% rename from tests/generated/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.rs rename to tests/generated/grid/grid_placement_definite_in_secondary_axis_with_fully_definite_negative.rs diff --git a/tests/generated/grid_relative_all_sides.rs b/tests/generated/grid/grid_relative_all_sides.rs similarity index 100% rename from tests/generated/grid_relative_all_sides.rs rename to tests/generated/grid/grid_relative_all_sides.rs diff --git a/tests/generated/grid_relayout_vertical_text.rs b/tests/generated/grid/grid_relayout_vertical_text.rs similarity index 92% rename from tests/generated/grid_relayout_vertical_text.rs rename to tests/generated/grid/grid_relayout_vertical_text.rs index 8f59b4a54..626397f80 100644 --- a/tests/generated/grid_relayout_vertical_text.rs +++ b/tests/generated/grid/grid_relayout_vertical_text.rs @@ -8,11 +8,11 @@ fn grid_relayout_vertical_text() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Vertical, + crate::generated::WritingMode::Vertical, None, ) }), @@ -23,11 +23,11 @@ fn grid_relayout_vertical_text() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_repeat_integer.rs b/tests/generated/grid/grid_repeat_integer.rs similarity index 100% rename from tests/generated/grid_repeat_integer.rs rename to tests/generated/grid/grid_repeat_integer.rs diff --git a/tests/generated/grid_repeat_mixed.rs b/tests/generated/grid/grid_repeat_mixed.rs similarity index 100% rename from tests/generated/grid_repeat_mixed.rs rename to tests/generated/grid/grid_repeat_mixed.rs diff --git a/tests/generated/grid_size_child_fixed_tracks.rs b/tests/generated/grid/grid_size_child_fixed_tracks.rs similarity index 92% rename from tests/generated/grid_size_child_fixed_tracks.rs rename to tests/generated/grid/grid_size_child_fixed_tracks.rs index c719a2c96..0da7821cd 100644 --- a/tests/generated/grid_size_child_fixed_tracks.rs +++ b/tests/generated/grid/grid_size_child_fixed_tracks.rs @@ -12,11 +12,11 @@ fn grid_size_child_fixed_tracks() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -31,11 +31,11 @@ fn grid_size_child_fixed_tracks() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHH\u{200b}HHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -50,11 +50,11 @@ fn grid_size_child_fixed_tracks() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -70,11 +70,11 @@ fn grid_size_child_fixed_tracks() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -90,11 +90,11 @@ fn grid_size_child_fixed_tracks() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH\u{200b}HH\u{200b}HH\u{200b}HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_13_most_non_flex_with_minmax_indefinite.rs b/tests/generated/grid/grid_span_13_most_non_flex_with_minmax_indefinite.rs similarity index 98% rename from tests/generated/grid_span_13_most_non_flex_with_minmax_indefinite.rs rename to tests/generated/grid/grid_span_13_most_non_flex_with_minmax_indefinite.rs index 22c75dc33..cc9df8651 100644 --- a/tests/generated/grid_span_13_most_non_flex_with_minmax_indefinite.rs +++ b/tests/generated/grid/grid_span_13_most_non_flex_with_minmax_indefinite.rs @@ -11,11 +11,11 @@ fn grid_span_13_most_non_flex_with_minmax_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHHHHHHHH\u{200b}HHHHHHHHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.rs b/tests/generated/grid/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.rs similarity index 98% rename from tests/generated/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.rs rename to tests/generated/grid/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.rs index a41245e1f..1100241a8 100644 --- a/tests/generated/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_13_most_non_flex_with_minmax_indefinite_hidden.rs @@ -16,11 +16,11 @@ fn grid_span_13_most_non_flex_with_minmax_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHHHHHHHHHH\u{200b}HHHHHHHHHHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_max_content_auto_indefinite.rs b/tests/generated/grid/grid_span_2_max_content_auto_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_max_content_auto_indefinite.rs rename to tests/generated/grid/grid_span_2_max_content_auto_indefinite.rs index 6b1b33df9..3c796234f 100644 --- a/tests/generated/grid_span_2_max_content_auto_indefinite.rs +++ b/tests/generated/grid/grid_span_2_max_content_auto_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_max_content_auto_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_max_content_auto_indefinite_hidden.rs b/tests/generated/grid/grid_span_2_max_content_auto_indefinite_hidden.rs similarity index 100% rename from tests/generated/grid_span_2_max_content_auto_indefinite_hidden.rs rename to tests/generated/grid/grid_span_2_max_content_auto_indefinite_hidden.rs diff --git a/tests/generated/grid_span_2_max_content_fit_content_10px_indefinite.rs b/tests/generated/grid/grid_span_2_max_content_fit_content_10px_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_max_content_fit_content_10px_indefinite.rs rename to tests/generated/grid/grid_span_2_max_content_fit_content_10px_indefinite.rs index 2affac2db..5aa392272 100644 --- a/tests/generated/grid_span_2_max_content_fit_content_10px_indefinite.rs +++ b/tests/generated/grid/grid_span_2_max_content_fit_content_10px_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_max_content_fit_content_10px_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_max_content_fit_content_10px_indefinite_hidden.rs b/tests/generated/grid/grid_span_2_max_content_fit_content_10px_indefinite_hidden.rs similarity index 97% rename from tests/generated/grid_span_2_max_content_fit_content_10px_indefinite_hidden.rs rename to tests/generated/grid/grid_span_2_max_content_fit_content_10px_indefinite_hidden.rs index ba499d1cd..5564c2c42 100644 --- a/tests/generated/grid_span_2_max_content_fit_content_10px_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_2_max_content_fit_content_10px_indefinite_hidden.rs @@ -31,11 +31,11 @@ fn grid_span_2_max_content_fit_content_10px_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_max_content_fit_content_80px_indefinite.rs b/tests/generated/grid/grid_span_2_max_content_fit_content_80px_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_max_content_fit_content_80px_indefinite.rs rename to tests/generated/grid/grid_span_2_max_content_fit_content_80px_indefinite.rs index 29b8dbfc8..be7c3f5b9 100644 --- a/tests/generated/grid_span_2_max_content_fit_content_80px_indefinite.rs +++ b/tests/generated/grid/grid_span_2_max_content_fit_content_80px_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_max_content_fit_content_80px_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_max_content_fit_content_80px_indefinite_hidden.rs b/tests/generated/grid/grid_span_2_max_content_fit_content_80px_indefinite_hidden.rs similarity index 97% rename from tests/generated/grid_span_2_max_content_fit_content_80px_indefinite_hidden.rs rename to tests/generated/grid/grid_span_2_max_content_fit_content_80px_indefinite_hidden.rs index 207de9796..b95a7f766 100644 --- a/tests/generated/grid_span_2_max_content_fit_content_80px_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_2_max_content_fit_content_80px_indefinite_hidden.rs @@ -31,11 +31,11 @@ fn grid_span_2_max_content_fit_content_80px_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_max_content_max_content_indefinite.rs b/tests/generated/grid/grid_span_2_max_content_max_content_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_max_content_max_content_indefinite.rs rename to tests/generated/grid/grid_span_2_max_content_max_content_indefinite.rs index 3dca84357..a509d265a 100644 --- a/tests/generated/grid_span_2_max_content_max_content_indefinite.rs +++ b/tests/generated/grid/grid_span_2_max_content_max_content_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_max_content_max_content_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_auto_indefinite.rs b/tests/generated/grid/grid_span_2_min_content_auto_indefinite.rs similarity index 96% rename from tests/generated/grid_span_2_min_content_auto_indefinite.rs rename to tests/generated/grid/grid_span_2_min_content_auto_indefinite.rs index df0cfba8a..ef9405107 100644 --- a/tests/generated/grid_span_2_min_content_auto_indefinite.rs +++ b/tests/generated/grid/grid_span_2_min_content_auto_indefinite.rs @@ -13,11 +13,11 @@ fn grid_span_2_min_content_auto_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_auto_indefinite_hidden.rs b/tests/generated/grid/grid_span_2_min_content_auto_indefinite_hidden.rs similarity index 96% rename from tests/generated/grid_span_2_min_content_auto_indefinite_hidden.rs rename to tests/generated/grid/grid_span_2_min_content_auto_indefinite_hidden.rs index 2c116613b..eb72e0a16 100644 --- a/tests/generated/grid_span_2_min_content_auto_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_2_min_content_auto_indefinite_hidden.rs @@ -18,11 +18,11 @@ fn grid_span_2_min_content_auto_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_fit_content_10px_indefinite.rs b/tests/generated/grid/grid_span_2_min_content_fit_content_10px_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_fit_content_10px_indefinite.rs rename to tests/generated/grid/grid_span_2_min_content_fit_content_10px_indefinite.rs index 9f873c1b6..358f3ad28 100644 --- a/tests/generated/grid_span_2_min_content_fit_content_10px_indefinite.rs +++ b/tests/generated/grid/grid_span_2_min_content_fit_content_10px_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_min_content_fit_content_10px_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_fit_content_10px_indefinite_hidden.rs b/tests/generated/grid/grid_span_2_min_content_fit_content_10px_indefinite_hidden.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_fit_content_10px_indefinite_hidden.rs rename to tests/generated/grid/grid_span_2_min_content_fit_content_10px_indefinite_hidden.rs index 916156ee5..920c600d9 100644 --- a/tests/generated/grid_span_2_min_content_fit_content_10px_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_2_min_content_fit_content_10px_indefinite_hidden.rs @@ -31,11 +31,11 @@ fn grid_span_2_min_content_fit_content_10px_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_fit_content_30px_indefinite.rs b/tests/generated/grid/grid_span_2_min_content_fit_content_30px_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_fit_content_30px_indefinite.rs rename to tests/generated/grid/grid_span_2_min_content_fit_content_30px_indefinite.rs index c7c38f130..ea2da939a 100644 --- a/tests/generated/grid_span_2_min_content_fit_content_30px_indefinite.rs +++ b/tests/generated/grid/grid_span_2_min_content_fit_content_30px_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_min_content_fit_content_30px_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_fit_content_30px_indefinite_hidden.rs b/tests/generated/grid/grid_span_2_min_content_fit_content_30px_indefinite_hidden.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_fit_content_30px_indefinite_hidden.rs rename to tests/generated/grid/grid_span_2_min_content_fit_content_30px_indefinite_hidden.rs index 63b87b105..5d5ffd58c 100644 --- a/tests/generated/grid_span_2_min_content_fit_content_30px_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_2_min_content_fit_content_30px_indefinite_hidden.rs @@ -31,11 +31,11 @@ fn grid_span_2_min_content_fit_content_30px_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_fit_content_80px_indefinite.rs b/tests/generated/grid/grid_span_2_min_content_fit_content_80px_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_fit_content_80px_indefinite.rs rename to tests/generated/grid/grid_span_2_min_content_fit_content_80px_indefinite.rs index a85aaaec3..6eb056233 100644 --- a/tests/generated/grid_span_2_min_content_fit_content_80px_indefinite.rs +++ b/tests/generated/grid/grid_span_2_min_content_fit_content_80px_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_min_content_fit_content_80px_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_fit_content_80px_indefinite_hidden.rs b/tests/generated/grid/grid_span_2_min_content_fit_content_80px_indefinite_hidden.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_fit_content_80px_indefinite_hidden.rs rename to tests/generated/grid/grid_span_2_min_content_fit_content_80px_indefinite_hidden.rs index ecc9ef474..4f0123925 100644 --- a/tests/generated/grid_span_2_min_content_fit_content_80px_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_2_min_content_fit_content_80px_indefinite_hidden.rs @@ -31,11 +31,11 @@ fn grid_span_2_min_content_fit_content_80px_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_max_content_indefinite.rs b/tests/generated/grid/grid_span_2_min_content_max_content_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_max_content_indefinite.rs rename to tests/generated/grid/grid_span_2_min_content_max_content_indefinite.rs index 2db3a2a20..c451e2002 100644 --- a/tests/generated/grid_span_2_min_content_max_content_indefinite.rs +++ b/tests/generated/grid/grid_span_2_min_content_max_content_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_min_content_max_content_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_2_min_content_min_content_indefinite.rs b/tests/generated/grid/grid_span_2_min_content_min_content_indefinite.rs similarity index 97% rename from tests/generated/grid_span_2_min_content_min_content_indefinite.rs rename to tests/generated/grid/grid_span_2_min_content_min_content_indefinite.rs index e96929685..9349e7e4e 100644 --- a/tests/generated/grid_span_2_min_content_min_content_indefinite.rs +++ b/tests/generated/grid/grid_span_2_min_content_min_content_indefinite.rs @@ -26,11 +26,11 @@ fn grid_span_2_min_content_min_content_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH\u{200b}HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_6_all_non_flex_indefinite.rs b/tests/generated/grid/grid_span_6_all_non_flex_indefinite.rs similarity index 98% rename from tests/generated/grid_span_6_all_non_flex_indefinite.rs rename to tests/generated/grid/grid_span_6_all_non_flex_indefinite.rs index 2949ebffb..c87311a43 100644 --- a/tests/generated/grid_span_6_all_non_flex_indefinite.rs +++ b/tests/generated/grid/grid_span_6_all_non_flex_indefinite.rs @@ -11,11 +11,11 @@ fn grid_span_6_all_non_flex_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHH\u{200b}HHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_6_all_non_flex_indefinite_hidden.rs b/tests/generated/grid/grid_span_6_all_non_flex_indefinite_hidden.rs similarity index 98% rename from tests/generated/grid_span_6_all_non_flex_indefinite_hidden.rs rename to tests/generated/grid/grid_span_6_all_non_flex_indefinite_hidden.rs index df35a351c..d107cc7b3 100644 --- a/tests/generated/grid_span_6_all_non_flex_indefinite_hidden.rs +++ b/tests/generated/grid/grid_span_6_all_non_flex_indefinite_hidden.rs @@ -16,11 +16,11 @@ fn grid_span_6_all_non_flex_indefinite_hidden() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHH\u{200b}HHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid_span_8_all_track_types_indefinite.rs b/tests/generated/grid/grid_span_8_all_track_types_indefinite.rs similarity index 98% rename from tests/generated/grid_span_8_all_track_types_indefinite.rs rename to tests/generated/grid/grid_span_8_all_track_types_indefinite.rs index 09f93a707..ea033c9de 100644 --- a/tests/generated/grid_span_8_all_track_types_indefinite.rs +++ b/tests/generated/grid/grid_span_8_all_track_types_indefinite.rs @@ -11,11 +11,11 @@ fn grid_span_8_all_track_types_indefinite() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHHHHHH\u{200b}HHHHHHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/grid/mod.rs b/tests/generated/grid/mod.rs new file mode 100644 index 000000000..6de672606 --- /dev/null +++ b/tests/generated/grid/mod.rs @@ -0,0 +1,478 @@ +#[cfg(feature = "grid")] +mod grid_absolute_align_self_sized_all; +#[cfg(feature = "grid")] +mod grid_absolute_column_end; +#[cfg(feature = "grid")] +mod grid_absolute_column_start; +#[cfg(feature = "grid")] +mod grid_absolute_container_bottom_left; +#[cfg(feature = "grid")] +mod grid_absolute_container_bottom_left_margin; +#[cfg(feature = "grid")] +mod grid_absolute_container_left_overrides_right; +#[cfg(feature = "grid")] +mod grid_absolute_container_left_right; +#[cfg(feature = "grid")] +mod grid_absolute_container_left_right_margin; +#[cfg(feature = "grid")] +mod grid_absolute_container_negative_position; +#[cfg(feature = "grid")] +mod grid_absolute_container_negative_position_margin; +#[cfg(feature = "grid")] +mod grid_absolute_container_top_bottom; +#[cfg(feature = "grid")] +mod grid_absolute_container_top_bottom_margin; +#[cfg(feature = "grid")] +mod grid_absolute_container_top_right; +#[cfg(feature = "grid")] +mod grid_absolute_container_top_right_margin; +#[cfg(feature = "grid")] +mod grid_absolute_justify_self_sized_all; +#[cfg(feature = "grid")] +mod grid_absolute_layout_within_border; +#[cfg(feature = "grid")] +mod grid_absolute_layout_within_border_static; +#[cfg(feature = "grid")] +mod grid_absolute_row_end; +#[cfg(feature = "grid")] +mod grid_absolute_row_start; +#[cfg(feature = "grid")] +mod grid_absolute_top_overrides_bottom; +#[cfg(feature = "grid")] +mod grid_absolute_with_padding; +#[cfg(feature = "grid")] +mod grid_absolute_with_padding_and_margin; +#[cfg(feature = "grid")] +mod grid_align_content_center; +#[cfg(feature = "grid")] +mod grid_align_content_end; +#[cfg(feature = "grid")] +mod grid_align_content_end_with_padding_border; +#[cfg(feature = "grid")] +mod grid_align_content_space_around; +#[cfg(feature = "grid")] +mod grid_align_content_space_around_with_padding_border; +#[cfg(feature = "grid")] +mod grid_align_content_space_between; +#[cfg(feature = "grid")] +mod grid_align_content_space_between_with_padding_border; +#[cfg(feature = "grid")] +mod grid_align_content_space_evenly; +#[cfg(feature = "grid")] +mod grid_align_content_space_evenly_with_padding_border; +#[cfg(feature = "grid")] +mod grid_align_content_start; +#[cfg(feature = "grid")] +mod grid_align_content_start_with_padding_border; +#[cfg(feature = "grid")] +mod grid_align_items_baseline; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_margin; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_margin_percent; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_multiline; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_multiline_no_override_on_secondline; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_multiline_override; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_padding; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_top; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_child_top2; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_complex; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_double_nested_child; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_multiline; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_multiline_column; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_multiline_row_and_column; +#[cfg(feature = "grid")] +mod grid_align_items_baseline_nested_column; +#[cfg(feature = "grid")] +mod grid_align_items_sized_center; +#[cfg(feature = "grid")] +mod grid_align_items_sized_end; +#[cfg(feature = "grid")] +mod grid_align_items_sized_start; +#[cfg(feature = "grid")] +mod grid_align_items_sized_stretch; +#[cfg(feature = "grid")] +mod grid_align_self_sized_all; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_absolute_fill_height_from_inset; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_absolute_fill_width_from_inset; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_absolute_height_overrides_inset; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_absolute_width_overrides_inset; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_child_fill_content_height; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_child_fill_content_width; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_fill_child_height; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_fill_child_max_height; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_fill_child_max_width; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_fill_child_min_height; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_fill_child_min_width; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_fill_child_width; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_overriden_by_explicit_sizes; +#[cfg(feature = "grid")] +mod grid_aspect_ratio_overriden_by_explicit_sizes_flex; +#[cfg(feature = "grid")] +mod grid_auto_columns; +#[cfg(feature = "grid")] +mod grid_auto_columns_fixed_width; +#[cfg(feature = "grid")] +mod grid_auto_fill_fixed_size; +#[cfg(feature = "grid")] +mod grid_auto_fill_with_empty_auto_track; +#[cfg(feature = "grid")] +mod grid_auto_fit_with_empty_auto_track; +#[cfg(feature = "grid")] +mod grid_auto_rows; +#[cfg(feature = "grid")] +mod grid_auto_single_item; +#[cfg(feature = "grid")] +mod grid_auto_single_item_fixed_width; +#[cfg(feature = "grid")] +mod grid_auto_single_item_fixed_width_with_definite_width; +#[cfg(feature = "grid")] +mod grid_auto_takes_precedence_over_fr; +#[cfg(feature = "grid")] +mod grid_available_space_greater_than_max_content; +#[cfg(feature = "grid")] +mod grid_available_space_smaller_than_max_content; +#[cfg(feature = "grid")] +mod grid_available_space_smaller_than_min_content; +#[cfg(feature = "grid")] +mod grid_basic; +#[cfg(feature = "grid")] +mod grid_basic_implicit_tracks; +#[cfg(feature = "grid")] +mod grid_basic_with_overflow; +#[cfg(feature = "grid")] +mod grid_basic_with_padding; +#[cfg(feature = "grid")] +mod grid_display_none_fixed_size; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_definite_argument; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_definite_max_content; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_definite_min_content; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_indefinite_argument; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_indefinite_max_content; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_indefinite_max_content_hidden; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_indefinite_min_content; +#[cfg(feature = "grid")] +mod grid_fit_content_percent_indefinite_min_content_hidden; +#[cfg(feature = "grid")] +mod grid_fit_content_points_argument; +#[cfg(feature = "grid")] +mod grid_fit_content_points_max_content; +#[cfg(feature = "grid")] +mod grid_fit_content_points_min_content; +#[cfg(feature = "grid")] +mod grid_fit_content_points_min_content_hidden; +#[cfg(feature = "grid")] +mod grid_fr_fixed_size_no_content_proportions; +#[cfg(feature = "grid")] +mod grid_fr_fixed_size_no_content_proportions_sub_1_sum; +#[cfg(feature = "grid")] +mod grid_fr_fixed_size_single_item; +#[cfg(feature = "grid")] +mod grid_fr_no_sized_items_indefinite; +#[cfg(feature = "grid")] +mod grid_fr_single_item_indefinite; +#[cfg(feature = "grid")] +mod grid_fr_span_2_proportion; +#[cfg(feature = "grid")] +mod grid_fr_span_2_proportion_sub_1_sum; +#[cfg(feature = "grid")] +mod grid_fr_span_2_proportion_with_non_spanned_track; +#[cfg(feature = "grid")] +mod grid_fr_span_2_proportion_zero_sum; +#[cfg(feature = "grid")] +mod grid_fr_span_2_proportion_zero_sum_with_non_spanned_track; +#[cfg(feature = "grid")] +mod grid_gap; +#[cfg(feature = "grid")] +mod grid_hidden; +#[cfg(feature = "grid")] +mod grid_justify_content_center; +#[cfg(feature = "grid")] +mod grid_justify_content_center_with_padding_border; +#[cfg(feature = "grid")] +mod grid_justify_content_end; +#[cfg(feature = "grid")] +mod grid_justify_content_end_with_padding_border; +#[cfg(feature = "grid")] +mod grid_justify_content_space_around; +#[cfg(feature = "grid")] +mod grid_justify_content_space_around_with_padding_border; +#[cfg(feature = "grid")] +mod grid_justify_content_space_between; +#[cfg(feature = "grid")] +mod grid_justify_content_space_between_with_padding_border; +#[cfg(feature = "grid")] +mod grid_justify_content_space_evenly; +#[cfg(feature = "grid")] +mod grid_justify_content_space_evenly_with_padding_border; +#[cfg(feature = "grid")] +mod grid_justify_content_start; +#[cfg(feature = "grid")] +mod grid_justify_content_start_with_padding_border; +#[cfg(feature = "grid")] +mod grid_justify_items_sized_center; +#[cfg(feature = "grid")] +mod grid_justify_items_sized_end; +#[cfg(feature = "grid")] +mod grid_justify_items_sized_start; +#[cfg(feature = "grid")] +mod grid_justify_items_sized_stretch; +#[cfg(feature = "grid")] +mod grid_justify_self_sized_all; +#[cfg(feature = "grid")] +mod grid_margins_auto_margins; +#[cfg(feature = "grid")] +mod grid_margins_auto_margins_override_stretch; +#[cfg(feature = "grid")] +mod grid_margins_fixed_center; +#[cfg(feature = "grid")] +mod grid_margins_fixed_end; +#[cfg(feature = "grid")] +mod grid_margins_fixed_start; +#[cfg(feature = "grid")] +mod grid_margins_fixed_stretch; +#[cfg(feature = "grid")] +mod grid_margins_percent_center; +#[cfg(feature = "grid")] +mod grid_margins_percent_end; +#[cfg(feature = "grid")] +mod grid_margins_percent_start; +#[cfg(feature = "grid")] +mod grid_margins_percent_stretch; +#[cfg(feature = "grid")] +mod grid_max_content_maximum_single_item; +#[cfg(feature = "grid")] +mod grid_max_content_single_item; +#[cfg(feature = "grid")] +mod grid_max_content_single_item_margin_auto; +#[cfg(feature = "grid")] +mod grid_max_content_single_item_margin_fixed; +#[cfg(feature = "grid")] +mod grid_max_content_single_item_margin_percent; +#[cfg(feature = "grid")] +mod grid_max_content_single_item_span_2; +#[cfg(feature = "grid")] +mod grid_max_content_single_item_span_2_gap_fixed; +#[cfg(feature = "grid")] +mod grid_max_content_single_item_span_2_gap_percent_definite; +#[cfg(feature = "grid")] +mod grid_max_content_single_item_span_2_gap_percent_indefinite; +#[cfg(feature = "grid")] +mod grid_max_width_greater_than_max_content; +#[cfg(feature = "grid")] +mod grid_max_width_less_than_max_content_with_min_content; +#[cfg(feature = "grid")] +mod grid_max_width_smaller_than_max_content; +#[cfg(feature = "grid")] +mod grid_max_width_smaller_than_min_content; +#[cfg(feature = "grid")] +mod grid_min_content_flex_column; +#[cfg(feature = "grid")] +mod grid_min_content_flex_row; +#[cfg(feature = "grid")] +mod grid_min_content_flex_single_item; +#[cfg(feature = "grid")] +mod grid_min_content_flex_single_item_margin_auto; +#[cfg(feature = "grid")] +mod grid_min_content_flex_single_item_margin_fixed; +#[cfg(feature = "grid")] +mod grid_min_content_flex_single_item_margin_percent; +#[cfg(feature = "grid")] +mod grid_min_content_maximum_single_item; +#[cfg(feature = "grid")] +mod grid_min_content_single_item; +#[cfg(feature = "grid")] +mod grid_minmax_auto_fixed_10px; +#[cfg(feature = "grid")] +mod grid_minmax_auto_max_content; +#[cfg(feature = "grid")] +mod grid_minmax_auto_min_content; +#[cfg(feature = "grid")] +mod grid_minmax_auto_percent_definite; +#[cfg(feature = "grid")] +mod grid_minmax_auto_percent_indefinite; +#[cfg(feature = "grid")] +mod grid_minmax_column_fixed_width_above_range; +#[cfg(feature = "grid")] +mod grid_minmax_column_fixed_width_below_range; +#[cfg(feature = "grid")] +mod grid_minmax_column_fixed_width_within_range; +#[cfg(feature = "grid")] +mod grid_minmax_column_indefinite; +#[cfg(feature = "grid")] +mod grid_minmax_column_with_auto_fixed; +#[cfg(feature = "grid")] +mod grid_minmax_column_with_fr_fixed; +#[cfg(feature = "grid")] +mod grid_minmax_max_content_1fr; +#[cfg(feature = "grid")] +mod grid_minmax_max_content_auto; +#[cfg(feature = "grid")] +mod grid_minmax_max_content_fixed_10px; +#[cfg(feature = "grid")] +mod grid_minmax_max_content_min_content; +#[cfg(feature = "grid")] +mod grid_minmax_max_content_percent_definite; +#[cfg(feature = "grid")] +mod grid_minmax_max_content_percent_indefinite; +#[cfg(feature = "grid")] +mod grid_minmax_min_content_1fr; +#[cfg(feature = "grid")] +mod grid_minmax_min_content_auto; +#[cfg(feature = "grid")] +mod grid_minmax_min_content_fixed_10px; +#[cfg(feature = "grid")] +mod grid_minmax_min_content_max_content; +#[cfg(feature = "grid")] +mod grid_minmax_min_content_percent_definite; +#[cfg(feature = "grid")] +mod grid_minmax_min_content_percent_indefinite; +#[cfg(feature = "grid")] +mod grid_out_of_order_items; +#[cfg(feature = "grid")] +mod grid_overflow_inline_axis_hidden; +#[cfg(feature = "grid")] +mod grid_overflow_inline_axis_scroll; +#[cfg(feature = "grid")] +mod grid_overflow_inline_axis_visible; +#[cfg(feature = "grid")] +mod grid_overflow_rows; +#[cfg(feature = "grid")] +mod grid_overflow_scrollbars_overriden_by_available_space; +#[cfg(feature = "grid")] +mod grid_overflow_scrollbars_overriden_by_max_size; +#[cfg(feature = "grid")] +mod grid_overflow_scrollbars_overriden_by_size; +#[cfg(feature = "grid")] +mod grid_overflow_scrollbars_take_up_space_both_axis; +#[cfg(feature = "grid")] +mod grid_overflow_scrollbars_take_up_space_x_axis; +#[cfg(feature = "grid")] +mod grid_overflow_scrollbars_take_up_space_y_axis; +#[cfg(feature = "grid")] +mod grid_padding_border_overrides_container_max_size; +#[cfg(feature = "grid")] +mod grid_padding_border_overrides_container_size; +#[cfg(feature = "grid")] +mod grid_padding_border_overrides_max_size; +#[cfg(feature = "grid")] +mod grid_padding_border_overrides_min_size; +#[cfg(feature = "grid")] +mod grid_padding_border_overrides_size; +#[cfg(feature = "grid")] +mod grid_percent_item_inside_stretch_item; +#[cfg(feature = "grid")] +mod grid_percent_items_nested_inside_stretch_alignment; +#[cfg(feature = "grid")] +mod grid_percent_items_nested_moderate; +#[cfg(feature = "grid")] +mod grid_percent_items_nested_with_margin; +#[cfg(feature = "grid")] +mod grid_percent_items_nested_with_padding_margin; +#[cfg(feature = "grid")] +mod grid_percent_items_width_and_margin; +#[cfg(feature = "grid")] +mod grid_percent_items_width_and_padding; +#[cfg(feature = "grid")] +mod grid_percent_tracks_definite_overflow; +#[cfg(feature = "grid")] +mod grid_percent_tracks_definite_underflow; +#[cfg(feature = "grid")] +mod grid_percent_tracks_indefinite_only; +#[cfg(feature = "grid")] +mod grid_percent_tracks_indefinite_with_content_overflow; +#[cfg(feature = "grid")] +mod grid_percent_tracks_indefinite_with_content_underflow; +#[cfg(feature = "grid")] +mod grid_placement_auto_negative; +#[cfg(feature = "grid")] +mod grid_placement_definite_in_secondary_axis_with_fully_definite_negative; +#[cfg(feature = "grid")] +mod grid_relative_all_sides; +#[cfg(feature = "grid")] +mod grid_relayout_vertical_text; +#[cfg(feature = "grid")] +mod grid_repeat_integer; +#[cfg(feature = "grid")] +mod grid_repeat_mixed; +#[cfg(feature = "grid")] +mod grid_size_child_fixed_tracks; +#[cfg(feature = "grid")] +mod grid_span_13_most_non_flex_with_minmax_indefinite; +#[cfg(feature = "grid")] +mod grid_span_13_most_non_flex_with_minmax_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_max_content_auto_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_max_content_auto_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_max_content_fit_content_10px_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_max_content_fit_content_10px_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_max_content_fit_content_80px_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_max_content_fit_content_80px_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_max_content_max_content_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_auto_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_auto_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_fit_content_10px_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_fit_content_10px_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_fit_content_30px_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_fit_content_30px_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_fit_content_80px_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_fit_content_80px_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_max_content_indefinite; +#[cfg(feature = "grid")] +mod grid_span_2_min_content_min_content_indefinite; +#[cfg(feature = "grid")] +mod grid_span_6_all_non_flex_indefinite; +#[cfg(feature = "grid")] +mod grid_span_6_all_non_flex_indefinite_hidden; +#[cfg(feature = "grid")] +mod grid_span_8_all_track_types_indefinite; diff --git a/tests/generated/gridflex_column_integration.rs b/tests/generated/gridflex/gridflex_column_integration.rs similarity index 92% rename from tests/generated/gridflex_column_integration.rs rename to tests/generated/gridflex/gridflex_column_integration.rs index 4ac54cec9..d0ff449b1 100644 --- a/tests/generated/gridflex_column_integration.rs +++ b/tests/generated/gridflex/gridflex_column_integration.rs @@ -8,11 +8,11 @@ fn gridflex_column_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn gridflex_column_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -38,11 +38,11 @@ fn gridflex_column_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -53,11 +53,11 @@ fn gridflex_column_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/gridflex_kitchen_sink.rs b/tests/generated/gridflex/gridflex_kitchen_sink.rs similarity index 96% rename from tests/generated/gridflex_kitchen_sink.rs rename to tests/generated/gridflex/gridflex_kitchen_sink.rs index 4abcc185d..ec4bfc347 100644 --- a/tests/generated/gridflex_kitchen_sink.rs +++ b/tests/generated/gridflex/gridflex_kitchen_sink.rs @@ -45,11 +45,11 @@ fn gridflex_kitchen_sink() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -60,11 +60,11 @@ fn gridflex_kitchen_sink() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -75,11 +75,11 @@ fn gridflex_kitchen_sink() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/gridflex_kitchen_sink_minimise.rs b/tests/generated/gridflex/gridflex_kitchen_sink_minimise.rs similarity index 100% rename from tests/generated/gridflex_kitchen_sink_minimise.rs rename to tests/generated/gridflex/gridflex_kitchen_sink_minimise.rs diff --git a/tests/generated/gridflex_kitchen_sink_minimise2.rs b/tests/generated/gridflex/gridflex_kitchen_sink_minimise2.rs similarity index 100% rename from tests/generated/gridflex_kitchen_sink_minimise2.rs rename to tests/generated/gridflex/gridflex_kitchen_sink_minimise2.rs diff --git a/tests/generated/gridflex_kitchen_sink_minimise3.rs b/tests/generated/gridflex/gridflex_kitchen_sink_minimise3.rs similarity index 100% rename from tests/generated/gridflex_kitchen_sink_minimise3.rs rename to tests/generated/gridflex/gridflex_kitchen_sink_minimise3.rs diff --git a/tests/generated/gridflex_row_integration.rs b/tests/generated/gridflex/gridflex_row_integration.rs similarity index 91% rename from tests/generated/gridflex_row_integration.rs rename to tests/generated/gridflex/gridflex_row_integration.rs index 2d0b412f1..9b2a2141d 100644 --- a/tests/generated/gridflex_row_integration.rs +++ b/tests/generated/gridflex/gridflex_row_integration.rs @@ -8,11 +8,11 @@ fn gridflex_row_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -23,11 +23,11 @@ fn gridflex_row_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -38,11 +38,11 @@ fn gridflex_row_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), @@ -53,11 +53,11 @@ fn gridflex_row_integration() { taffy::style::Style { ..Default::default() }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/gridflex/mod.rs b/tests/generated/gridflex/mod.rs new file mode 100644 index 000000000..36db8f53d --- /dev/null +++ b/tests/generated/gridflex/mod.rs @@ -0,0 +1,12 @@ +#[cfg(feature = "grid")] +mod gridflex_column_integration; +#[cfg(feature = "grid")] +mod gridflex_kitchen_sink; +#[cfg(feature = "grid")] +mod gridflex_kitchen_sink_minimise; +#[cfg(feature = "grid")] +mod gridflex_kitchen_sink_minimise2; +#[cfg(feature = "grid")] +mod gridflex_kitchen_sink_minimise3; +#[cfg(feature = "grid")] +mod gridflex_row_integration; diff --git a/tests/generated/leaf_overflow_scrollbars_affect_available_space_x_axis.rs b/tests/generated/leaf/leaf_overflow_scrollbars_affect_available_space_x_axis.rs similarity index 93% rename from tests/generated/leaf_overflow_scrollbars_affect_available_space_x_axis.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_affect_available_space_x_axis.rs index 7c67d130f..b53a8b89d 100644 --- a/tests/generated/leaf_overflow_scrollbars_affect_available_space_x_axis.rs +++ b/tests/generated/leaf/leaf_overflow_scrollbars_affect_available_space_x_axis.rs @@ -19,11 +19,11 @@ fn leaf_overflow_scrollbars_affect_available_space_x_axis() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf_overflow_scrollbars_affect_available_space_y_axis.rs b/tests/generated/leaf/leaf_overflow_scrollbars_affect_available_space_y_axis.rs similarity index 93% rename from tests/generated/leaf_overflow_scrollbars_affect_available_space_y_axis.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_affect_available_space_y_axis.rs index d5eadd143..d54ce85da 100644 --- a/tests/generated/leaf_overflow_scrollbars_affect_available_space_y_axis.rs +++ b/tests/generated/leaf/leaf_overflow_scrollbars_affect_available_space_y_axis.rs @@ -19,11 +19,11 @@ fn leaf_overflow_scrollbars_affect_available_space_y_axis() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H\u{a0}H"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf_overflow_scrollbars_overriden_by_available_space.rs b/tests/generated/leaf/leaf_overflow_scrollbars_overriden_by_available_space.rs similarity index 100% rename from tests/generated/leaf_overflow_scrollbars_overriden_by_available_space.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_overriden_by_available_space.rs diff --git a/tests/generated/leaf_overflow_scrollbars_overriden_by_max_size.rs b/tests/generated/leaf/leaf_overflow_scrollbars_overriden_by_max_size.rs similarity index 100% rename from tests/generated/leaf_overflow_scrollbars_overriden_by_max_size.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_overriden_by_max_size.rs diff --git a/tests/generated/leaf_overflow_scrollbars_overriden_by_size.rs b/tests/generated/leaf/leaf_overflow_scrollbars_overriden_by_size.rs similarity index 100% rename from tests/generated/leaf_overflow_scrollbars_overriden_by_size.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_overriden_by_size.rs diff --git a/tests/generated/leaf_overflow_scrollbars_take_up_space_both_axis.rs b/tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_both_axis.rs similarity index 92% rename from tests/generated/leaf_overflow_scrollbars_take_up_space_both_axis.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_both_axis.rs index fba8b3074..d4ad904a5 100644 --- a/tests/generated/leaf_overflow_scrollbars_take_up_space_both_axis.rs +++ b/tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_both_axis.rs @@ -15,11 +15,11 @@ fn leaf_overflow_scrollbars_take_up_space_both_axis() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf_overflow_scrollbars_take_up_space_x_axis.rs b/tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_x_axis.rs similarity index 92% rename from tests/generated/leaf_overflow_scrollbars_take_up_space_x_axis.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_x_axis.rs index e5a563365..cc980ff83 100644 --- a/tests/generated/leaf_overflow_scrollbars_take_up_space_x_axis.rs +++ b/tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_x_axis.rs @@ -15,11 +15,11 @@ fn leaf_overflow_scrollbars_take_up_space_x_axis() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf_overflow_scrollbars_take_up_space_y_axis.rs b/tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_y_axis.rs similarity index 92% rename from tests/generated/leaf_overflow_scrollbars_take_up_space_y_axis.rs rename to tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_y_axis.rs index d7f00d9cc..9000d74a4 100644 --- a/tests/generated/leaf_overflow_scrollbars_take_up_space_y_axis.rs +++ b/tests/generated/leaf/leaf_overflow_scrollbars_take_up_space_y_axis.rs @@ -15,11 +15,11 @@ fn leaf_overflow_scrollbars_take_up_space_y_axis() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf_padding_border_overrides_max_size.rs b/tests/generated/leaf/leaf_padding_border_overrides_max_size.rs similarity index 100% rename from tests/generated/leaf_padding_border_overrides_max_size.rs rename to tests/generated/leaf/leaf_padding_border_overrides_max_size.rs diff --git a/tests/generated/leaf_padding_border_overrides_min_size.rs b/tests/generated/leaf/leaf_padding_border_overrides_min_size.rs similarity index 100% rename from tests/generated/leaf_padding_border_overrides_min_size.rs rename to tests/generated/leaf/leaf_padding_border_overrides_min_size.rs diff --git a/tests/generated/leaf_padding_border_overrides_size.rs b/tests/generated/leaf/leaf_padding_border_overrides_size.rs similarity index 100% rename from tests/generated/leaf_padding_border_overrides_size.rs rename to tests/generated/leaf/leaf_padding_border_overrides_size.rs diff --git a/tests/generated/leaf_with_content_and_border.rs b/tests/generated/leaf/leaf_with_content_and_border.rs similarity index 93% rename from tests/generated/leaf_with_content_and_border.rs rename to tests/generated/leaf/leaf_with_content_and_border.rs index 87a55e27c..e1bb76c5c 100644 --- a/tests/generated/leaf_with_content_and_border.rs +++ b/tests/generated/leaf/leaf_with_content_and_border.rs @@ -16,11 +16,11 @@ fn leaf_with_content_and_border() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf_with_content_and_padding.rs b/tests/generated/leaf/leaf_with_content_and_padding.rs similarity index 93% rename from tests/generated/leaf_with_content_and_padding.rs rename to tests/generated/leaf/leaf_with_content_and_padding.rs index 7908c32b3..addc54cc9 100644 --- a/tests/generated/leaf_with_content_and_padding.rs +++ b/tests/generated/leaf/leaf_with_content_and_padding.rs @@ -16,11 +16,11 @@ fn leaf_with_content_and_padding() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf_with_content_and_padding_border.rs b/tests/generated/leaf/leaf_with_content_and_padding_border.rs similarity index 94% rename from tests/generated/leaf_with_content_and_padding_border.rs rename to tests/generated/leaf/leaf_with_content_and_padding_border.rs index ff28b11d3..f248b7ba2 100644 --- a/tests/generated/leaf_with_content_and_padding_border.rs +++ b/tests/generated/leaf/leaf_with_content_and_padding_border.rs @@ -22,11 +22,11 @@ fn leaf_with_content_and_padding_border() { }, taffy::tree::MeasureFunc::Raw(|known_dimensions, available_space| { const TEXT: &str = "HHHH"; - super::measure_standard_text( + crate::generated::measure_standard_text( known_dimensions, available_space, TEXT, - super::WritingMode::Horizontal, + crate::generated::WritingMode::Horizontal, None, ) }), diff --git a/tests/generated/leaf/mod.rs b/tests/generated/leaf/mod.rs new file mode 100644 index 000000000..59c25aeb5 --- /dev/null +++ b/tests/generated/leaf/mod.rs @@ -0,0 +1,14 @@ +mod leaf_overflow_scrollbars_affect_available_space_x_axis; +mod leaf_overflow_scrollbars_affect_available_space_y_axis; +mod leaf_overflow_scrollbars_overriden_by_available_space; +mod leaf_overflow_scrollbars_overriden_by_max_size; +mod leaf_overflow_scrollbars_overriden_by_size; +mod leaf_overflow_scrollbars_take_up_space_both_axis; +mod leaf_overflow_scrollbars_take_up_space_x_axis; +mod leaf_overflow_scrollbars_take_up_space_y_axis; +mod leaf_padding_border_overrides_max_size; +mod leaf_padding_border_overrides_min_size; +mod leaf_padding_border_overrides_size; +mod leaf_with_content_and_border; +mod leaf_with_content_and_padding; +mod leaf_with_content_and_padding_border; diff --git a/tests/generated/mod.rs b/tests/generated/mod.rs index 1af992233..a746b2f03 100644 --- a/tests/generated/mod.rs +++ b/tests/generated/mod.rs @@ -1,3 +1,10 @@ +mod block; +mod blockflex; +mod blockgrid; +mod flex; +mod grid; +mod gridflex; +mod leaf; #[allow(dead_code)] #[derive(Debug, Clone, Copy, PartialEq, Eq)] enum WritingMode { @@ -60,1172 +67,3 @@ fn measure_standard_text( WritingMode::Vertical => Size { width: block_size, height: inline_size }, } } -mod absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset; -mod absolute_aspect_ratio_fill_height; -mod absolute_aspect_ratio_fill_height_from_inset; -mod absolute_aspect_ratio_fill_max_height; -mod absolute_aspect_ratio_fill_max_width; -mod absolute_aspect_ratio_fill_min_height; -mod absolute_aspect_ratio_fill_min_width; -mod absolute_aspect_ratio_fill_width; -mod absolute_aspect_ratio_fill_width_from_inset; -mod absolute_aspect_ratio_height_overrides_inset; -mod absolute_aspect_ratio_width_overrides_inset; -mod absolute_child_with_cross_margin; -mod absolute_child_with_main_margin; -mod absolute_child_with_max_height; -mod absolute_child_with_max_height_larger_shrinkable_grandchild; -mod absolute_layout_align_items_and_justify_content_center; -mod absolute_layout_align_items_and_justify_content_center_and_bottom_position; -mod absolute_layout_align_items_and_justify_content_center_and_left_position; -mod absolute_layout_align_items_and_justify_content_center_and_right_position; -mod absolute_layout_align_items_and_justify_content_center_and_top_position; -mod absolute_layout_align_items_and_justify_content_flex_end; -mod absolute_layout_align_items_center; -mod absolute_layout_align_items_center_on_child_only; -mod absolute_layout_child_order; -mod absolute_layout_in_wrap_reverse_column_container; -mod absolute_layout_in_wrap_reverse_column_container_flex_end; -mod absolute_layout_in_wrap_reverse_row_container; -mod absolute_layout_in_wrap_reverse_row_container_flex_end; -mod absolute_layout_justify_content_center; -mod absolute_layout_no_size; -mod absolute_layout_percentage_bottom_based_on_parent_height; -mod absolute_layout_percentage_height; -mod absolute_layout_row_width_height_end_bottom; -mod absolute_layout_start_top_end_bottom; -mod absolute_layout_width_height_end_bottom; -mod absolute_layout_width_height_start_top; -mod absolute_layout_width_height_start_top_end_bottom; -mod absolute_layout_within_border; -mod absolute_margin_bottom_left; -mod absolute_minmax_bottom_right_max; -mod absolute_minmax_bottom_right_min_max; -mod absolute_minmax_bottom_right_min_max_preferred; -mod absolute_minmax_top_left_bottom_right_max; -mod absolute_minmax_top_left_bottom_right_min_max; -mod absolute_padding_border_overrides_max_size; -mod absolute_padding_border_overrides_size; -mod align_baseline; -mod align_baseline_child; -mod align_baseline_child_margin; -mod align_baseline_child_margin_percent; -mod align_baseline_child_multiline; -mod align_baseline_child_multiline_no_override_on_secondline; -mod align_baseline_child_multiline_override; -mod align_baseline_child_padding; -mod align_baseline_child_top; -mod align_baseline_child_top2; -mod align_baseline_column; -mod align_baseline_double_nested_child; -mod align_baseline_multiline; -mod align_baseline_multiline_column; -mod align_baseline_multiline_column2; -mod align_baseline_multiline_row_and_column; -mod align_baseline_nested_child; -mod align_baseline_nested_column; -mod align_center_should_size_based_on_content; -mod align_content_flex_end; -mod align_content_flex_start; -mod align_content_flex_start_with_flex; -mod align_content_flex_start_without_height_on_children; -mod align_content_not_stretch_with_align_items_stretch; -mod align_content_space_around_single_line; -mod align_content_space_around_wrapped; -mod align_content_space_between_single_line; -mod align_content_space_between_wrapped; -mod align_content_space_evenly_single_line; -mod align_content_space_evenly_wrapped; -mod align_content_spacearound; -mod align_content_spacebetween; -mod align_content_stretch; -mod align_content_stretch_column; -mod align_content_stretch_is_not_overriding_align_items; -mod align_content_stretch_row; -mod align_content_stretch_row_with_children; -mod align_content_stretch_row_with_fixed_height; -mod align_content_stretch_row_with_flex; -mod align_content_stretch_row_with_flex_no_shrink; -mod align_content_stretch_row_with_margin; -mod align_content_stretch_row_with_max_height; -mod align_content_stretch_row_with_min_height; -mod align_content_stretch_row_with_padding; -mod align_content_stretch_row_with_single_row; -mod align_flex_start_with_shrinking_children; -mod align_flex_start_with_shrinking_children_with_stretch; -mod align_flex_start_with_stretching_children; -mod align_items_center; -mod align_items_center_child_with_margin_bigger_than_parent; -mod align_items_center_child_without_margin_bigger_than_parent; -mod align_items_center_justify_content_center; -mod align_items_center_min_max_with_padding; -mod align_items_center_with_child_margin; -mod align_items_center_with_child_top; -mod align_items_flex_end; -mod align_items_flex_end_child_with_margin_bigger_than_parent; -mod align_items_flex_end_child_without_margin_bigger_than_parent; -mod align_items_flex_start; -mod align_items_min_max; -mod align_items_stretch; -mod align_items_stretch_min_cross; -mod align_self_baseline; -mod align_self_center; -mod align_self_center_undefined_max_height; -mod align_self_flex_end; -mod align_self_flex_end_override_flex_start; -mod align_self_flex_start; -mod align_stretch_should_size_based_on_parent; -mod android_news_feed; -mod aspect_ratio_flex_column_fill_height; -mod aspect_ratio_flex_column_fill_max_height; -mod aspect_ratio_flex_column_fill_max_width; -mod aspect_ratio_flex_column_fill_min_height; -mod aspect_ratio_flex_column_fill_min_width; -mod aspect_ratio_flex_column_fill_width; -mod aspect_ratio_flex_column_fill_width_flex; -mod aspect_ratio_flex_column_stretch_fill_height; -mod aspect_ratio_flex_column_stretch_fill_max_height; -mod aspect_ratio_flex_column_stretch_fill_max_width; -mod aspect_ratio_flex_column_stretch_fill_width; -mod aspect_ratio_flex_row_fill_height; -mod aspect_ratio_flex_row_fill_max_height; -mod aspect_ratio_flex_row_fill_max_width; -mod aspect_ratio_flex_row_fill_min_height; -mod aspect_ratio_flex_row_fill_min_width; -mod aspect_ratio_flex_row_fill_width; -mod aspect_ratio_flex_row_fill_width_flex; -mod aspect_ratio_flex_row_stretch_fill_height; -mod aspect_ratio_flex_row_stretch_fill_max_height; -mod aspect_ratio_flex_row_stretch_fill_max_width; -mod aspect_ratio_flex_row_stretch_fill_width; -mod bevy_issue_7976_3_level; -mod bevy_issue_7976_4_level; -mod bevy_issue_7976_reduced; -mod bevy_issue_8017; -mod bevy_issue_8017_reduced; -mod bevy_issue_8082; -mod bevy_issue_8082_percent; -mod bevy_issue_9530; -mod bevy_issue_9530_reduced; -mod bevy_issue_9530_reduced2; -mod bevy_issue_9530_reduced3; -mod bevy_issue_9530_reduced4; -mod block_absolute_aspect_ratio_aspect_ratio_overrides_height_of_full_inset; -mod block_absolute_aspect_ratio_fill_height; -mod block_absolute_aspect_ratio_fill_height_from_inset; -mod block_absolute_aspect_ratio_fill_max_height; -mod block_absolute_aspect_ratio_fill_max_width; -mod block_absolute_aspect_ratio_fill_min_height; -mod block_absolute_aspect_ratio_fill_min_width; -mod block_absolute_aspect_ratio_fill_width; -mod block_absolute_aspect_ratio_fill_width_from_inset; -mod block_absolute_aspect_ratio_height_overrides_inset; -mod block_absolute_aspect_ratio_width_overrides_inset; -mod block_absolute_child_with_margin_x; -mod block_absolute_child_with_margin_y; -mod block_absolute_child_with_max_height; -mod block_absolute_layout_child_order; -mod block_absolute_layout_no_size; -mod block_absolute_layout_percentage_bottom_based_on_parent_height; -mod block_absolute_layout_percentage_height; -mod block_absolute_layout_row_width_height_end_bottom; -mod block_absolute_layout_start_top_end_bottom; -mod block_absolute_layout_width_height_end_bottom; -mod block_absolute_layout_width_height_start_top; -mod block_absolute_layout_width_height_start_top_end_bottom; -mod block_absolute_layout_within_border; -mod block_absolute_margin_auto_bottom_and_top_with_inset; -mod block_absolute_margin_auto_bottom_and_top_without_inset; -mod block_absolute_margin_auto_bottom_with_inset; -mod block_absolute_margin_auto_bottom_without_inset; -mod block_absolute_margin_auto_left_and_right_with_inset; -mod block_absolute_margin_auto_left_and_right_without_inset; -mod block_absolute_margin_auto_left_child_bigger_than_parent_with_inset; -mod block_absolute_margin_auto_left_child_bigger_than_parent_without_inset; -mod block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_with_inset; -mod block_absolute_margin_auto_left_fix_right_child_bigger_than_parent_without_inset; -mod block_absolute_margin_auto_left_right_child_bigger_than_parent_with_inset; -mod block_absolute_margin_auto_left_right_child_bigger_than_parent_without_inset; -mod block_absolute_margin_auto_left_with_inset; -mod block_absolute_margin_auto_left_without_inset; -mod block_absolute_margin_auto_mutiple_children_with_inset; -mod block_absolute_margin_auto_mutiple_children_without_inset; -mod block_absolute_margin_auto_right_with_inset; -mod block_absolute_margin_auto_right_without_inset; -mod block_absolute_margin_auto_top_with_inset; -mod block_absolute_margin_auto_top_without_inset; -mod block_absolute_margin_bottom_left_with_inset; -mod block_absolute_margin_bottom_left_without_inset; -mod block_absolute_minmax_bottom_right_max; -mod block_absolute_minmax_bottom_right_min_max; -mod block_absolute_minmax_bottom_right_min_max_preferred; -mod block_absolute_minmax_top_left_bottom_right_max; -mod block_absolute_minmax_top_left_bottom_right_min_max; -mod block_absolute_no_styles; -mod block_absolute_padding_border_overrides_max_size; -mod block_absolute_padding_border_overrides_size; -mod block_align_baseline_child; -mod block_align_baseline_child_margin; -mod block_align_baseline_child_margin_percent; -mod block_align_baseline_child_padding; -mod block_align_baseline_child_top; -mod block_align_baseline_child_top2; -mod block_align_baseline_double_nested_child; -mod block_aspect_ratio_fill_height; -mod block_aspect_ratio_fill_max_height; -mod block_aspect_ratio_fill_max_width; -mod block_aspect_ratio_fill_min_height; -mod block_aspect_ratio_fill_min_width; -mod block_aspect_ratio_fill_width; -mod block_basic; -mod block_border_fixed_size; -mod block_border_intrinsic_size; -mod block_border_percentage_fixed_size; -mod block_border_percentage_intrinsic_size; -mod block_display_none; -mod block_display_none_with_child; -mod block_display_none_with_inset; -mod block_display_none_with_margin; -mod block_display_none_with_position_absolute; -mod block_inset_fixed; -mod block_inset_percentage; -mod block_intrinsic_width; -mod block_margin_auto_bottom; -mod block_margin_auto_bottom_and_top; -mod block_margin_auto_left; -mod block_margin_auto_left_and_right; -mod block_margin_auto_left_child_bigger_than_parent; -mod block_margin_auto_left_fix_right_child_bigger_than_parent; -mod block_margin_auto_left_right_child_bigger_than_parent; -mod block_margin_auto_mutiple_children; -mod block_margin_auto_right; -mod block_margin_auto_top; -mod block_margin_x_fixed_auto_bottom; -mod block_margin_x_fixed_auto_left; -mod block_margin_x_fixed_auto_left_and_right; -mod block_margin_x_fixed_auto_right; -mod block_margin_x_fixed_auto_top; -mod block_margin_x_fixed_size_negative; -mod block_margin_x_fixed_size_positive; -mod block_margin_x_intrinsic_size_negative; -mod block_margin_x_intrinsic_size_positive; -mod block_margin_x_percentage_fixed_size_negative; -mod block_margin_x_percentage_fixed_size_positive; -mod block_margin_x_percentage_intrinsic_size_other_negative; -mod block_margin_x_percentage_intrinsic_size_other_positive; -mod block_margin_x_percentage_intrinsic_size_self_negative; -mod block_margin_x_percentage_intrinsic_size_self_positive; -mod block_margin_y_collapse_complex; -mod block_margin_y_collapse_through_blocked_by_aspect_ratio; -mod block_margin_y_collapse_through_blocked_by_border_bottom; -mod block_margin_y_collapse_through_blocked_by_border_top; -mod block_margin_y_collapse_through_blocked_by_height; -mod block_margin_y_collapse_through_blocked_by_line_box; -mod block_margin_y_collapse_through_blocked_by_line_box_with_height_zero; -mod block_margin_y_collapse_through_blocked_by_line_box_with_max_height_zero; -mod block_margin_y_collapse_through_blocked_by_min_height; -mod block_margin_y_collapse_through_blocked_by_overflow_x_hidden; -mod block_margin_y_collapse_through_blocked_by_overflow_x_scroll; -mod block_margin_y_collapse_through_blocked_by_overflow_y_hidden; -mod block_margin_y_collapse_through_blocked_by_overflow_y_scroll; -mod block_margin_y_collapse_through_blocked_by_padding_bottom; -mod block_margin_y_collapse_through_blocked_by_padding_top; -mod block_margin_y_collapse_through_negative; -mod block_margin_y_collapse_through_positive; -mod block_margin_y_collapse_through_positive_and_negative; -mod block_margin_y_collapse_through_with_absolute_child; -mod block_margin_y_first_child_collapse_blocked_by_border_top; -mod block_margin_y_first_child_collapse_blocked_by_overflow_x_hidden; -mod block_margin_y_first_child_collapse_blocked_by_overflow_x_scroll; -mod block_margin_y_first_child_collapse_blocked_by_overflow_y_hidden; -mod block_margin_y_first_child_collapse_blocked_by_overflow_y_scroll; -mod block_margin_y_first_child_collapse_blocked_by_padding_top; -mod block_margin_y_first_child_collapse_negative_equal; -mod block_margin_y_first_child_collapse_negative_parent_larger; -mod block_margin_y_first_child_collapse_negative_parent_smaller; -mod block_margin_y_first_child_collapse_not_blocked_by_border_bottom; -mod block_margin_y_first_child_collapse_not_blocked_by_padding_bottom; -mod block_margin_y_first_child_collapse_positive_and_negative; -mod block_margin_y_first_child_collapse_positive_equal; -mod block_margin_y_first_child_collapse_positive_parent_larger; -mod block_margin_y_first_child_collapse_positive_parent_smaller; -mod block_margin_y_first_granchild_collapse_positive_and_negative; -mod block_margin_y_first_granchild_collapse_positive_equal; -mod block_margin_y_last_child_collapse_blocked_by_border_bottom; -mod block_margin_y_last_child_collapse_blocked_by_overflow_x_hidden; -mod block_margin_y_last_child_collapse_blocked_by_overflow_x_scroll; -mod block_margin_y_last_child_collapse_blocked_by_overflow_y_hidden; -mod block_margin_y_last_child_collapse_blocked_by_overflow_y_scroll; -mod block_margin_y_last_child_collapse_blocked_by_padding_bottom; -mod block_margin_y_last_child_collapse_negative_equal; -mod block_margin_y_last_child_collapse_negative_parent_larger; -mod block_margin_y_last_child_collapse_negative_parent_smaller; -mod block_margin_y_last_child_collapse_not_blocked_by_border_top; -mod block_margin_y_last_child_collapse_not_blocked_by_padding_top; -mod block_margin_y_last_child_collapse_positive_and_negative; -mod block_margin_y_last_child_collapse_positive_equal; -mod block_margin_y_last_child_collapse_positive_parent_larger; -mod block_margin_y_last_child_collapse_positive_parent_smaller; -mod block_margin_y_last_granchild_collapse_positive_equal; -mod block_margin_y_sibling_collapse_negative; -mod block_margin_y_sibling_collapse_negative_percentage; -mod block_margin_y_sibling_collapse_positive; -mod block_margin_y_sibling_collapse_positive_and_negative; -mod block_margin_y_sibling_collapse_positive_and_negative_percentage; -mod block_margin_y_sibling_collapse_positive_percentage; -mod block_margin_y_simple_negative; -mod block_margin_y_simple_negative_percentage_other; -mod block_margin_y_simple_negative_percentage_self; -mod block_margin_y_simple_positive; -mod block_margin_y_simple_positive_percentage_other; -mod block_margin_y_simple_positive_percentage_self; -mod block_margin_y_total_collapse; -mod block_margin_y_total_collapse_complex; -mod block_overflow_scrollbars_overriden_by_available_space; -mod block_overflow_scrollbars_overriden_by_max_size; -mod block_overflow_scrollbars_overriden_by_size; -mod block_overflow_scrollbars_take_up_space_both_axis; -mod block_overflow_scrollbars_take_up_space_cross_axis; -mod block_overflow_scrollbars_take_up_space_main_axis; -mod block_padding_border_fixed_size; -mod block_padding_border_intrinsic_size; -mod block_padding_border_overrides_max_size; -mod block_padding_border_overrides_min_size; -mod block_padding_border_overrides_size; -mod block_padding_border_percentage_fixed_size; -mod block_padding_border_percentage_intrinsic_size; -mod block_padding_fixed_size; -mod block_padding_intrinsic_size; -mod block_padding_percentage_fixed_size; -mod block_padding_percentage_intrinsic_size; -mod blockflex_block_in_flex_column; -mod blockflex_block_in_flex_row; -mod blockflex_flex_in_block; -mod blockflex_margin_y_collapse_through_blocked_by_flex; -mod blockflex_margin_y_first_child_collapse_blocked_by_flex; -mod blockflex_margin_y_last_child_collapse_blocked_by_flex; -mod blockflex_overflow_hidden; -mod blockgrid_block_in_grid_auto; -mod blockgrid_block_in_grid_fixed_fit_content_larger; -mod blockgrid_block_in_grid_fixed_fit_content_middle; -mod blockgrid_block_in_grid_fixed_fit_content_smaller; -mod blockgrid_block_in_grid_fixed_larger; -mod blockgrid_block_in_grid_fixed_middle; -mod blockgrid_block_in_grid_fixed_smaller; -mod blockgrid_block_in_grid_fr; -mod blockgrid_block_in_grid_max_content; -mod blockgrid_block_in_grid_min_content; -mod blockgrid_grid_in_block; -mod blockgrid_margin_y_collapse_through_blocked_by_grid; -mod blockgrid_margin_y_first_child_collapse_blocked_by_grid; -mod blockgrid_margin_y_last_child_collapse_blocked_by_grid; -mod border_center_child; -mod border_container_match_child; -mod border_flex_child; -mod border_no_child; -mod border_no_size; -mod border_stretch_child; -mod child_min_max_width_flexing; -mod child_with_padding_align_end; -mod container_with_unsized_child; -mod display_none; -mod display_none_absolute_child; -mod display_none_fixed_size; -mod display_none_only_node; -mod display_none_with_child; -mod display_none_with_margin; -mod display_none_with_position; -mod display_none_with_position_absolute; -mod do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent; -mod flex_basis_and_main_dimen_set_when_flexing; -mod flex_basis_flex_grow_column; -mod flex_basis_flex_grow_row; -mod flex_basis_flex_shrink_column; -mod flex_basis_flex_shrink_row; -mod flex_basis_larger_than_content_column; -mod flex_basis_larger_than_content_row; -mod flex_basis_overrides_main_size; -mod flex_basis_slightly_smaller_then_content_with_flex_grow_large_size; -mod flex_basis_smaller_than_content_column; -mod flex_basis_smaller_than_content_row; -mod flex_basis_smaller_than_main_dimen_column; -mod flex_basis_smaller_than_main_dimen_row; -mod flex_basis_smaller_then_content_with_flex_grow_large_size; -mod flex_basis_smaller_then_content_with_flex_grow_small_size; -mod flex_basis_smaller_then_content_with_flex_grow_unconstraint_size; -mod flex_basis_smaller_then_content_with_flex_grow_very_large_size; -mod flex_basis_unconstraint_column; -mod flex_basis_unconstraint_row; -mod flex_basis_zero_undefined_main_size; -mod flex_column_relative_all_sides; -mod flex_direction_column; -mod flex_direction_column_no_height; -mod flex_direction_column_reverse; -mod flex_direction_column_reverse_no_height; -mod flex_direction_row; -mod flex_direction_row_no_width; -mod flex_direction_row_reverse; -mod flex_grow_child; -mod flex_grow_flex_basis_percent_min_max; -mod flex_grow_height_maximized; -mod flex_grow_in_at_most_container; -mod flex_grow_less_than_factor_one; -mod flex_grow_root_minimized; -mod flex_grow_shrink_at_most; -mod flex_grow_to_min; -mod flex_grow_within_constrained_max_column; -mod flex_grow_within_constrained_max_row; -mod flex_grow_within_constrained_max_width; -mod flex_grow_within_constrained_min_column; -mod flex_grow_within_constrained_min_max_column; -mod flex_grow_within_constrained_min_row; -mod flex_grow_within_max_width; -mod flex_root_ignored; -mod flex_row_relative_all_sides; -mod flex_shrink_by_outer_margin_with_max_size; -mod flex_shrink_flex_grow_child_flex_shrink_other_child; -mod flex_shrink_flex_grow_row; -mod flex_shrink_to_zero; -mod flex_wrap_align_stretch_fits_one_row; -mod flex_wrap_children_with_min_main_overriding_flex_basis; -mod flex_wrap_wrap_to_child_height; -mod gap_column_gap_child_margins; -mod gap_column_gap_determines_parent_width; -mod gap_column_gap_flexible; -mod gap_column_gap_flexible_undefined_parent; -mod gap_column_gap_inflexible; -mod gap_column_gap_inflexible_undefined_parent; -mod gap_column_gap_justify_center; -mod gap_column_gap_justify_flex_end; -mod gap_column_gap_justify_flex_start; -mod gap_column_gap_justify_space_around; -mod gap_column_gap_justify_space_between; -mod gap_column_gap_justify_space_evenly; -mod gap_column_gap_mixed_flexible; -mod gap_column_gap_percentage_cyclic_partially_shrinkable; -mod gap_column_gap_percentage_cyclic_shrinkable; -mod gap_column_gap_percentage_cyclic_unshrinkable; -mod gap_column_gap_percentage_flexible; -mod gap_column_gap_percentage_flexible_with_padding; -mod gap_column_gap_percentage_inflexible; -mod gap_column_gap_row_gap_wrapping; -mod gap_column_gap_wrap_align_center; -mod gap_column_gap_wrap_align_flex_end; -mod gap_column_gap_wrap_align_flex_start; -mod gap_column_gap_wrap_align_space_around; -mod gap_column_gap_wrap_align_space_between; -mod gap_column_gap_wrap_align_stretch; -mod gap_column_row_gap_wrapping; -mod gap_row_gap_align_items_end; -mod gap_row_gap_align_items_stretch; -mod gap_row_gap_column_child_margins; -mod gap_row_gap_determines_parent_height; -mod gap_row_gap_percentage_wrapping; -mod gap_row_gap_row_wrap_child_margins; -#[cfg(feature = "grid")] -mod grid_absolute_align_self_sized_all; -#[cfg(feature = "grid")] -mod grid_absolute_column_end; -#[cfg(feature = "grid")] -mod grid_absolute_column_start; -#[cfg(feature = "grid")] -mod grid_absolute_container_bottom_left; -#[cfg(feature = "grid")] -mod grid_absolute_container_bottom_left_margin; -#[cfg(feature = "grid")] -mod grid_absolute_container_left_overrides_right; -#[cfg(feature = "grid")] -mod grid_absolute_container_left_right; -#[cfg(feature = "grid")] -mod grid_absolute_container_left_right_margin; -#[cfg(feature = "grid")] -mod grid_absolute_container_negative_position; -#[cfg(feature = "grid")] -mod grid_absolute_container_negative_position_margin; -#[cfg(feature = "grid")] -mod grid_absolute_container_top_bottom; -#[cfg(feature = "grid")] -mod grid_absolute_container_top_bottom_margin; -#[cfg(feature = "grid")] -mod grid_absolute_container_top_right; -#[cfg(feature = "grid")] -mod grid_absolute_container_top_right_margin; -#[cfg(feature = "grid")] -mod grid_absolute_justify_self_sized_all; -#[cfg(feature = "grid")] -mod grid_absolute_layout_within_border; -#[cfg(feature = "grid")] -mod grid_absolute_layout_within_border_static; -#[cfg(feature = "grid")] -mod grid_absolute_row_end; -#[cfg(feature = "grid")] -mod grid_absolute_row_start; -#[cfg(feature = "grid")] -mod grid_absolute_top_overrides_bottom; -#[cfg(feature = "grid")] -mod grid_absolute_with_padding; -#[cfg(feature = "grid")] -mod grid_absolute_with_padding_and_margin; -#[cfg(feature = "grid")] -mod grid_align_content_center; -#[cfg(feature = "grid")] -mod grid_align_content_end; -#[cfg(feature = "grid")] -mod grid_align_content_end_with_padding_border; -#[cfg(feature = "grid")] -mod grid_align_content_space_around; -#[cfg(feature = "grid")] -mod grid_align_content_space_around_with_padding_border; -#[cfg(feature = "grid")] -mod grid_align_content_space_between; -#[cfg(feature = "grid")] -mod grid_align_content_space_between_with_padding_border; -#[cfg(feature = "grid")] -mod grid_align_content_space_evenly; -#[cfg(feature = "grid")] -mod grid_align_content_space_evenly_with_padding_border; -#[cfg(feature = "grid")] -mod grid_align_content_start; -#[cfg(feature = "grid")] -mod grid_align_content_start_with_padding_border; -#[cfg(feature = "grid")] -mod grid_align_items_baseline; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_margin; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_margin_percent; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_multiline; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_multiline_no_override_on_secondline; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_multiline_override; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_padding; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_top; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_child_top2; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_complex; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_double_nested_child; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_multiline; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_multiline_column; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_multiline_row_and_column; -#[cfg(feature = "grid")] -mod grid_align_items_baseline_nested_column; -#[cfg(feature = "grid")] -mod grid_align_items_sized_center; -#[cfg(feature = "grid")] -mod grid_align_items_sized_end; -#[cfg(feature = "grid")] -mod grid_align_items_sized_start; -#[cfg(feature = "grid")] -mod grid_align_items_sized_stretch; -#[cfg(feature = "grid")] -mod grid_align_self_sized_all; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_absolute_aspect_ratio_overrides_height_of_full_inset; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_absolute_fill_height_from_inset; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_absolute_fill_width_from_inset; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_absolute_height_overrides_inset; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_absolute_width_overrides_inset; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_child_fill_content_height; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_child_fill_content_width; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_fill_child_height; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_fill_child_max_height; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_fill_child_max_width; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_fill_child_min_height; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_fill_child_min_width; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_fill_child_width; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_overriden_by_explicit_sizes; -#[cfg(feature = "grid")] -mod grid_aspect_ratio_overriden_by_explicit_sizes_flex; -#[cfg(feature = "grid")] -mod grid_auto_columns; -#[cfg(feature = "grid")] -mod grid_auto_columns_fixed_width; -#[cfg(feature = "grid")] -mod grid_auto_fill_fixed_size; -#[cfg(feature = "grid")] -mod grid_auto_fill_with_empty_auto_track; -#[cfg(feature = "grid")] -mod grid_auto_fit_with_empty_auto_track; -#[cfg(feature = "grid")] -mod grid_auto_rows; -#[cfg(feature = "grid")] -mod grid_auto_single_item; -#[cfg(feature = "grid")] -mod grid_auto_single_item_fixed_width; -#[cfg(feature = "grid")] -mod grid_auto_single_item_fixed_width_with_definite_width; -#[cfg(feature = "grid")] -mod grid_auto_takes_precedence_over_fr; -#[cfg(feature = "grid")] -mod grid_available_space_greater_than_max_content; -#[cfg(feature = "grid")] -mod grid_available_space_smaller_than_max_content; -#[cfg(feature = "grid")] -mod grid_available_space_smaller_than_min_content; -#[cfg(feature = "grid")] -mod grid_basic; -#[cfg(feature = "grid")] -mod grid_basic_implicit_tracks; -#[cfg(feature = "grid")] -mod grid_basic_with_overflow; -#[cfg(feature = "grid")] -mod grid_basic_with_padding; -#[cfg(feature = "grid")] -mod grid_display_none_fixed_size; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_definite_argument; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_definite_max_content; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_definite_min_content; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_indefinite_argument; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_indefinite_max_content; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_indefinite_max_content_hidden; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_indefinite_min_content; -#[cfg(feature = "grid")] -mod grid_fit_content_percent_indefinite_min_content_hidden; -#[cfg(feature = "grid")] -mod grid_fit_content_points_argument; -#[cfg(feature = "grid")] -mod grid_fit_content_points_max_content; -#[cfg(feature = "grid")] -mod grid_fit_content_points_min_content; -#[cfg(feature = "grid")] -mod grid_fit_content_points_min_content_hidden; -#[cfg(feature = "grid")] -mod grid_fr_fixed_size_no_content_proportions; -#[cfg(feature = "grid")] -mod grid_fr_fixed_size_no_content_proportions_sub_1_sum; -#[cfg(feature = "grid")] -mod grid_fr_fixed_size_single_item; -#[cfg(feature = "grid")] -mod grid_fr_no_sized_items_indefinite; -#[cfg(feature = "grid")] -mod grid_fr_single_item_indefinite; -#[cfg(feature = "grid")] -mod grid_fr_span_2_proportion; -#[cfg(feature = "grid")] -mod grid_fr_span_2_proportion_sub_1_sum; -#[cfg(feature = "grid")] -mod grid_fr_span_2_proportion_with_non_spanned_track; -#[cfg(feature = "grid")] -mod grid_fr_span_2_proportion_zero_sum; -#[cfg(feature = "grid")] -mod grid_fr_span_2_proportion_zero_sum_with_non_spanned_track; -#[cfg(feature = "grid")] -mod grid_gap; -#[cfg(feature = "grid")] -mod grid_hidden; -#[cfg(feature = "grid")] -mod grid_justify_content_center; -#[cfg(feature = "grid")] -mod grid_justify_content_center_with_padding_border; -#[cfg(feature = "grid")] -mod grid_justify_content_end; -#[cfg(feature = "grid")] -mod grid_justify_content_end_with_padding_border; -#[cfg(feature = "grid")] -mod grid_justify_content_space_around; -#[cfg(feature = "grid")] -mod grid_justify_content_space_around_with_padding_border; -#[cfg(feature = "grid")] -mod grid_justify_content_space_between; -#[cfg(feature = "grid")] -mod grid_justify_content_space_between_with_padding_border; -#[cfg(feature = "grid")] -mod grid_justify_content_space_evenly; -#[cfg(feature = "grid")] -mod grid_justify_content_space_evenly_with_padding_border; -#[cfg(feature = "grid")] -mod grid_justify_content_start; -#[cfg(feature = "grid")] -mod grid_justify_content_start_with_padding_border; -#[cfg(feature = "grid")] -mod grid_justify_items_sized_center; -#[cfg(feature = "grid")] -mod grid_justify_items_sized_end; -#[cfg(feature = "grid")] -mod grid_justify_items_sized_start; -#[cfg(feature = "grid")] -mod grid_justify_items_sized_stretch; -#[cfg(feature = "grid")] -mod grid_justify_self_sized_all; -#[cfg(feature = "grid")] -mod grid_margins_auto_margins; -#[cfg(feature = "grid")] -mod grid_margins_auto_margins_override_stretch; -#[cfg(feature = "grid")] -mod grid_margins_fixed_center; -#[cfg(feature = "grid")] -mod grid_margins_fixed_end; -#[cfg(feature = "grid")] -mod grid_margins_fixed_start; -#[cfg(feature = "grid")] -mod grid_margins_fixed_stretch; -#[cfg(feature = "grid")] -mod grid_margins_percent_center; -#[cfg(feature = "grid")] -mod grid_margins_percent_end; -#[cfg(feature = "grid")] -mod grid_margins_percent_start; -#[cfg(feature = "grid")] -mod grid_margins_percent_stretch; -#[cfg(feature = "grid")] -mod grid_max_content_maximum_single_item; -#[cfg(feature = "grid")] -mod grid_max_content_single_item; -#[cfg(feature = "grid")] -mod grid_max_content_single_item_margin_auto; -#[cfg(feature = "grid")] -mod grid_max_content_single_item_margin_fixed; -#[cfg(feature = "grid")] -mod grid_max_content_single_item_margin_percent; -#[cfg(feature = "grid")] -mod grid_max_content_single_item_span_2; -#[cfg(feature = "grid")] -mod grid_max_content_single_item_span_2_gap_fixed; -#[cfg(feature = "grid")] -mod grid_max_content_single_item_span_2_gap_percent_definite; -#[cfg(feature = "grid")] -mod grid_max_content_single_item_span_2_gap_percent_indefinite; -#[cfg(feature = "grid")] -mod grid_max_width_greater_than_max_content; -#[cfg(feature = "grid")] -mod grid_max_width_less_than_max_content_with_min_content; -#[cfg(feature = "grid")] -mod grid_max_width_smaller_than_max_content; -#[cfg(feature = "grid")] -mod grid_max_width_smaller_than_min_content; -#[cfg(feature = "grid")] -mod grid_min_content_flex_column; -#[cfg(feature = "grid")] -mod grid_min_content_flex_row; -#[cfg(feature = "grid")] -mod grid_min_content_flex_single_item; -#[cfg(feature = "grid")] -mod grid_min_content_flex_single_item_margin_auto; -#[cfg(feature = "grid")] -mod grid_min_content_flex_single_item_margin_fixed; -#[cfg(feature = "grid")] -mod grid_min_content_flex_single_item_margin_percent; -#[cfg(feature = "grid")] -mod grid_min_content_maximum_single_item; -#[cfg(feature = "grid")] -mod grid_min_content_single_item; -#[cfg(feature = "grid")] -mod grid_minmax_auto_fixed_10px; -#[cfg(feature = "grid")] -mod grid_minmax_auto_max_content; -#[cfg(feature = "grid")] -mod grid_minmax_auto_min_content; -#[cfg(feature = "grid")] -mod grid_minmax_auto_percent_definite; -#[cfg(feature = "grid")] -mod grid_minmax_auto_percent_indefinite; -#[cfg(feature = "grid")] -mod grid_minmax_column_fixed_width_above_range; -#[cfg(feature = "grid")] -mod grid_minmax_column_fixed_width_below_range; -#[cfg(feature = "grid")] -mod grid_minmax_column_fixed_width_within_range; -#[cfg(feature = "grid")] -mod grid_minmax_column_indefinite; -#[cfg(feature = "grid")] -mod grid_minmax_column_with_auto_fixed; -#[cfg(feature = "grid")] -mod grid_minmax_column_with_fr_fixed; -#[cfg(feature = "grid")] -mod grid_minmax_max_content_1fr; -#[cfg(feature = "grid")] -mod grid_minmax_max_content_auto; -#[cfg(feature = "grid")] -mod grid_minmax_max_content_fixed_10px; -#[cfg(feature = "grid")] -mod grid_minmax_max_content_min_content; -#[cfg(feature = "grid")] -mod grid_minmax_max_content_percent_definite; -#[cfg(feature = "grid")] -mod grid_minmax_max_content_percent_indefinite; -#[cfg(feature = "grid")] -mod grid_minmax_min_content_1fr; -#[cfg(feature = "grid")] -mod grid_minmax_min_content_auto; -#[cfg(feature = "grid")] -mod grid_minmax_min_content_fixed_10px; -#[cfg(feature = "grid")] -mod grid_minmax_min_content_max_content; -#[cfg(feature = "grid")] -mod grid_minmax_min_content_percent_definite; -#[cfg(feature = "grid")] -mod grid_minmax_min_content_percent_indefinite; -#[cfg(feature = "grid")] -mod grid_out_of_order_items; -#[cfg(feature = "grid")] -mod grid_overflow_inline_axis_hidden; -#[cfg(feature = "grid")] -mod grid_overflow_inline_axis_scroll; -#[cfg(feature = "grid")] -mod grid_overflow_inline_axis_visible; -#[cfg(feature = "grid")] -mod grid_overflow_rows; -#[cfg(feature = "grid")] -mod grid_overflow_scrollbars_overriden_by_available_space; -#[cfg(feature = "grid")] -mod grid_overflow_scrollbars_overriden_by_max_size; -#[cfg(feature = "grid")] -mod grid_overflow_scrollbars_overriden_by_size; -#[cfg(feature = "grid")] -mod grid_overflow_scrollbars_take_up_space_both_axis; -#[cfg(feature = "grid")] -mod grid_overflow_scrollbars_take_up_space_x_axis; -#[cfg(feature = "grid")] -mod grid_overflow_scrollbars_take_up_space_y_axis; -#[cfg(feature = "grid")] -mod grid_padding_border_overrides_container_max_size; -#[cfg(feature = "grid")] -mod grid_padding_border_overrides_container_size; -#[cfg(feature = "grid")] -mod grid_padding_border_overrides_max_size; -#[cfg(feature = "grid")] -mod grid_padding_border_overrides_min_size; -#[cfg(feature = "grid")] -mod grid_padding_border_overrides_size; -#[cfg(feature = "grid")] -mod grid_percent_item_inside_stretch_item; -#[cfg(feature = "grid")] -mod grid_percent_items_nested_inside_stretch_alignment; -#[cfg(feature = "grid")] -mod grid_percent_items_nested_moderate; -#[cfg(feature = "grid")] -mod grid_percent_items_nested_with_margin; -#[cfg(feature = "grid")] -mod grid_percent_items_nested_with_padding_margin; -#[cfg(feature = "grid")] -mod grid_percent_items_width_and_margin; -#[cfg(feature = "grid")] -mod grid_percent_items_width_and_padding; -#[cfg(feature = "grid")] -mod grid_percent_tracks_definite_overflow; -#[cfg(feature = "grid")] -mod grid_percent_tracks_definite_underflow; -#[cfg(feature = "grid")] -mod grid_percent_tracks_indefinite_only; -#[cfg(feature = "grid")] -mod grid_percent_tracks_indefinite_with_content_overflow; -#[cfg(feature = "grid")] -mod grid_percent_tracks_indefinite_with_content_underflow; -#[cfg(feature = "grid")] -mod grid_placement_auto_negative; -#[cfg(feature = "grid")] -mod grid_placement_definite_in_secondary_axis_with_fully_definite_negative; -#[cfg(feature = "grid")] -mod grid_relative_all_sides; -#[cfg(feature = "grid")] -mod grid_relayout_vertical_text; -#[cfg(feature = "grid")] -mod grid_repeat_integer; -#[cfg(feature = "grid")] -mod grid_repeat_mixed; -#[cfg(feature = "grid")] -mod grid_size_child_fixed_tracks; -#[cfg(feature = "grid")] -mod grid_span_13_most_non_flex_with_minmax_indefinite; -#[cfg(feature = "grid")] -mod grid_span_13_most_non_flex_with_minmax_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_max_content_auto_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_max_content_auto_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_max_content_fit_content_10px_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_max_content_fit_content_10px_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_max_content_fit_content_80px_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_max_content_fit_content_80px_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_max_content_max_content_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_auto_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_auto_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_fit_content_10px_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_fit_content_10px_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_fit_content_30px_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_fit_content_30px_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_fit_content_80px_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_fit_content_80px_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_max_content_indefinite; -#[cfg(feature = "grid")] -mod grid_span_2_min_content_min_content_indefinite; -#[cfg(feature = "grid")] -mod grid_span_6_all_non_flex_indefinite; -#[cfg(feature = "grid")] -mod grid_span_6_all_non_flex_indefinite_hidden; -#[cfg(feature = "grid")] -mod grid_span_8_all_track_types_indefinite; -#[cfg(feature = "grid")] -mod gridflex_column_integration; -#[cfg(feature = "grid")] -mod gridflex_kitchen_sink; -#[cfg(feature = "grid")] -mod gridflex_kitchen_sink_minimise; -#[cfg(feature = "grid")] -mod gridflex_kitchen_sink_minimise2; -#[cfg(feature = "grid")] -mod gridflex_kitchen_sink_minimise3; -#[cfg(feature = "grid")] -mod gridflex_row_integration; -mod intrinsic_sizing_cross_size_column; -mod intrinsic_sizing_main_size_column; -mod intrinsic_sizing_main_size_column_nested; -mod intrinsic_sizing_main_size_column_wrap; -mod intrinsic_sizing_main_size_row; -mod intrinsic_sizing_main_size_row_nested; -mod intrinsic_sizing_main_size_row_wrap; -mod justify_content_column_center; -mod justify_content_column_flex_end; -mod justify_content_column_flex_start; -mod justify_content_column_max_height_and_margin; -mod justify_content_column_min_height_and_margin; -mod justify_content_column_min_height_and_margin_bottom; -mod justify_content_column_min_height_and_margin_top; -mod justify_content_column_space_around; -mod justify_content_column_space_between; -mod justify_content_column_space_evenly; -mod justify_content_min_max; -mod justify_content_min_width_with_padding_child_width_greater_than_parent; -mod justify_content_min_width_with_padding_child_width_lower_than_parent; -mod justify_content_overflow_min_max; -mod justify_content_row_center; -mod justify_content_row_flex_end; -mod justify_content_row_flex_start; -mod justify_content_row_max_width_and_margin; -mod justify_content_row_min_width_and_margin; -mod justify_content_row_space_around; -mod justify_content_row_space_between; -mod justify_content_row_space_evenly; -mod leaf_overflow_scrollbars_affect_available_space_x_axis; -mod leaf_overflow_scrollbars_affect_available_space_y_axis; -mod leaf_overflow_scrollbars_overriden_by_available_space; -mod leaf_overflow_scrollbars_overriden_by_max_size; -mod leaf_overflow_scrollbars_overriden_by_size; -mod leaf_overflow_scrollbars_take_up_space_both_axis; -mod leaf_overflow_scrollbars_take_up_space_x_axis; -mod leaf_overflow_scrollbars_take_up_space_y_axis; -mod leaf_padding_border_overrides_max_size; -mod leaf_padding_border_overrides_min_size; -mod leaf_padding_border_overrides_size; -mod leaf_with_content_and_border; -mod leaf_with_content_and_padding; -mod leaf_with_content_and_padding_border; -mod margin_and_flex_column; -mod margin_and_flex_row; -mod margin_and_stretch_column; -mod margin_and_stretch_row; -mod margin_auto_bottom; -mod margin_auto_bottom_and_top; -mod margin_auto_bottom_and_top_justify_center; -mod margin_auto_left; -mod margin_auto_left_and_right; -mod margin_auto_left_and_right_column; -mod margin_auto_left_and_right_column_and_center; -mod margin_auto_left_and_right_stretch; -mod margin_auto_left_child_bigger_than_parent; -mod margin_auto_left_fix_right_child_bigger_than_parent; -mod margin_auto_left_right_child_bigger_than_parent; -mod margin_auto_left_stretching_child; -mod margin_auto_mutiple_children_column; -mod margin_auto_mutiple_children_row; -mod margin_auto_right; -mod margin_auto_top; -mod margin_auto_top_and_bottom_stretch; -mod margin_auto_top_stretching_child; -mod margin_bottom; -mod margin_fix_left_auto_right_child_bigger_than_parent; -mod margin_left; -mod margin_right; -mod margin_should_not_be_part_of_max_height; -mod margin_should_not_be_part_of_max_width; -mod margin_top; -mod margin_with_sibling_column; -mod margin_with_sibling_row; -mod max_height; -mod max_height_overrides_height; -mod max_height_overrides_height_on_root; -mod max_width; -mod max_width_overrides_width; -mod max_width_overrides_width_on_root; -mod measure_child; -mod measure_child_absolute; -mod measure_child_constraint; -mod measure_child_constraint_padding_parent; -mod measure_child_with_flex_grow; -mod measure_child_with_flex_shrink; -mod measure_child_with_flex_shrink_hidden; -mod measure_child_with_min_size_greater_than_available_space; -mod measure_flex_basis_overrides_measure; -mod measure_height_overrides_measure; -mod measure_remeasure_child_after_growing; -mod measure_remeasure_child_after_shrinking; -mod measure_remeasure_child_after_stretching; -mod measure_root; -mod measure_stretch_overrides_measure; -mod measure_width_overrides_measure; -mod min_height; -mod min_height_larger_than_height; -mod min_height_overrides_height; -mod min_height_overrides_height_on_root; -mod min_height_overrides_max_height; -mod min_height_with_nested_fixed_height; -mod min_max_percent_different_width_height; -mod min_max_percent_no_width_height; -mod min_width; -mod min_width_larger_than_width; -mod min_width_overrides_max_width; -mod min_width_overrides_width; -mod min_width_overrides_width_on_root; -mod nested_overflowing_child; -mod nested_overflowing_child_in_constraint_parent; -mod only_shrinkable_item_with_flex_basis_zero; -mod overflow_cross_axis; -mod overflow_main_axis; -mod overflow_main_axis_shrink_hidden; -mod overflow_main_axis_shrink_scroll; -mod overflow_main_axis_shrink_visible; -mod overflow_scroll_main_axis_justify_content_end; -mod overflow_scrollbars_overriden_by_available_space; -mod overflow_scrollbars_overriden_by_max_size; -mod overflow_scrollbars_overriden_by_size; -mod overflow_scrollbars_take_up_space_both_axis; -mod overflow_scrollbars_take_up_space_cross_axis; -mod overflow_scrollbars_take_up_space_main_axis; -mod padding_align_end_child; -mod padding_border_overrides_max_size; -mod padding_border_overrides_min_size; -mod padding_border_overrides_size; -mod padding_border_overrides_size_flex_basis_0; -mod padding_border_overrides_size_flex_basis_0_growable; -mod padding_center_child; -mod padding_container_match_child; -mod padding_flex_child; -mod padding_no_child; -mod padding_no_size; -mod padding_stretch_child; -mod parent_wrap_child_size_overflowing_parent; -mod percent_absolute_position; -mod percent_within_flex_grow; -mod percentage_absolute_position; -mod percentage_container_in_wrapping_container; -mod percentage_different_width_height; -mod percentage_different_width_height_column; -mod percentage_flex_basis; -mod percentage_flex_basis_cross; -mod percentage_flex_basis_cross_max_height; -mod percentage_flex_basis_cross_max_width; -mod percentage_flex_basis_cross_min_height; -mod percentage_flex_basis_cross_min_width; -mod percentage_flex_basis_main_max_height; -mod percentage_flex_basis_main_max_width; -mod percentage_flex_basis_main_min_width; -mod percentage_main_max_height; -mod percentage_margin_should_calculate_based_only_on_width; -mod percentage_moderate_complexity; -mod percentage_moderate_complexity2; -mod percentage_multiple_nested_with_padding_margin_and_percentage_values; -mod percentage_padding_should_calculate_based_only_on_width; -mod percentage_position_bottom_right; -mod percentage_position_left_top; -mod percentage_size_based_on_parent_inner_size; -mod percentage_size_of_flex_basis; -mod percentage_sizes_should_not_prevent_flex_shrinking; -mod percentage_width_height; -mod percentage_width_height_undefined_parent_size; -mod position_root_with_rtl_should_position_withoutdirection; -mod relative_position_should_not_nudge_siblings; -mod rounding_flex_basis_flex_grow_row_prime_number_width; -mod rounding_flex_basis_flex_grow_row_width_of_100; -mod rounding_flex_basis_flex_shrink_row; -mod rounding_flex_basis_overrides_main_size; -mod rounding_fractial_input_1; -mod rounding_fractial_input_2; -mod rounding_fractial_input_3; -mod rounding_fractial_input_4; -mod rounding_fractial_input_5; -mod rounding_fractial_input_6; -mod rounding_fractial_input_7; -mod rounding_inner_node_controversy_combined; -mod rounding_inner_node_controversy_horizontal; -mod rounding_inner_node_controversy_vertical; -mod rounding_total_fractial; -mod rounding_total_fractial_nested; -mod simple_child; -mod single_flex_child_after_absolute_child; -mod size_defined_by_child; -mod size_defined_by_child_with_border; -mod size_defined_by_child_with_padding; -mod size_defined_by_grand_child; -mod undefined_height_with_min_max; -mod undefined_width_with_min_max; -mod undefined_width_with_min_max_row; -mod width_smaller_then_content_with_flex_grow_large_size; -mod width_smaller_then_content_with_flex_grow_small_size; -mod width_smaller_then_content_with_flex_grow_unconstraint_size; -mod width_smaller_then_content_with_flex_grow_very_large_size; -mod wrap_child; -mod wrap_column; -mod wrap_grandchild; -mod wrap_nodes_with_content_sizing_margin_cross; -mod wrap_nodes_with_content_sizing_overflowing_margin; -mod wrap_reverse_column; -mod wrap_reverse_column_fixed_size; -mod wrap_reverse_row; -mod wrap_reverse_row_align_content_center; -mod wrap_reverse_row_align_content_flex_start; -mod wrap_reverse_row_align_content_space_around; -mod wrap_reverse_row_align_content_stretch; -mod wrap_reverse_row_single_line_different_size; -mod wrap_row; -mod wrap_row_align_items_center; -mod wrap_row_align_items_flex_end; -mod wrapped_column_max_height; -mod wrapped_column_max_height_flex; -mod wrapped_row_within_align_items_center; -mod wrapped_row_within_align_items_flex_end; -mod wrapped_row_within_align_items_flex_start;