From 50a31f972845ba789b8ea008b5abfa35e32dbb89 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 3 Nov 2024 21:30:40 -0500 Subject: [PATCH] LibWeb: Abort early processing frame/iframe attrs for null navigables We guarded one step against a null navigable, but the very next step also needs to be protected. Let's just abort early instead. This was caught by the following imported WPT test: html/dom/elements/the-innertext-and-outertext-properties/innertext-setter.html This test adds a element and immediately removes it, but the task to process the src attribute is already queued. Note that