From db23e2d5460482591abee4a693035cefde9ab962 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 13 Oct 2022 23:48:13 +0400 Subject: [PATCH] Base: Add test page for exceptions Created a simple page where you can check that the exceptions appear in the JS console. --- Base/res/html/misc/exceptions.html | 43 ++++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 44 insertions(+) create mode 100644 Base/res/html/misc/exceptions.html diff --git a/Base/res/html/misc/exceptions.html b/Base/res/html/misc/exceptions.html new file mode 100644 index 00000000000..a6a5f4844f6 --- /dev/null +++ b/Base/res/html/misc/exceptions.html @@ -0,0 +1,43 @@ + + + + + Exceptions + + + +
+

The following uncaught exceptions should be shown in the browser JS console:

+ + + + + + + + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 6fbd7153bbe..8c56941b46e 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -177,6 +177,7 @@
  • Workers
  • Web Storage API
  • Test for rejecting private elements on special objects
  • +
  • Exceptions
  • Canvas

  • canvas 2D test
  • canvas rotate()