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

Side by Side Diff: LayoutTests/imported/web-platform-tests/webstorage/resources/event_body_handler.html

Issue 1220543007: Import web-platform-tests/webstorage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
5
6 function handleStorageEvent(e) {
7 window.parent.storageEventList.push(e);
8 }
9
10 </script>
11 </head>
12 <body onstorage="handleStorageEvent(window.event);">
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698