mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Fixes #31195: ```js element.style.width = "5px"; element.clientWidth; // 5 element.style.width = "15px"; element.clientWidth; // Was 5, now 15 ```
10 lines
241 B
INI
10 lines
241 B
INI
[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
|