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

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

Issue 1899623002: Import latest web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle new failures Created 4 years, 8 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 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_setattribute.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_setattribute_handler.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html
index f5d6f8a06ff0d4631faf83921cfe5cf2c0cc0def..b9e2f040216708d271006c25e86a599df79fb580 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html
@@ -8,7 +8,7 @@ function handleStorageEvent(e) {
window.parent.storageEventList.push(e);
}
-document.body.setAttribute("onstorage", "handleStorageEvent(window.event);");
+document.body.setAttribute("onstorage", "handleStorageEvent(event);");
</script>
</body>
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698