From b263bba34806dc84d16189e29f0f427f695af9f7 Mon Sep 17 00:00:00 2001 From: Bartek Waresiak Date: Fri, 5 Apr 2024 17:50:09 +0200 Subject: [PATCH 1/2] Add website that auto-refreshes every 3 seconds --- features/auto-refresh.html | 20 ++++++++++++++++++++ index.html | 1 + 2 files changed, 21 insertions(+) create mode 100644 features/auto-refresh.html diff --git a/features/auto-refresh.html b/features/auto-refresh.html new file mode 100644 index 0000000..d403443 --- /dev/null +++ b/features/auto-refresh.html @@ -0,0 +1,20 @@ + + + + + + Auto Refresh + + +

[Home]

+ +

Website that refreshes every 3 seconds. You can use this to validate URL bar focus.

+ + + + + diff --git a/index.html b/index.html index 1de345f..10a8440 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,7 @@

Browser Features

  • Client Hints
  • Harmful APIs
  • Element Hiding
  • +
  • Auto Refresh
  • Security

    From b3aac17ac0046963d876855b9d0aeeb5a3c7fde5 Mon Sep 17 00:00:00 2001 From: bwaresiak Date: Wed, 10 Apr 2024 10:57:25 +0200 Subject: [PATCH 2/2] Update features/auto-refresh.html Co-authored-by: Konrad Dzwinel --- features/auto-refresh.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/auto-refresh.html b/features/auto-refresh.html index d403443..ff3041e 100644 --- a/features/auto-refresh.html +++ b/features/auto-refresh.html @@ -8,7 +8,8 @@

    [Home]

    -

    Website that refreshes every 3 seconds. You can use this to validate URL bar focus.

    +

    Website that refreshes every 3 seconds.

    +

    You can use this to validate that the URL bar keeps focus between reloads.