Tests/LibWeb: Import a message event constructor WPT test

This commit is contained in:
Shannon Booth
2026-01-05 23:10:50 +01:00
committed by Shannon Booth
parent d00571719f
commit 82ae2a183c
Notes: github-actions[bot] 2026-01-06 10:50:03 +00:00
2 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Harness status: OK
Found 9 tests
7 Pass
2 Fail
Pass MessageEvent constructor called as normal function
Pass Default event values
Pass MessageEventInit dictionary
Pass Passing null for ports member
Fail ports attribute should be a FrozenArray
Pass initMessageEvent operation
Pass Passing null for ports parameter to initMessageEvent
Pass initMessageEvent operation default parameter values
Fail Passing ServiceWorker for source member