mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #26805 - mrobinson:add-pseudo-tag-to-layout-2020, r=SimonSapin
layout_2020: Tag fragments with their pseudo content type This will allow us to answer queries and properly handle animations in the future for fragments generated for pseudo content. <!-- 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. -->
This commit is contained in:
commit
0645d8c36d
14 changed files with 271 additions and 265 deletions
|
@ -1,10 +1,4 @@
|
|||
[getComputedStyle-pseudo.html]
|
||||
[Resolution of width is correct for ::before and ::after pseudo-elements of display: contents elements]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution of width is correct for ::before and ::after pseudo-elements]
|
||||
expected: FAIL
|
||||
|
||||
[Item-based blockification of nonexistent pseudo-elements]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue