7 transform-origin:
0%
0%;
10 /* Note the order of the scaling operation affects the path coordinates */
12 background-color: red;
13 translate:
200px
10px;
16 motion: path(
"m 0 0 v -20 h 20")
0rad
100%;
19 background-color: green;
20 transform: translate(
240px,
30px) rotate(
90deg) scale(
1,
2);
24 <p>There should be no red color boxes
</p>
25 <div id=
"target"></div>
26 <div id=
"expected"></div>