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 uplayout: Modify styles for replaced content as appropriate during incremental flow construction. #6492
Conversation
hoppipolla-critic-bot
commented
Jun 27, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/5395 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
@bors-servo r+ |
|
|
|
|
layout: Modify styles for replaced content as appropriate during incremental flow construction. Fixes jumpiness on lots of Web sites. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6492) <!-- Reviewable:end -->
|
|
|
@bors-servo: r=mbrubeck |
|
|
layout: Modify styles for replaced content as appropriate during incremental flow construction. Fixes jumpiness on lots of Web sites. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6492) <!-- Reviewable:end -->
|
|
|
@bors-servo: r=mbrubeck |
|
|
layout: Modify styles for replaced content as appropriate during incremental flow construction. Fixes jumpiness on lots of Web sites. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6492) <!-- Reviewable:end -->
|
|
|
This looks like insert-inline-in-blocks-n-inlines-end-001.htm was incorrectly marked as passing now... |
|
@bors-servo: r=mbrubeck |
|
|
|
@bors-servo: r=mbrubeck |
|
|
layout: Modify styles for replaced content as appropriate during incremental flow construction. Fixes jumpiness on lots of Web sites. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6492) <!-- Reviewable:end -->
|
|
|
Eep.
|
|
Platform specific failure again, I guess? |
|
|
|
I started ignoring the failing tests. They seem to depend on the height above the baseline being equal to the ascent of the font in order to avoid a pixel or two of red showing through. This is not always the case in Gecko or Servo, so they fail in these two browsers. I believe the problem is with the test. I think they were passing before because the incorrect rounding of rects just happened to make them pass, though the logic that they were testing was never correct—another reason to ignore them. r? @mbrubeck |
|
Reviewed 4 of 4 files at r1, 1 of 1 files at r2, 2 of 2 files at r3, 23 of 23 files at r4. Comments from the review on Reviewable.io |
|
@bors-servo r+ |
|
|
layout: Modify styles for replaced content as appropriate during incremental flow construction. Fixes jumpiness on lots of Web sites. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6492) <!-- Reviewable:end -->
pcwalton commentedJun 27, 2015
Fixes jumpiness on lots of Web sites.
r? @mbrubeck