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 upIntermittent FAIL [expected PASS] /_mozilla/css/filter_opacity_a.html #9550
Labels
Comments
Member
nox
commented
Feb 5, 2016
Merged
|
In #9743 (comment) the failure was opposite:
In some cases the test file renders all white; in other cases the reference file renders all white. This started right after #9503 landed, which affects opacity, though that should only affect text nodes. It seems more likely this is related to image loading. Maybe #9208 which also landed around the right time? |
mbrubeck
added a commit
to mbrubeck/servo
that referenced
this issue
Feb 25, 2016
PR servo#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 issue servo#9441 is fixed). Fixes servo#9550.
mbrubeck
added a commit
to mbrubeck/servo
that referenced
this issue
Feb 25, 2016
PR servo#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 issue servo#9441 is fixed). Fixes servo#9550.
mbrubeck
added a commit
to mbrubeck/servo
that referenced
this issue
Feb 25, 2016
PR servo#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 issue servo#9441 is fixed). Fixes servo#9550.
bors-servo
added a commit
that referenced
this issue
Feb 25, 2016
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 -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment