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 upStyle input-text pseudo with user-agent CSS #13354
Conversation
highfive
commented
Sep 21, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Sep 21, 2016
|
r? @pcwalton |
|
@bors-servo: r+ |
|
|
Style input-text pseudo with user-agent CSS This changes the input-text pseudo-element to be styled with user-agent CSS rather than having a hard-coded style, as part of #8570 --- <!-- 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` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they're a refactoring of existing functionality <!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13354) <!-- Reviewable:end -->
|
|
highfive
commented
Sep 21, 2016
|
|
@bors-servo: try |
|
Oh, that test result change is actually totally plausible - the test in question uses |
|
@jdm I agree, seems plausible. I'll look into it. What about the apparent build failure on AppVeyor? It seems to not be finding |
|
That's #13340. |
|
There are text in the input in the passed test, and it looks like that they are now properly aligned to the middle while they are previously aligned to the top in the reference test. Looks like the input text inproperly inherited the non-inherit property |
|
@stshine I think you're right. I updated the expected test result and rebased the change in. |
|
Does this just need a retry? The build seems to be fine on both my Linux and OS X machines. |
|
@bors-servo: r=pcwalton |
|
|
Style input-text pseudo with user-agent CSS This changes the input-text pseudo-element to be styled with user-agent CSS rather than having a hard-coded style, as part of #8570 --- <!-- 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` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they're a refactoring of existing functionality <!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13354) <!-- Reviewable:end -->
|
|
highfive
commented
Sep 23, 2016
|
|
@bors-servo: retry |
Style input-text pseudo with user-agent CSS This changes the input-text pseudo-element to be styled with user-agent CSS rather than having a hard-coded style, as part of #8570 --- <!-- 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` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they're a refactoring of existing functionality <!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13354) <!-- Reviewable:end -->
|
|
schuster commentedSep 21, 2016
•
edited by larsbergstrom
This changes the input-text pseudo-element to be styled with user-agent CSS rather than having a hard-coded style, as part of #8570
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is