summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/components/test/node/stubs/reps/window.js
blob: 6386e910548b8cc6158b34770049fb532ce25fce (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */

"use strict";
/*
 * THIS FILE IS AUTOGENERATED. DO NOT MODIFY BY HAND. RUN browser_reps_stubs.js with STUBS_UPDATE=true env TO UPDATE.
 */

const stubs = new Map();
stubs.set(`Window`, {
  "_grip": {
    "type": "object",
    "actor": "server0.conn0.windowGlobal2147483651/obj35",
    "class": "Window",
    "ownPropertyLength": 806,
    "extensible": true,
    "frozen": false,
    "sealed": false,
    "isError": false,
    "preview": {
      "kind": "ObjectWithURL",
      "url": "data:text/html;charset=utf-8,stub generation"
    }
  },
  "actorID": "server0.conn0.windowGlobal2147483651/obj35"
});

stubs.set(`CrossOriginIframeContentWindow`, {
  "_grip": {
    "type": "object",
    "actor": "server0.conn0.windowGlobal10737418241/obj59",
    "class": "Window",
    "ownPropertyLength": 14,
    "extensible": true,
    "frozen": false,
    "sealed": false,
    "isError": false,
    "preview": {
      "kind": "ObjectWithURL",
      "url": "http://example.org/document-builder.sjs?html=example.org"
    }
  },
  "actorID": "server0.conn0.windowGlobal10737418241/obj59"
});

stubs.set(`CrossOriginIframeTopWindow`, {
  "_grip": {
    "type": "object",
    "actor": "server0.conn0.windowGlobal12884901889/obj20",
    "class": "Window",
    "ownPropertyLength": 16,
    "extensible": true,
    "frozen": false,
    "sealed": false,
    "isError": false,
    "preview": {
      "kind": "ObjectWithURL",
      "url": "Restricted"
    }
  },
  "actorID": "server0.conn0.windowGlobal12884901889/obj20"
});

module.exports = stubs;