graouts@webkit.org | f3cf48c | 2020-10-16 22:43:54 +0000 | [diff] [blame] | 1 | <style> |
2 | |||||
3 | #target { | ||||
4 | position: absolute; | ||||
5 | top: 0; | ||||
6 | left: 0; | ||||
7 | width: 100px; | ||||
8 | height: 100px; | ||||
9 | background-color: black; | ||||
10 | transform: translateX(150px); | ||||
11 | } | ||||
12 | |||||
13 | </style> | ||||
14 | <div id="target"></div> |