diff --git a/html/semantics/scripting-1/the-script-element/execution-timing/128.html b/html/semantics/scripting-1/the-script-element/execution-timing/128.html index 39ec24f6816bd0..293c55add1cd5a 100644 --- a/html/semantics/scripting-1/the-script-element/execution-timing/128.html +++ b/html/semantics/scripting-1/the-script-element/execution-timing/128.html @@ -6,6 +6,7 @@
+

This test is similar to 151.html, but here the parent script is flagged as non-parser-inserted in "prepare the script element" because it is empty.

diff --git a/html/semantics/scripting-1/the-script-element/execution-timing/151.html b/html/semantics/scripting-1/the-script-element/execution-timing/151.html new file mode 100644 index 00000000000000..8880e4016e6b1b --- /dev/null +++ b/html/semantics/scripting-1/the-script-element/execution-timing/151.html @@ -0,0 +1,29 @@ + + + scheduler: appending script element to non-parser-inserted script + + + + +
+

This test is similar to 128.html, but here the parent script is non-parser-inserted all along.

+