Tim Ledbetter
79a427e1ef
LibWeb: Implement HTMLImageElement x() and y() getters
...
These attributes get the image's top left border edge relative to the
root element's origin.
These methods ignore any transforms.
2026-01-11 00:33:08 +01:00
Sam Atkins
d84a0d411c
LibWeb/HTML: Return Promises from Element scroll methods
...
This re-applies 3a7fcde341 which was
reverted in cacadc8806 . The issues it had
were bugs in the previous commit and have been resolved.
2026-01-08 14:50:09 +00:00
Sam Atkins
8a0ba904b9
LibWeb/HTML: Return Promises from Window scroll methods
...
A version of this was added in a610639119
and reverted in 70671b4c11 . The bugs
there (confusing scroll-to-position and scroll-by-delta, and not having
an execution context in some cases) have been fixed in this version.
2026-01-08 14:50:09 +00:00
Tim Ledbetter
70671b4c11
Revert "LibWeb/HTML: Return Promises from Window scroll methods"
...
This reverts commit a610639119 .
2025-12-26 19:33:51 +01:00
Tim Ledbetter
cacadc8806
Revert "LibWeb/HTML: Return Promises from Element scroll methods"
...
This reverts commit 3a7fcde341 .
2025-12-26 19:33:51 +01:00
Sam Atkins
3a7fcde341
LibWeb/HTML: Return Promises from Element scroll methods
...
Corresponds to part of:
c548a9a1d4
2025-12-23 14:24:28 +01:00
Sam Atkins
a610639119
LibWeb/HTML: Return Promises from Window scroll methods
...
Corresponds to part of:
c548a9a1d4
2025-12-23 14:24:28 +01:00
Sam Atkins
cae526286a
Tests: Import CSSOM-View IDL harness test
2025-12-23 14:24:28 +01:00