-
-
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
Make Layout 2013 style a superset of Layout 2020 style #29940
Conversation
@bors-servo try=wpt |
Make Layout 2013 style a superset of Layout 2020 style This is the first step toward removing the compile-time difference in style between Layout 2020 and Layout 2013. <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
6b3eec7
to
ce35566
Compare
Test results for linux-wpt-layout-2013 from try job (#5393974929): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (9)
Stable unexpected results (26)
|
ce35566
to
bb4335d
Compare
@bors-servo try=wpt |
Make Layout 2013 style a superset of Layout 2020 style This is the first step toward removing the compile-time difference in style between Layout 2020 and Layout 2013. This change: - Adds `attr()` CSS content support to legacy layout - Adds parsing support for some unsupported features such as `display: flow-root` and `display: contents`. <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
💔 Test failed - checks-github |
bb4335d
to
afc8c51
Compare
@bors-servo try=wpt |
Make Layout 2013 style a superset of Layout 2020 style This is the first step toward removing the compile-time difference in style between Layout 2020 and Layout 2013. This change: - Adds `attr()` CSS content support to legacy layout - Adds parsing support for some unsupported features such as `display: flow-root` and `display: contents`. <!-- Please describe your changes on the following line: --> --- <!-- 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 - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
afc8c51
to
f02c790
Compare
Test results for linux-wpt-layout-2013 from try job (#5398571756): Flaky unexpected result (24)
Stable unexpected results that are known to be intermittent (13)
Stable unexpected results (9)
|
f02c790
to
6383e12
Compare
@bors-servo try=wpt |
Make Layout 2013 style a superset of Layout 2020 style This is the first step toward removing the compile-time difference in style between Layout 2020 and Layout 2013. This change: - Adds `attr()` CSS content support to legacy layout - Adds parsing support for some unsupported features such as `display: flow-root` and `display: contents`. <!-- Please describe your changes on the following line: --> --- <!-- 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 - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Test results for linux-wpt-layout-2013 from try job (#5401541356): Flaky unexpected result (13)
Stable unexpected results that are known to be intermittent (11)
Stable unexpected results (2)
|
💔 Test failed - checks-github |
This is the first step toward removing the compile-time difference in style between Layout 2020 and Layout 2013.
6383e12
to
d4b5fc1
Compare
@bors-servo try=wpt |
Make Layout 2013 style a superset of Layout 2020 style This is the first step toward removing the compile-time difference in style between Layout 2020 and Layout 2013. This change: - Adds `attr()` CSS content support to legacy layout - Adds parsing support for some unsupported features such as `display: flow-root` and `display: contents`. <!-- Please describe your changes on the following line: --> --- <!-- 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 - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Test results for linux-wpt-layout-2013 from try job (#5402080894): Flaky unexpected result (15)
Stable unexpected results that are known to be intermittent (12)
|
☀️ Test successful - checks-github |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general claiming to support things that aren't really supported is not a good thing, but I guess that's fine since Servo is still very experimental and layout 2013 is no longer the default.
@bors-servo r=Loirooriol |
📌 Commit d4b5fc1 has been approved by |
Test results for linux-wpt-layout-2020 from try job (#5416099713): Flaky unexpected result (1)
|
Test results for linux-wpt-layout-2013 from try job (#5416099713): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (9)
|
☀️ Test successful - checks-github |
This is the first step toward removing the compile-time difference in
style between Layout 2020 and Layout 2013. This change:
attr()
CSS content support to legacy layoutdisplay: flow-root
anddisplay: contents
../mach build -d
does not report any errors./mach test-tidy
does not report any errors