diff --git a/Base/res/html/misc/script-preparation-test.html b/Base/res/html/misc/script-preparation-test.html new file mode 100644 index 0000000000..2582209b1a --- /dev/null +++ b/Base/res/html/misc/script-preparation-test.html @@ -0,0 +1,120 @@ + + + + + + + +

+ This tests the early return steps of "prepare a script" + that come before step 10 "Set the element's "already started" flag". The relevant steps are steps 6, 7 and 8. + If this algorithm returns on any of these steps, the script can be reinserted matching the requirements and will run. +

+ +

Expected result:

+ + +
+ +

Actual result:

+ + + + + + + + + + + + + + + + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index e5e57ba8c8..d6cc7fc4c2 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -143,6 +143,7 @@
  • fun demo
  • setInterval()
  • window.location property
  • +
  • Test for the early return steps 6-8 of the "prepare a script" algorithm
  • Canvas

  • canvas 2D test
  • canvas rotate()