1
0
Fork 0
firefox/testing/web-platform/tests/web-bundle/resources/uuid-in-package.har
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

44 lines
1 KiB
JSON

{
"log": {
"entries": [
{
"request": {
"method": "GET",
"url": "uuid-in-package:020111b3-437a-4c5c-ae07-adb6bbffb720",
"headers": []
},
"response": {
"status": 200,
"headers": [
{
"name": "Content-type",
"value": "application/javascript"
}
],
"content": {
"text": "window.report_result('OK');"
}
}
},
{
"request": {
"method": "GET",
"url": "uuid-in-package:429fcc4e-0696-4bad-b099-ee9175f023ae",
"headers": []
},
"response": {
"status": 200,
"headers": [
{
"name": "Content-type",
"value": "text/html"
}
],
"content": {
"text": "<script>\nwindow.addEventListener('message', (e) =>{e.source.postMessage(eval(e.data), e.origin);});\n</script>"
}
}
}
]
}
}