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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js

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
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js
index 9d8e328fcaff772e191bfde699750ee12ffa8e05..8070938baf26dbd0bfdc46ef60082cfbb30f5a8e 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js
@@ -10,6 +10,9 @@ testStorages(function(storageString) {
function step0(msg)
{
iframe.onload = t.step_func(step1);
+ // Null out the existing handler eventTestHarness.js set up;
+ // otherwise this test won't be testing much of anything useful.
+ iframe.contentWindow.onstorage = null;
iframe.src = "resources/event_setattribute_handler.html";
}

Powered by Google App Engine
This is Rietveld 408576698