blob: d187b884a418b9bf37ab7bf94640eb39c53df22a (
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
|
[dangling-markup-mitigation.tentative.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[Fetch: /images/gre\\nen-1x1.png?img=<]
expected: FAIL
[Fetch: /images/gre\\ren-1x1.png?img=<]
expected: FAIL
[Fetch: /images/gre\\ten-1x1.png?img=<]
expected: FAIL
[Fetch: /images/green-1x1.png?<\\n=block]
expected: FAIL
[Fetch: /images/green-1x1.png?<\\r=block]
expected: FAIL
[Fetch: /images/green-1x1.png?<\\t=block]
expected: FAIL
[<img id="dangling" src="/images/green-1x1.png?img= <b">]
expected: FAIL
[<img id="dangling" src="/images/green-1x1.png?img=< b">]
expected: FAIL
[\\n <img id="dangling" src="/images/green-1x1.png?img=\\n <\\n b\\n ">\\n ]
expected: FAIL
|