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 upUse floats to represent intended fixed position #11330
Conversation
highfive
commented
May 22, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @KiChjang (or someone else) soon. |
59b72af
to
849e67a
highfive
commented
May 22, 2016
|
New code was committed to pull request. |
|
Fails the WPT lint:
|
849e67a
to
3186046
highfive
commented
May 24, 2016
|
New code was committed to pull request. |
| background: black; | ||
| top: 100px; | ||
| bottom: 30px; | ||
| float:left; |
This comment has been minimized.
This comment has been minimized.
|
r=me post-nit. |
|
Thanks for catching that, sorry for missing it |
3186046
to
01190cd
highfive
commented
May 24, 2016
|
New code was committed to pull request. |
|
@bors-servo r+ Thanks! |
|
|
Use floats to represent intended fixed position Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy --faster` does not report any errors - [X] These changes fix #1516 Either: - [X] There are tests for these changes Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. <!-- 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/11330) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
highfive
commented
May 25, 2016
|
|
@bors-servo retry |
Use floats to represent intended fixed position Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy --faster` does not report any errors - [X] These changes fix #1516 Either: - [X] There are tests for these changes Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. <!-- 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/11330) <!-- Reviewable:end -->
|
@bors-servo r- force This PR re-enables |
|
|
|
@mbrubeck ahh good catch, sorry about that! |
|
That is ... really weird. I ran it ~50 times locally, and it passed every time. Maybe there's something special with the Mac build, or build agent? Can I get any more information on the failure? |
01190cd
to
de75884
95d7500
to
319bb93
highfive
commented
May 28, 2016
|
New code was committed to pull request. |
|
@bors-servo: try |
Use floats to represent intended fixed position Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy --faster` does not report any errors - [X] These changes fix #1516 Either: - [X] There are tests for these changes Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. <!-- 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/11330) <!-- Reviewable:end -->
| @@ -0,0 +1,95 @@ | |||
| {"source": "web-platform-tests", "thread": "MainThread", "time": 1464458627264, "action": "log", "message": "Using 6 client processes", "level": "INFO", "pid": 3625} | |||
This comment has been minimized.
This comment has been minimized.
|
So, I've updated the tests to assume that the font will be rendered as black squres. Though two html files won't match up with It's OK that the font is a black screen, because this test checks the positioning of fixed and dynamically-sized containers. Since even black-square-rendered text is still dynamically sized, the test is still valid |
319bb93
to
51eed25
highfive
commented
May 28, 2016
|
New code was committed to pull request. |
|
That would explain a lot of things. Maybe I'll update the comment if we can confirm that Ahem is square-y. I thought it was a bug on my end that |
|
Whoops, sorry, deleted my previous comment thinking I had misread you but... Yes, Ahem is AFAIK square-y, that's the point and why it's used for testing :-) |
|
I think @mbrubeck can confirm it if you need more confirmation |
|
Yes, Ahem doesn't contain actual letters, only solid squares. |
…ixed test
51eed25
to
94a884b
highfive
commented
May 29, 2016
|
New code was committed to pull request. |
|
I think that it's totally good now |
|
@bors-servo try |
Use floats to represent intended fixed position Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy --faster` does not report any errors - [X] These changes fix #1516 Either: - [X] There are tests for these changes Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. <!-- 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/11330) <!-- Reviewable:end -->
|
|
|
@bors-servo r+ |
|
|
Use floats to represent intended fixed position Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy --faster` does not report any errors - [X] These changes fix #1516 Either: - [X] There are tests for these changes Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. <!-- 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/11330) <!-- Reviewable:end -->
|
|
mitchhentges commentedMay 22, 2016
•
edited by larsbergstrom
Thank you for contributing to Servo! Please replace each
[ ]by[X]when the step is complete, and replace__with appropriate data:./mach build -ddoes not report any errors./mach test-tidy --fasterdoes not report any errorsEither:
Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.
This change is