这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions benches/generated/justify_content_column_min_height_and_margin.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions benches/generated/justify_content_colunn_max_height_and_margin.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions benches/generated/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions test_fixtures/justify_content_column_min_height_and_margin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="../scripts/gentest/test_helper.js"></script>
<link rel="stylesheet" type="text/css" href="../scripts/gentest/test_base_style.css">
<title>
Test description
</title>
<head/>
<body>

<!-- this test has an extra node compared to the yoga version because yoga's gentest script wraps places the test
snippet within an extra root node. Whereas Taffy's script make the root of the snippet the test root -->
<div id="test-root">
<div style="min-height: 50px; margin-top: 100px; justify-content: center; flex-direction: column;">
<div style="height: 20px; width: 20px;"></div>
</div>
</div>

</body>
</html>
21 changes: 21 additions & 0 deletions test_fixtures/justify_content_colunn_max_height_and_margin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="../scripts/gentest/test_helper.js"></script>
<link rel="stylesheet" type="text/css" href="../scripts/gentest/test_base_style.css">
<title>
Test description
</title>
<head/>
<body>

<!-- this test has an extra node compared to the yoga version because yoga's gentest script wraps places the test
snippet within an extra root node. Whereas Taffy's script make the root of the snippet the test root -->
<div id="test-root">
<div style="height: 100px; max-height: 80px; margin-top: 100px; justify-content: center; flex-direction: column;">
<div style="height: 20px; width: 20px;"></div>
</div>
</div>

</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="../scripts/gentest/test_helper.js"></script>
<link rel="stylesheet" type="text/css" href="../scripts/gentest/test_base_style.css">
<title>
Test description
</title>
<head/>
<body>

<!-- this test has an extra node compared to the yoga version because yoga's gentest script wraps places the test
snippet within an extra root node. Whereas Taffy's script make the root of the snippet the test root -->
<div id="test-root">
<div style="height: 52px; width: 52px; left: 72px; "></div>
</div>

</body>
</html>
17 changes: 0 additions & 17 deletions test_fixtures/xjustify_content_column_min_height_and_margin.html

This file was deleted.

17 changes: 0 additions & 17 deletions test_fixtures/xjustify_content_colunn_max_height_and_margin.html

This file was deleted.

This file was deleted.

53 changes: 53 additions & 0 deletions tests/generated/justify_content_column_min_height_and_margin.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions tests/generated/justify_content_colunn_max_height_and_margin.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/generated/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading