image-set-parsing.html.ini (2500B)
1 [image-set-parsing.html] 2 [e.style['background-image'\] = "image-set(url(\\"example.png\\") -20x)" should not set the property value] 3 expected: 4 if (os == "android") and not debug: [PASS, FAIL] 5 6 [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -20x)" should not set the property value] 7 expected: 8 if (os == "android") and not debug: [PASS, FAIL] 9 10 [e.style['background-image'\] = "image-set(url(\\"example.png\\") -1x)" should not set the property value] 11 expected: 12 if (os == "android") and not debug: [PASS, FAIL] 13 14 [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -1x)" should not set the property value] 15 expected: 16 if (os == "android") and not debug: [PASS, FAIL] 17 18 [e.style['background-image'\] = "image-set(url(\\"example.png\\") -3dppx)" should not set the property value] 19 expected: 20 if (os == "android") and not debug: [PASS, FAIL] 21 22 [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -3dppx)" should not set the property value] 23 expected: 24 if (os == "android") and not debug: [PASS, FAIL] 25 26 [e.style['background-image'\] = "image-set(url(\\"example.png\\") -96dpi)" should not set the property value] 27 expected: 28 if (os == "android") and not debug: [PASS, FAIL] 29 30 [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -96dpi)" should not set the property value] 31 expected: 32 if (os == "android") and not debug: [PASS, FAIL] 33 34 [e.style['background-image'\] = "image-set(url(\\"example.png\\") -113dpcm)" should not set the property value] 35 expected: 36 if (os == "android") and not debug: [PASS, FAIL] 37 38 [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -113dpcm)" should not set the property value] 39 expected: 40 if (os == "android") and not debug: [PASS, FAIL] 41 42 [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(1dppx * sibling-index()))" should set the property value] 43 expected: FAIL 44 45 [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(1dppx * sibling-index()))" should set the property value] 46 expected: FAIL 47 48 [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(1dppx * sign(1em - 10px)))" should set the property value] 49 expected: FAIL 50 51 [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(1dppx * sign(1em - 10px)))" should set the property value] 52 expected: FAIL