mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Fixes #31195: ```js element.style.width = "5px"; element.clientWidth; // 5 element.style.width = "15px"; element.clientWidth; // Was 5, now 15 ```
22 lines
567 B
INI
22 lines
567 B
INI
[subpixel-sizes-and-offsets.tentative.html]
|
|
[clientWidth, offsetWidth and scrollWidth round 5.5 to 6]
|
|
expected: FAIL
|
|
|
|
[clientWidth, offsetWidth and scrollWidth round 5.9 to 6]
|
|
expected: FAIL
|
|
|
|
[clientHeight, offsetHeight and scrollHeight round 5.5 to 6]
|
|
expected: FAIL
|
|
|
|
[clientHeight, offsetHeight and scrollHeight round 5.9 to 6]
|
|
expected: FAIL
|
|
|
|
[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
|