Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upreddit.com rendering regression #10571
Comments
|
cc @pcwalton |
|
(Make sure to run browserhtml with these parameters |
|
@metajack Let's keep the network issues and WR rendering issues in separate bugs. I suspect the network issues are just speculative HTML parsing as usual. This bug should be about the text only. |
|
Blocking: #10903 |
|
Minimal test case:
Pretty embarrassing that we don't have tests for this! |
guessing the inline-size of block formatting contexts. Fixes the layout on reddit.com. Partially addresses servo#10571.
…r=<try> layout: Take margins in the inline direction into account when guessing the inline-size of block formatting contexts. Fixes the layout on reddit.com. Partially addresses #10571. r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11125) <!-- Reviewable:end -->
…r=mbrubeck layout: Take margins in the inline direction into account when guessing the inline-size of block formatting contexts. Fixes the layout on reddit.com. Partially addresses #10571. r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11125) <!-- Reviewable:end -->
…r=mbrubeck layout: Take margins in the inline direction into account when guessing the inline-size of block formatting contexts. Fixes the layout on reddit.com. Partially addresses #10571. r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11125) <!-- Reviewable:end -->
guessing the inline-size of block formatting contexts. Fixes the layout on reddit.com. Partially addresses servo#10571.
Reddit use to render more or less ok, but now, all the text is gone.