diff --git a/Base/res/html/misc/exceptions.html b/Base/res/html/misc/exceptions.html
new file mode 100644
index 0000000000..a6a5f4844f
--- /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:
+
+ - DOMException
+ - SyntaxError
+ - TypeError
+ - ReferenceError
+ - JS error thrown from an external script file
+ - Unhandled promise rejection
+
+
+
+
+
+
+
+
+
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index 6fbd7153bb..8c56941b46 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()