Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: LayoutTests/fast/dom/Window/window-postmessage-user-gesture-expected.txt

Issue 209363002: Keep the user gesture when postMessage() across frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Test that user gesture is kept when postMessage() to self or across frames.
2 Click me
3
4 PASS Stack postMessages on self window and the user gesture is only consumed onc e
5 PASS Bounce postMessages between self and frame window and the user gesture is o nly consumed once in self window
6 PASS Bounce postMessages between self and frame window and the user gesture is o nly consumed once in frame
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698