summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/picture-in-picture/idlharness.window.js.ini
blob: eb123cbc404290e6b052a9e45a1b4390920ad030 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[idlharness.window.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [PictureInPictureWindow interface: existence and properties of interface object]
    expected: FAIL

  [PictureInPictureWindow interface object length]
    expected: FAIL

  [PictureInPictureWindow interface object name]
    expected: FAIL

  [PictureInPictureWindow interface: existence and properties of interface prototype object]
    expected: FAIL

  [PictureInPictureWindow interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [PictureInPictureWindow interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [PictureInPictureWindow interface: attribute width]
    expected: FAIL

  [PictureInPictureWindow interface: attribute height]
    expected: FAIL

  [PictureInPictureWindow interface: attribute onresize]
    expected: FAIL

  [Document interface: attribute pictureInPictureEnabled]
    expected: FAIL

  [Document interface: operation exitPictureInPicture()]
    expected: FAIL

  [Document interface: attribute pictureInPictureElement]
    expected: FAIL

  [Document interface: document must inherit property "pictureInPictureEnabled" with the proper type]
    expected: FAIL

  [Document interface: document must inherit property "exitPictureInPicture()" with the proper type]
    expected: FAIL

  [Document interface: document must inherit property "pictureInPictureElement" with the proper type]
    expected: FAIL

  [HTMLVideoElement interface: attribute onenterpictureinpicture]
    expected: FAIL

  [HTMLVideoElement interface: attribute onleavepictureinpicture]
    expected: FAIL

  [PictureInPictureWindow must be primary interface of pipw]
    expected: FAIL

  [Stringification of pipw]
    expected: FAIL

  [PictureInPictureWindow interface: pipw must inherit property "width" with the proper type]
    expected: FAIL

  [PictureInPictureWindow interface: pipw must inherit property "height" with the proper type]
    expected: FAIL

  [PictureInPictureWindow interface: pipw must inherit property "onresize" with the proper type]
    expected: FAIL

  [HTMLVideoElement interface: video must inherit property "onenterpictureinpicture" with the proper type]
    expected: FAIL

  [HTMLVideoElement interface: video must inherit property "onleavepictureinpicture" with the proper type]
    expected: FAIL

  [DocumentOrShadowRoot interface: document must inherit property "pictureInPictureElement" with the proper type]
    expected: FAIL

  [ShadowRoot interface: attribute pictureInPictureElement]
    expected: FAIL

  [idl_test setup]
    expected: FAIL

  [HTMLVideoElement interface: operation requestPictureInPicture()]
    expected: FAIL

  [HTMLVideoElement interface: video must inherit property "requestPictureInPicture()" with the proper type]
    expected: FAIL

  [PictureInPictureEvent interface object length]
    expected: FAIL

  [PictureInPictureEvent interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [PictureInPictureEvent interface: existence and properties of interface prototype object]
    expected: FAIL

  [PictureInPictureEvent interface: existence and properties of interface object]
    expected: FAIL

  [PictureInPictureEvent interface: attribute pictureInPictureWindow]
    expected: FAIL

  [PictureInPictureEvent interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [PictureInPictureEvent interface object name]
    expected: FAIL

  [Stringification of new PictureInPictureEvent("type", { pictureInPictureWindow: pipw })]
    expected: FAIL

  [PictureInPictureEvent must be primary interface of new PictureInPictureEvent("type", { pictureInPictureWindow: pipw })]
    expected: FAIL

  [PictureInPictureEvent interface: new PictureInPictureEvent("type", { pictureInPictureWindow: pipw }) must inherit property "pictureInPictureWindow" with the proper type]
    expected: FAIL