~mmach/netext73/webkit2gtk

« back to all changes in this revision

Viewing changes to Source/JavaScriptCore/inspector/scripts/tests/generic/fail-on-domain-targetType-matching-domain-debuggableType.json

  • Committer: mmach
  • Date: 2023-06-16 17:21:37 UTC
  • Revision ID: netbit73@gmail.com-20230616172137-2rqx6yr96ga9g3kp
1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
{
 
3
    "domain": "Domain",
 
4
    "debuggableTypes": ["javascript"],
 
5
    "commands": [{"name": "Command", "targetTypes": ["worker"]}],
 
6
    "events": [{"name": "Event"}]
 
7
}
 
8
]