-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overflow_position_abs_inside_normal_a.html fails #8780
Labels
Comments
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Apr 12, 2017
Instead of passing down a complex clipping region to each item, used shared clipping to handle overflow:hidden and CSS clips. In addition to being more efficient, this should also fix quite a few issues related to absolutely positioned elements. One existing reftest is slightly modified to avoid tickling a quirk with the way that WebRender rasterizes masks. We are working out how to best express these combined masks with the API or need to. The change does not affect the original subject of the reftest. Fixes servo#13109. Fixes servo#10151. Fixes servo#7575. Fixes servo#8074. Fixes servo#8780.
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Apr 12, 2017
Instead of passing down a complex clipping region to each item, used shared clipping to handle overflow:hidden and CSS clips. In addition to being more efficient, this should also fix quite a few issues related to absolutely positioned elements. One existing reftest is slightly modified to avoid tickling a quirk with the way that WebRender rasterizes masks. We are working out how to best express these combined masks with the API or need to. The change does not affect the original subject of the reftest. Fixes servo#13109. Fixes servo#10151. Fixes servo#7575. Fixes servo#8074. Fixes servo#8780.
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Apr 13, 2017
Instead of passing down a complex clipping region to each item, used shared clipping to handle overflow:hidden and CSS clips. In addition to being more efficient, this should also fix quite a few issues related to absolutely positioned elements. One existing reftest is slightly modified to avoid tickling a quirk with the way that WebRender rasterizes masks. We are working out how to best express these combined masks with the API or need to. The change does not affect the original subject of the reftest. Fixes servo#13109. Fixes servo#10151. Fixes servo#7575. Fixes servo#8074. Fixes servo#8780.
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Apr 17, 2017
Instead of passing down a complex clipping region to each item, used shared clipping to handle overflow:hidden and CSS clips. In addition to being more efficient, this should also fix quite a few issues related to absolutely positioned elements. One existing reftest is slightly modified to avoid tickling a quirk with the way that WebRender rasterizes masks. We are working out how to best express these combined masks with the API or need to. The change does not affect the original subject of the reftest. Fixes servo#13109. Fixes servo#10151. Fixes servo#7575. Fixes servo#8074. Fixes servo#8780.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It passes in Gecko and Chrome.
The text was updated successfully, but these errors were encountered: