mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision b'94be51cc50986018ab25e8a952bf234862ef3e5f'
This commit is contained in:
parent
fbc2ac00fb
commit
48c9556bb6
84 changed files with 1318 additions and 367 deletions
|
@ -19,13 +19,16 @@ body { background: pink }
|
|||
border: 1px solid black;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.hidden {
|
||||
.vis-hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
.cv-hidden {
|
||||
content-visibility: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class=flex>
|
||||
<div class="box hidden">ancestor c-v</div>
|
||||
<div class=box>self c-v</div>
|
||||
<div class=box>descendant c-v</div>
|
||||
<div class="box vis-hidden">ancestor c-v</div>
|
||||
<div class="box cv-hidden">self c-v</div>
|
||||
<div class="box cv-hidden">descendant c-v</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue