Back to Chromium

Meta Refresh User Gesture

third_party/blink/web_tests/fast/frames/meta-refresh-user-gesture.html

149.0.7827.2360 B
Original Source

Some WebKit ports send the user gesture to the embedders in didStartProvisionalLoad callback. The embedders use it to judge whether the navigation is user-initiated or not. In meta refresh redirection, the user gesture status in didStartProvisionalLoad callback should be false. For more details, please refer to https://bugs.webkit.org/show\_bug.cgi?id=47817.