Skip to content

Commit

Permalink
Convert tests not specifically testing start/end to use left/right in…
Browse files Browse the repository at this point in the history
…stead
  • Loading branch information
nicoburns committed Jan 7, 2023
1 parent e2467e0 commit 9507561
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 3 deletions.
34 changes: 34 additions & 0 deletions benches/generated/absolute_layout_percentage_height.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/absolute_layout_row_width_height_end_bottom.rs

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

<div id="test-root" style="width: 200px; height: 100px;">
<div style="width:10px; height: 50%; position: absolute; inset-inline-start: 10px; top: 10px;"></div>
<div style="width:10px; height: 50%; position: absolute; left: 10px; top: 10px;"></div>
</div>

</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

<div id="test-root" style="width: 100px; height: 100px; flex-direction: row;">
<div style="width:10px; height: 10px; position: absolute; inset-inline-end: 10px; bottom: 10px;"></div>
<div style="width:10px; height: 10px; position: absolute; right: 10px; bottom: 10px;"></div>
</div>

</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

<div id="test-root" style="height: 50px; width: 50px; overflow: hidden; flex-direction: row;">
<div style="position: absolute; inset-inline-start: 0px; top: 0px;">
<div style="position: absolute; left: 0px; top: 0px;">
<div style="width: 100px; height: 100px;"></div>
</div>
</div>
Expand Down
49 changes: 49 additions & 0 deletions tests/generated/absolute_layout_percentage_height.rs

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

49 changes: 49 additions & 0 deletions tests/generated/absolute_layout_row_width_height_end_bottom.rs

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

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

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

0 comments on commit 9507561

Please sign in to comment.