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

Side by Side Diff: LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_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
1 <html><head></head><body> 1 <!DOCTYPE HTML>
2 <html>
3 <head></head>
4 <body>
2 <script> 5 <script>
3 6
4 function handleStorageEvent(e) { 7 function handleStorageEvent(e) {
5 window.parent.storageEventList.push(e); 8 window.parent.storageEventList.push(e);
6 } 9 }
7 10
8 document.body.setAttribute("onstorage", "handleStorageEvent(window.event);"); 11 document.body.setAttribute("onstorage", "handleStorageEvent(window.event);");
9 12
10 </script> 13 </script>
11 </body></html> 14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698