[image-upscaling.html]
expected:
if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT]
if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
[A background image smaller than the container should report the natural size]
expected:
if sessionHistoryInParent and (os == "android") and not debug: [FAIL, NOTRUN]
if not sessionHistoryInParent and not debug: [FAIL, NOTRUN]
FAIL
[A background image larger than the container should report the container size]
expected:
if sessionHistoryInParent and (os == "android") and not debug: [PASS, NOTRUN]
if not sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]
[A scaled-down background image should report the background size]
expected:
if sessionHistoryInParent and (os == "android") and not debug: [PASS, NOTRUN]
if not sessionHistoryInParent and not debug: [PASS, NOTRUN]
[A downscaled image (using scale) should report the displayed size]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
[An upscaled image (using object-size) should report the natural size]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
[An upscaled image (width/height) should report the natural size]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
[An upscaled image (using scale) should report the natural size]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
[A downscaled image (width/height) should report the displayed size]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[Intersecting element with partial-intersecting image to report image intersection]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]