From 3794665b0b2e17f0981a875b71626c57e12cf26a Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 31 Jan 2025 14:18:46 +0000 Subject: [PATCH] LibWeb/DOM: Add spec steps for WebDriver BiDi to document history algo This is "update document for history step application" but that's too long for the commit title. :^) No code changes, just adding more FIXME comments for the new steps. (And indented step 7's substeps for clarity.) Corresponds to https://github.com/whatwg/html/pull/10910 --- Libraries/LibWeb/DOM/Document.cpp | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/Libraries/LibWeb/DOM/Document.cpp b/Libraries/LibWeb/DOM/Document.cpp index 2717b7552a8..bc498516448 100644 --- a/Libraries/LibWeb/DOM/Document.cpp +++ b/Libraries/LibWeb/DOM/Document.cpp @@ -4973,26 +4973,31 @@ void Document::update_for_history_step_application(GC::Ref