Use the correct container size in compute_overflow#7771
Merged
bors-servo merged 1 commit intoservo:masterfrom Sep 29, 2015
Merged
Use the correct container size in compute_overflow#7771bors-servo merged 1 commit intoservo:masterfrom
bors-servo merged 1 commit intoservo:masterfrom
Conversation
Fixes servo#7768 - positioning of RTL stacking contexts.
Contributor
|
@bors-servo: r+ |
Contributor
|
📌 Commit 441cc47 has been approved by |
Contributor
|
⌛ Testing commit 441cc47 with merge 8009030... |
bors-servo
pushed a commit
that referenced
this pull request
Sep 29, 2015
Use the correct container size in compute_overflow Fixes #7768 - positioning of RTL stacking contexts. r? @pcwalton <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7771) <!-- Reviewable:end -->
Contributor
|
💔 Test failed - mac-rel-wpt |
Contributor
Author
|
@bors-servo retry Looks like a GitHub/infra issue |
Contributor
|
⌛ Testing commit 441cc47 with merge e68bd8d... |
bors-servo
pushed a commit
that referenced
this pull request
Sep 29, 2015
Use the correct container size in compute_overflow Fixes #7768 - positioning of RTL stacking contexts. r? @pcwalton <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7771) <!-- Reviewable:end -->
Contributor
|
☀️ Test successful - android, gonk, linux-dev, linux-rel, mac-dev-ref-unit, mac-rel-css, mac-rel-wpt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7768 - positioning of RTL stacking contexts. r? @pcwalton