summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/web-bundle/resources/non-utf8-query-encoding.har
blob: c4acfdb2271f72acf5c56248c0905d699d92aad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "log": {
    "entries": [
      {
        "request": {
          "method": "GET",
          "url": "https://web-platform.test:8444/web-bundle/resources/wbn/static-element/resources/script.js?x=%A4%A2",
          "headers": []
        },
        "response": {
          "status": 200,
          "headers": [
            {
              "name": "Content-type",
              "value": "application/javascript"
            }
          ],
          "content": {
            "text": "const resources_script_result = 'loaded from webbundle';"
          }
        }
      }
    ]
  }
}