blob: 61513b598a821a7a57f1b939c9a9f330e0319b73 (
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
|
[image-set-parsing.html]
expected: ERROR
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -1x)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -1x)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -3dppx)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -3dppx)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -96dpi)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -96dpi)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -113dpcm)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -113dpcm)" should not set the property value]
expected: FAIL
|