blob: f3b26c8a1deb1bc89c95c2cc8fecb210de6bb223 (
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
|
[security.pattern.fillStyle.sub.html]
expected:
if (os == "android") and not debug: OK
if os == "mac": OK
if os == "win": OK
[OK, TIMEOUT]
[unclean HTMLCanvasElement: Setting fillStyle to an origin-unclear pattern makes the canvas origin-unclean]
expected:
if (os == "android") and not debug: PASS
if os == "mac": PASS
if os == "win": PASS
[PASS, NOTRUN]
[unclean ImageBitmap: Setting fillStyle to an origin-unclear pattern makes the canvas origin-unclean]
expected:
if (os == "android") and not debug: PASS
if os == "win": PASS
if os == "mac": PASS
[PASS, NOTRUN]
[redirected to same-origin HTMLVideoElement: Setting fillStyle to an origin-unclear pattern makes the canvas origin-unclean]
expected:
if (os == "android") and debug: [PASS, NOTRUN]
if os == "linux": [PASS, TIMEOUT]
[cross-origin HTMLVideoElement: Setting fillStyle to an origin-unclear pattern makes the canvas origin-unclean]
expected:
if (os == "android") and not debug: PASS
if os == "win": PASS
if os == "mac": PASS
[PASS, TIMEOUT]
[redirected to cross-origin HTMLVideoElement: Setting fillStyle to an origin-unclear pattern makes the canvas origin-unclean]
expected:
if (os == "android") and not debug: PASS
if os == "win": PASS
if os == "mac": PASS
[PASS, NOTRUN]
|