diff --git a/Base/res/html/misc/storage.html b/Base/res/html/misc/storage.html new file mode 100644 index 0000000000..6c03a004c3 --- /dev/null +++ b/Base/res/html/misc/storage.html @@ -0,0 +1,128 @@ + + + + Storage test + + +

Storage test

+

+

Local Storage

+ + +
+
+ + + + +

+

+ +

+

Session Storage

+ + +
+
+ + + + +

+

+ + + + + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index c2bc0319e0..65a648f736 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -167,6 +167,7 @@
  • Test for the early return steps 6-8 of the "prepare a script" algorithm
  • Basic test for async functions and their integration with the LibWeb event loop
  • Workers
  • +
  • Web Storage API
  • Canvas

  • canvas 2D test
  • canvas rotate()