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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_body_handler.html

Issue 1492283002: Import web-platform-tests@f0a76a0823db8e1eca9039b08d31e136406253b5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Skip Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_body_attribute.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_body_handler.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_body_handler.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_body_handler.html
index 1200f405e67b7f66be70a08d9cd7c9a22d1e0739..11d8ec944759ef8a2f1fbdd0b951e274667bfa9a 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_body_handler.html
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_body_handler.html
@@ -9,6 +9,6 @@ function handleStorageEvent(e) {
</script>
</head>
-<body onstorage="handleStorageEvent(window.event);">
+<body onstorage="handleStorageEvent(event);">
</body>
</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_body_attribute.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698