mirror of
https://github.com/servo/servo.git
synced 2025-09-20 03:40:09 +01:00
Fixes #31195: ```js element.style.width = "5px"; element.clientWidth; // 5 element.style.width = "15px"; element.clientWidth; // Was 5, now 15 ```
9 lines
241 B
INI
Vendored
9 lines
241 B
INI
Vendored
[subpixel-sizes-and-offsets.tentative.html]
|
|
[clientLeft and clientTop don't round 44.9]
|
|
expected: FAIL
|
|
|
|
[clientLeft and clientTop don't round 44.5]
|
|
expected: FAIL
|
|
|
|
[clientLeft and clientTop don't round 44.1]
|
|
expected: FAIL
|