blob: 2e8edcf418c9ed654d4fd4725e01b09554623eeb (
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
|
[shapedetection-cross-origin.sub.https.html]
expected:
if os == "mac": [OK, TIMEOUT]
[BarcodeDetector should reject cross-origin ImageBitmaps with a SecurityError.]
expected:
if os == "mac": [FAIL, NOTRUN]
FAIL
[BarcodeDetector should reject cross-origin HTMLImageElements with a SecurityError.]
expected:
if os == "mac": [FAIL, NOTRUN]
FAIL
[FaceDetector should reject cross-origin HTMLVideoElements with a SecurityError.]
expected:
if os == "mac": [FAIL, TIMEOUT]
FAIL
[BarcodeDetector should reject cross-origin HTMLVideoElements with a SecurityError.]
expected:
if os == "mac": [FAIL, NOTRUN]
FAIL
[FaceDetector should reject cross-origin ImageBitmaps with a SecurityError.]
expected: FAIL
[FaceDetector should reject cross-origin HTMLImageElements with a SecurityError.]
expected: FAIL
[TextDetector should reject cross-origin HTMLImageElements with a SecurityError.]
expected:
if os == "mac": [FAIL, NOTRUN]
FAIL
[TextDetector should reject cross-origin ImageBitmaps with a SecurityError.]
expected:
if os == "mac": [FAIL, NOTRUN]
FAIL
[TextDetector should reject cross-origin HTMLVideoElements with a SecurityError.]
expected:
if os == "mac": [FAIL, NOTRUN]
FAIL
|