From 1e68d7693bc34ff7d442335422d922206bbb2d91 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Tue, 9 Jun 2026 08:57:23 +0800 Subject: [PATCH 1/3] Add Element.scroll (and scrollTo and scrollBy) Needed by bluesky to render --- src/browser/tests/element/position.html | 46 ++++++++++++++++++++++++ src/browser/webapi/Element.zig | 47 +++++++++++++++++++++++++ 2 files changed, 93 insertions(+) diff --git a/src/browser/tests/element/position.html b/src/browser/tests/element/position.html index 1f9f0319..a09734b2 100644 --- a/src/browser/tests/element/position.html +++ b/src/browser/tests/element/position.html @@ -63,6 +63,52 @@ } + +