Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Align StorageEvent.initStorageEvent() with the HTML specification
https://bugs.webkit.org/show_bug.cgi?id=242809 Reviewed by Geoffrey Garen. Align StorageEvent.initStorageEvent() with the HTML specification and Blink: - https://html.spec.whatwg.org/multipage/webstorage.html#the-storageevent-interface * LayoutTests/imported/w3c/web-platform-tests/webstorage/event_initstorageevent.window-expected.txt: * Source/WebCore/storage/StorageEvent.idl: Canonical link: https://commits.webkit.org/252521@main
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...sts/imported/w3c/web-platform-tests/webstorage/event_initstorageevent.window-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
PASS initStorageEvent with 0 arguments | ||
FAIL initStorageEvent with 1 argument assert_equals: event.key expected (object) null but got (string) "undefined" | ||
PASS initStorageEvent with 1 argument | ||
PASS initStorageEvent with 8 sensible arguments | ||
FAIL initStorageEvent with 8 null arguments assert_equals: event.key expected (object) null but got (string) "null" | ||
FAIL initStorageEvent with 8 undefined arguments assert_equals: event.key expected (object) null but got (string) "undefined" | ||
PASS initStorageEvent with 8 null arguments | ||
PASS initStorageEvent with 8 undefined arguments | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters