Skip to content

Commit

Permalink
Make sure html/semantics/forms/the-input-element/range-restore-oninpu…
Browse files Browse the repository at this point in the history
…t-onchange-event.html doesn't trigger bfcache (#35341)

This test was triggering bfcache in WebKit and thus not getting form restoration events on back navigation.
To address this, use `HTTPS + Cache-Control: no-store` to opt out of bfcache.

See discussion at web-platform-tests/interop#99.
  • Loading branch information
cdumez authored Aug 4, 2022
1 parent 44d0967 commit 71e460e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cache-Control: no-store
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cache-Control: no-store

0 comments on commit 71e460e

Please sign in to comment.