From 45f37cd6d781fd6bd80befe0897ac4cffd3aa8da Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Mon, 26 Aug 2024 05:43:38 -0700 Subject: [PATCH] WPT: Ensure `src` attribute changes trigger preparation See this HTML Standard PR thread: https://github.com/whatwg/html/pull/10188#discussion_r1718278061. R=domenic Bug: N/A Change-Id: I31065f76e324f71d2b4ae52813b3b37d3b4467c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5809759 Reviewed-by: Domenic Denicola Commit-Queue: Dominic Farolino Cr-Commit-Position: refs/heads/main@{#1346661} --- .../change-src-attr-prepare-a-script.html | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 html/semantics/scripting-1/the-script-element/change-src-attr-prepare-a-script.html diff --git a/html/semantics/scripting-1/the-script-element/change-src-attr-prepare-a-script.html b/html/semantics/scripting-1/the-script-element/change-src-attr-prepare-a-script.html new file mode 100644 index 00000000000000..9dc3808c90ca1d --- /dev/null +++ b/html/semantics/scripting-1/the-script-element/change-src-attr-prepare-a-script.html @@ -0,0 +1,42 @@ + + + +Adding/changing src attribute does "prepare the script" + + + + + +