From 48fb5e7fba80d1845a794f945051e5d7c782de56 Mon Sep 17 00:00:00 2001 From: Fernando Bunn Date: Wed, 5 Jan 2022 10:10:49 +0000 Subject: [PATCH 1/3] JS alert test page New test page with JS alerts, both standard and recursive options --- features/js-alerts.html | 84 +++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 85 insertions(+) create mode 100644 features/js-alerts.html diff --git a/features/js-alerts.html b/features/js-alerts.html new file mode 100644 index 0000000..1f350ba --- /dev/null +++ b/features/js-alerts.html @@ -0,0 +1,84 @@ + + + + + + + JS Alerts + + + +

[Home]

+ +

JS alerts

+

+ + +
+ +
+ +
+ +
+ +

Recursive JS alerts

+ +
+ +
+ +
+ + + + + + + + diff --git a/index.html b/index.html index aaa0510..3b13e13 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,7 @@

Browser Features

  • Fonts
  • Cookie consent
  • Navigator Interface
  • +
  • JS alerts
  • Security

    From 86a24ac5a9f49a710a677df34b14d832c809ffae Mon Sep 17 00:00:00 2001 From: Fernando Bunn Date: Wed, 5 Jan 2022 10:21:58 +0000 Subject: [PATCH 2/3] Code style fixes --- features/js-alerts.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/features/js-alerts.html b/features/js-alerts.html index 1f350ba..d2ba582 100644 --- a/features/js-alerts.html +++ b/features/js-alerts.html @@ -31,46 +31,46 @@
    - - - - - + \ No newline at end of file