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 upDon't use image metadata for layout when rendering to a file #9754
Conversation
highfive
commented
Feb 25, 2016
|
Nice simplification! Reviewed 1 of 1 files at r1. components/layout/context.rs, line 186 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion. components/layout/context.rs, line 186 [r1] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo: r+ |
|
|
Don't use image metadata for layout when rendering to a file Fixes #9550. r? @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9754) <!-- Reviewable:end -->
|
|
mbrubeck commentedFeb 25, 2016
#9208 added the ability to perform layout before an
<img>resource is fully loaded. However, when we are rendering to an image file for testing purposes, we need to block until the image content is fully loaded (until #9441 is fixed).Fixes #9550. r? @jdm