mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
parent
61267cde63
commit
554a4cf9f2
5 changed files with 118 additions and 5 deletions
17
tests/ref/transition_calc_ref.html
Normal file
17
tests/ref/transition_calc_ref.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<style>
|
||||
.outer {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.inner {
|
||||
width: 100px;
|
||||
height: 200px;
|
||||
background: red;
|
||||
display: inline-block;
|
||||
}
|
||||
.inner.active {
|
||||
}
|
||||
</style>
|
||||
<div class=outer>
|
||||
<div class=inner id=inner></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue