summaryrefslogtreecommitdiff
path: root/cli/tests/wpt.json
blob: 013c8e601794a1d9408dfd7c21bb7557d4d655bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "streams": [
    {
      "name": "readable-streams/general",
      "expectFail": [
        "ReadableStream can't be constructed with an invalid type",
        "default ReadableStream getReader() should only accept mode:undefined"
      ]
    },
    "writable-streams/general"
  ]
}