Skip to content

Commit

Permalink
Replace margin-start with margin-left in android_news_feed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jan 12, 2023
1 parent c602e65 commit 394dd91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions benches/generated/android_news_feed.rs

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

4 changes: 2 additions & 2 deletions test_fixtures/android_news_feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div layout="width: 1080; height: 444; top: 0; left: 0;" style="flex-direction: column;flex-shrink: 0; " >
<div layout="width: 1080; height: 444; top: 0; left: 0;" style="flex-direction: column;align-content: stretch; " >
<div layout="width: 1080; height: 226; top: 0; left: 0;" style="flex-direction: column;align-content: stretch; " >
<div layout="width: 1044; height: 202; top: 24; left: 36;" style="flex-direction: row; align-items: flex-start; align-content: stretch; margin-top: 24px; margin-start: 36px; " >
<div layout="width: 1044; height: 202; top: 24; left: 36;" style="flex-direction: row; align-items: flex-start; align-content: stretch; margin-top: 24px; margin-left: 36px; " >
<div layout="width: 120; height: 120; top: 0; left: 0;" style="flex-direction: row; align-content: stretch; flex-shrink: 0; " >
<div layout="width: 120; height: 120; top: 0; left: 0;" style="align-content: stretch; flex-shrink: 0; width: 120px; height: 120px; " has-custom-measure="true"></div>
</div>
Expand All @@ -24,7 +24,7 @@
</div>
</div>
<div layout="width: 1080; height: 218; top: 226; left: 0;" style="flex-direction: column;align-content: stretch; " >
<div layout="width: 906; height: 194; top: 24; left: 174;" style="flex-direction: row; align-items: flex-start; align-content: stretch; margin-top: 24px; margin-start: 174px; " >
<div layout="width: 906; height: 194; top: 24; left: 174;" style="flex-direction: row; align-items: flex-start; align-content: stretch; margin-top: 24px; margin-left: 174px; " >
<div layout="width: 72; height: 72; top: 12; left: 0;" style="flex-direction: row; align-content: stretch; flex-shrink: 0; " >
<div layout="width: 72; height: 72; top: 0; left: 0;" style="align-content: stretch; flex-shrink: 0; width: 72px; height: 72px; " has-custom-measure="true"></div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions tests/generated/android_news_feed.rs

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

0 comments on commit 394dd91

Please sign in to comment.