Skip to content

Commit

Permalink
Bug 1783245 [wpt PR 35341] - Make sure html/semantics/forms/the-input…
Browse files Browse the repository at this point in the history
…-element/range-restore-oninpu…, a=testonly

Automatic update from web-platform-tests
Make sure html/semantics/forms/the-input-element/range-restore-oninput-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.
--

wpt-commits: 71e460e053fd2c8ba425c2fe11e73cf6f8e4eb40
wpt-pr: 35341
  • Loading branch information
cdumez authored and moz-wptsync-bot committed Sep 4, 2022
1 parent 8e29d48 commit 346f66b
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 346f66b

Please sign in to comment.